https://github.com/tempehs/sdd-ben-studyme-agile-example
https://github.com/tempehs/sdd-ben-studyme-agile-example
Last synced: 5 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/tempehs/sdd-ben-studyme-agile-example
- Owner: TempeHS
- License: gpl-3.0
- Created: 2023-12-21T03:34:55.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-11T02:40:19.000Z (over 1 year ago)
- Last Synced: 2025-02-01T10:11:30.148Z (over 1 year ago)
- Language: HTML
- Homepage: https://tempehs.github.io/2024SDD-Ben-studyME/
- Size: 227 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 2024SDD-Ben-studyME
This a demo of using an Agile project management methodology.
Study me is a basic study guide for students with a simple UI. The content includes a list of study tips that can be filtered by category, a study planner and a study diary.

## Agile Visually


## Agile Artifacts
* Product backlog (what is yet to be delivered)
* Sprint backlog list of achievables (annotate changes made during sprint, including data required)
* Increment (what must be achieved by the end of the sprint)
* Sprint Review (Focus on project management: What challenges did you have, What did you do well, What will you do differently next time)
## Links to help you:
* [Software Versioning](https://en.wikipedia.org/wiki/Software_versioning)
* [LogoMaker](https://www.logomaker.com/)
* [Bootstrap](https://getbootstrap.com/) a responsive class based library
* [MD Syntax](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax)
* [A finished PWA](https://github.com/TempeHS/Programming_For_The_Web_Task_Source) to use as a model
* [UAT Document](https://github.com/TempeHS/TempeHS_Ardunio_Boilerplate/blob/main/BioMedical_Mechatronics_Task/Task_Support/UAT_TestPlan%20Templatev2.docx)
* [Example README.md](https://github.com/ErickSimoes/Ultrasonic)
* [How to create a branch in GitHub](https://docs.github.com/en/desktop/making-changes-in-a-branch/managing-branches-in-github-desktop#creating-a-branch)
* [How to merge a branch in GitHub](https://docs.github.com/en/desktop/working-with-your-remote-repository-on-github-or-github-enterprise/syncing-your-branch-in-github-desktop#merging-another-branch-into-your-project-branch)