Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/OpenSourceSag/django-dash2013
Drag and drop your life with this simple agile App!
https://github.com/OpenSourceSag/django-dash2013
Last synced: 3 months ago
JSON representation
Drag and drop your life with this simple agile App!
- Host: GitHub
- URL: https://github.com/OpenSourceSag/django-dash2013
- Owner: OpenSourceSag
- License: bsd-3-clause
- Created: 2013-09-19T12:34:27.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2013-09-30T00:00:01.000Z (about 11 years ago)
- Last Synced: 2024-07-17T20:01:19.140Z (4 months ago)
- Language: CSS
- Homepage: agile-wall.oss.cx
- Size: 1.39 MB
- Stars: 7
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.rst
- License: LICENSE
Awesome Lists containing this project
- starred-awesome - django-dash2013 - Drag and drop your life with this simple agile App! (CSS)
README
Django Dash 2013 (OpenSourceSag)
============This application allows you to create and manage your project in a SCRUM way.
Installation
------------
1. To set up the environment, you need to run the command:
python manage.py install your_username your_emailWith these two parameters ('your_username' and 'your_email') a manager account will be created (you'll be ask for a password during the process).
2. You can launch the server with this command:
python manage.py runserver 127.0.0.1 --setting agile_board.settings.local3. You can now login to our interface by going to the address:
127.0.0.1How to use it ?
----------------
1. Log in to our interface2. You are on the Project list page. You can add a new project with the '+'
3. You are now on your new project page.
The first field is the project name and the second one is it description.
You can add stories easily with the field '___________' bellow 'Stories'. To add or update a story or a task, press Enter or Tab
You can add tasks to a story by selecting a story first. The task will be associated with the selected story.
To add a sprint, just click on the '+' next to it. To add task to a sprint, just drag and drop a task by clicking on the '*' next to it.
Just click on a sprint to show the associated tasks.
4. You can now return to the main page with the link 'Back to project list' and you can see your project. The whiteboard button will redirect you to your project page.
If you created a sprint, you can click on the sprint button, you'll be redirected to the sprint page.
Here you can see all the sprint's task and easily change their status by drag and drop them.
Team members
------------- Alexandre Lessard
- Franck Coiffier
- Frédérique Boulay