Sprint Management - bluecolab/BlueColab_MobileDataViz GitHub Wiki
Sprint Management
Do dah agile stuff. Psst. the Current Sprint Board can be used to keep track of what the team did.
You can change the filter so it selects the sprint you are in so you can screenshot all the tasks done.
At the end of each sprint remember to:
- Release a new version of the app:
- Bump: https://github.com/bluecolab/BlueColab_MobileDataViz/blob/9b345f453e84b4711495e9120a148608feba60bd/aquawatch_mobile_app/app.config.json#L5
- Bump: https://github.com/bluecolab/BlueColab_MobileDataViz/blob/9b345f453e84b4711495e9120a148608feba60bd/aquawatch_mobile_app/package.json#L3
- Update: https://github.com/bluecolab/BlueColab_MobileDataViz/blob/main/aquawatch_mobile_app/app/(tabs)/settings/versionHistory.tsx
- How to release both on Android & GitHub: https://github.com/bluecolab/BlueColab_MobileDataViz/wiki/Frontend-Build-and-Deployment#building-and-deploying-app---android
- Move any sprint tasks that were not finished into the next sprint
- Hold a retro:
- What went well?
- What went wrong?
- What did you learn?
- What changes can we make?