Previous Lecture | lect08 | Next Lecture |
lect08, Tue 02/07
MVP preparation, final stretch
Announcements
- h07 on testing is due next Tuesday. Focus on your MVP this week!
- CATME.org team peer reviews have been released. Discuss if there is need for discussion!
- MVP code freeze in two days: Thu, 02/09/23: Minimum Viable Product
- MVP demonstrations with quick peer MVP eval this Friday, 02/10/23 lab05
- MVP peer walkthrough and installation next Tuesday, 02/14/23
Continuous Integration / Continouous Delivery (CI/CD)
- Continuous Delivery: Software development process that aims to build software that is always ready to be deployed into production
- Continuous Integration: Technique where every developer on a project should integrate their work daily with every other developer
- Video: Continuous Delivery Assembly Line Metaphor
MVP Deliverables
- Up-to-date github repo with complete README.md file that provides complete instructions for deploying your product
- Up-to-5min video of your MVP (link to it in
<github>
/team/MVP_DEMO.md) - Github Projects Kanban board should reflect all your activity leading up to the MVP
- Clear Acceptance Criteria on all your completed issues!
Today:
- Standup
- Progress toward MVP