diff --git a/README.md b/README.md index 7482441..59b3d0c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,12 @@ [![Review Assignment Due Date](https://classroom.github.com/assets/deadline-readme-button-22041afd0340ce965d47ae6ef1cefeee28c7c493a6346c4f15d667ab976d596c.svg)](https://classroom.github.com/a/vfKrPwQS) # << Project Title >> ## CS 445 Final Project -### << Semester, Year >> +### Spring, 2025 ### Team: << team name >> -<< List Team Members >> + +- Spencer Powell +- Levi Lesches ## Getting Started <> @@ -19,7 +21,7 @@ A list of features, function or non-functional, you would like to add in the fut >> ## SRS -[document](url to google doc) +[doc](https://docs.google.com/document/d/1kSWMxsK0NakhvHRQnNx0wRlL6wDgYGO-tA7JB_4qldE/edit?usp=sharing) ### Prerequisites * [Docker](https://www.docker.com/) diff --git a/etc/stack.md b/etc/stack.md new file mode 100644 index 0000000..383f128 --- /dev/null +++ b/etc/stack.md @@ -0,0 +1,19 @@ +## **Backend** + +- **NodeJS** → [node](https://hub.docker.com/_/node) + +## **Frontend** + +- **Flutter** → [the thing](https://flutter.dev/) + +## **Web Server** + +- **Caddy** → [caddy:latest](https://hub.docker.com/_/caddy) + +## **Database** + +- **Sqlite** → [file format lmao](https://www.sqlite.org/index.html) + +## **Additional Dependencies** + +- diff --git a/sprints/sprint0/sprint0.md b/sprints/sprint0/sprint0.md new file mode 100644 index 0000000..0cc9574 --- /dev/null +++ b/sprints/sprint0/sprint0.md @@ -0,0 +1,48 @@ +# **Project Overview** + +## **Application Vision/Goal:** +[Describe the overall purpose and vision of the application. What problem does it solve? Who is the target audience?] + +## **Scope:** +[List the major features and functionalities that define the scope of the project. Keep this high-level to avoid feature creep.] + +## **Deliverables:** +[List what will be delivered by the end of the project, such as a working MVP (Minimum Viable Product), specific features, documentation, etc.] + +## **Success Criteria:** +[Define what will make this project successful. Examples include meeting deadlines, delivering core functionality, or achieving performance benchmarks.] + +## **Assumptions:** +[List any assumptions about the technology, users, or resources that could impact development.] + +## **Risks:** +[Identify potential risks and challenges, such as technical limitations, resource constraints, or dependency issues.] + +## **Design / Architectural Review:** +[Outline the initial thoughts on application architecture. Will it be monolithic or microservices? Will it use a database? What major components will be included?] + +## **Test Environment:** +[Define how the application will be tested. Will you use automated tests? What environment will the tests run in?] + +--- + +# **Team Setup** + +## **Team Members:** + + +## **Team Roles:** + + + +## **Team Norms:** + + + +## **Application Stack:** + + + +### **Libraries/Frameworks:** + +