The Scrumforme meant to be easy, organized and accessible. Inspired by Agile methodology using Scrum and Kanban simplifying teamwork.
Demo online scrumfor.me
The Scrumforme is a web2py application and run it you will need:
- Python 2.7.x
- Web2Py 2.4.6
- Tested in Firefox 21+ and Google Chrome 26+
1. First download Web2py
2. Clone the repository Scrumforme inside the folder "applications" of web2py.
git clone git@github.com:gustavox4ids/scrumforme.git
3. Now start web2py.
python web2py -a 1
4. Access the application by URL.
http://localhost:8000/scrumforme
5. Insert the Role of users in db.role.
+---------+---------------+
| role.id | role.name |
+---------+---------------+
| 1 | Product Owner |
| 2 | Scrum Master |
| 3 | Team |
| 4 | Guest |
+---------+---------------+
v 0.1:
- Home Screen.
- Creation of a new project and remove.
- Product backlog page.
- Board page.
- Create Stories.
- Create Definition of ready.
- Create Tasks.
- Moving task with drag n drop.
- Support for language English and Portuguese.
- System login.
- Profile photo by Gravatar.
- Share project with other users.
- Delete project.
- Remove a User from a project.
- Realtime on Board projects.
- Statistics per person, history, project.
- Adjust layout responsive to other devices.
- Send email to new registered users.
- When adding a User send email to him.
- Can including images in tasks.
- Reset user password.
- Login with Facebook and Google.
- Contact Us (Feedback).
Dodilei
- Twitter: @dodilei | Facebook: gustavo.w4lker | GitHub: gustavox4ids
R4bugento
- Twitter: @r4bugento | Facebook: rabugento.diego | GitHub: r4bugento
Entedi4do
- Twitter: @entedi4do | Facebook: entediado.agenciaxfour
Hiper4tivo
- Twitter: @hiper4tivo | GooglePlus: Carlos Carneiro
Yuizinha
- Twitter: @yuizinha | Facebook: annayuicruz
Scrumforme is under MIT license.