Previous Lecture | lect08 | Next Lecture |
lect08, Wed 02/07
MVP preparation, final stretch
Announcements
- h06 on testing is still due next Monday. Final stretch for the MVP effort!
- MVP code freeze is tomorrow: Thu, 02/08/24: Minimum Viable Product
- MVP demonstrations with quick peer MVP eval this Friday, 02/09/24 lab05
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