Web Applications WS2015/2016 - Homework 6
Homework for Week 6 / Sprint 2
- Prioritize your backlog.
- Estimate a couple of stories.
- Create a screen flow for the next or next few stories. Mark these stories as being part of SPRINT2.
- Using an HTML templating engine / HTML generator library that can be used with your framework to create a click-dummy for the user stories.
- Make sure to mark the basic installation as your “initial commit” and document each step with a commit reading something like “Story 4711: did this and that”
- Use the simple git workflow described in the links below to generate merges per story.
- Tag your project: “SPRINT2” and push it to github (or another git server). Provide a link in your report.
- Upload your PDF-Report to moodle. Your Report should describe what you did, problems you’ve encountered and how you solved them - and the project description, the backlog and the stories you worked on during the sprint.
##Resources:
###Simple Git Workflow:
https://gist.github.com/bkleinen/9790495e0be2c0aa338c or, if you want to share your feature branch and maybe even chip in pull requests: https://blogs.atlassian.com/2014/01/simple-git-workflow-simple/