Giter VIP home page Giter VIP logo

green-mine's Introduction

Green-Mine

Project management web application build on top of Django.

Currently there is no stable version, but the project is already usable. All contributions and bug fixes is welcome.

Features:

  • Multi project.
  • Backlog view. (with user stories assignation drag & drop)
  • Dashboard view. (with tasks drag & drop)
  • Tasks / Bugs separate view.
  • Wiki (now only supports markdown, but planned add suport to rst)
  • Questions (simple formum like view for make questions to product owner)

Todo / Under development:

  • Permission sistem based on simple roles (partialy implemented).
  • Project export / import.
  • RestructuredText for wiki.
  • Product map grouped by categories (SCRUM)
  • Higlight new changes introduced by product owner.
  • Backlog story points visual limit.

Developers How-To:

As a first step, download the latest version of the repository and follow the instructions:

git clone git://github.com/niwibe/Green-Mine.git greenmine
cd greenmine/src
python manage.py migrate greenmine 0001 --fake
python manage.py syncdb --migrate
python manage.py loaddata development_users
python manage.py sample_data # optional

The development_users fixture, by default inserts two users: andrei and juanfran. These users have superuser flag set to True and password is 123123.

For run tests:

python manage.py test -v2 greenmine

Requirements:

Django is included in a git repository and all other requirements are listed on requirements.txt file.

License:

BSD License. You can see full license text on LICENSE file.

green-mine's People

Contributors

bameda avatar superalex avatar juanfran avatar jespino avatar

Stargazers

Eugene MechanisM avatar

Watchers

Eugene MechanisM avatar James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.