aaaaaaaah
This commit is contained in:
parent
c810a36651
commit
afc44c9d90
3 changed files with 72 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
||||||
[](https://classroom.github.com/a/vfKrPwQS)
|
[](https://classroom.github.com/a/vfKrPwQS)
|
||||||
# << Project Title >>
|
# << Project Title >>
|
||||||
## CS 445 Final Project
|
## CS 445 Final Project
|
||||||
### << Semester, Year >>
|
### Spring, 2025
|
||||||
|
|
||||||
### Team: << team name >>
|
### Team: << team name >>
|
||||||
<< List Team Members >>
|
|
||||||
|
- Spencer Powell
|
||||||
|
- Levi Lesches
|
||||||
|
|
||||||
## Getting Started
|
## Getting Started
|
||||||
<<One paragraph of project description goes here>>
|
<<One paragraph of project description goes here>>
|
||||||
|
@ -19,7 +21,7 @@ A list of features, function or non-functional, you would like to add in the fut
|
||||||
>>
|
>>
|
||||||
|
|
||||||
## SRS
|
## SRS
|
||||||
[document](url to google doc)
|
[doc](https://docs.google.com/document/d/1kSWMxsK0NakhvHRQnNx0wRlL6wDgYGO-tA7JB_4qldE/edit?usp=sharing)
|
||||||
|
|
||||||
### Prerequisites
|
### Prerequisites
|
||||||
* [Docker](https://www.docker.com/)
|
* [Docker](https://www.docker.com/)
|
||||||
|
|
19
etc/stack.md
Normal file
19
etc/stack.md
Normal file
|
@ -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**
|
||||||
|
|
||||||
|
-
|
48
sprints/sprint0/sprint0.md
Normal file
48
sprints/sprint0/sprint0.md
Normal file
|
@ -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:**
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue