An open API service indexing awesome lists of open source software.

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

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.

![](https://github.com/TempeHS/2024SDD-Ben-studyME/blob/main/studyME.png)

## Agile Visually
![](https://github.com/TempeHS/2024SDD-Ben-studyME/blob/main/agile1.jpg)
![](https://github.com/TempeHS/2024SDD-Ben-studyME/blob/main/agile2.jpg)

## 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)