Skip to content

gustavosouzalima/scrumforme

 
 

Repository files navigation

Scrumforme

The Scrumforme meant to be easy, organized and accessible. Inspired by Agile methodology using Scrum and Kanban simplifying teamwork.

Demo online scrumfor.me


ScreenShots

alt tag

alt tag

alt tag

Dependencies

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+

Installation

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         |
+---------+---------------+

Changelog

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.

TODOLIST

  • 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).

Developed by:

Dodilei

R4bugento

Entedi4do

Hiper4tivo

Yuizinha


License

Scrumforme is under MIT license.

About

Developed with web2py and inspired by Agile methodology using Scrum and Kanban simplifying teamwork.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published