Skip to content

Methodology

rodrigocam edited this page Mar 21, 2017 · 2 revisions

Methodology

The adopted methodology in this project is a hybrid between Scrum and XP, we will take some elements from each methodology that better adapt to our group workflow.

From Scrum we do:

  • Sprint: Iterations based on one week period.
  • Product Backlog: Where we will list functionalities and features of the hole product to be implemented.
  • Daily Meetings : To talk about what is being done, completed and all the problems that we need to priorize to finish the Sprint.
  • Kanban : To better visualize the workflow.

From XP we do:

  • Continuous Testing : To guarantee that our system is working and have the desired quality.
  • Pair Programming : Pairs will be designated to work in User Stories. No one produces code alone.
  • Continuous Integration : Using TravisCI we have a real time build of our repositories to monitor if everything is working, based on our stylesheet and being tested.
  • Knowledge Board : To monitor the team's skill and help us spread knowledge between every member, we have a board to control who knows what in our technologies.

Clone this wiki locally