No description
Find a file
Levi Lesches c878d08c23
Move data parsing definitions out of the client (#11)
Makes a new (dart) package called `shared`, which contains: 
- the code needed to parse through OCCT and BC data
- any data definitions for types in that data (eg, stops)
- shared utils

The client will then import types from this package. This PR also re-generates the GET_STOPS json file to include OCCT
2025-05-02 02:10:57 -04:00
.github GitHub Classroom Feedback 2025-02-03 17:26:51 +00:00
.vscode Global docker flag (#9) 2025-05-01 21:52:33 -04:00
etc Create presentation2_review.md 2025-04-28 12:11:52 -04:00
sprints Update client_meeting.md 2025-04-28 12:30:21 -04:00
src Move data parsing definitions out of the client (#11) 2025-05-02 02:10:57 -04:00
.gitignore Function client to send GET /path to server (#4) 2025-04-02 15:39:57 -04:00
README.md aaaaaaaah 2025-02-19 12:29:14 -05:00

Review Assignment Due Date

<< Project Title >>

CS 445 Final Project

Spring, 2025

Team: << team name >>

  • Spencer Powell
  • Levi Lesches

Getting Started

<>

Roadmap

<< A list of features, function or non-functional, you would like to add in the future if you had time, i.e. Phase 2 stuff

  • Add Changelog
  • Add back to top links
  • Add Additional Templates w/ Examples
  • Add "components" document to easily copy & paste sections of the readme

SRS

doc

Prerequisites

Installing

<< A step by step series of examples that tell you how to get a development env running Clearly outline each step and repeat until the environment is set up. End with an example of getting some output from the system, such as a menu or prompt

Built With

<< list all frameworks and modules used here >>

License

<< Add a license >>

Acknowledgments

  • Hat tip to anyone whose code was used
  • Inspiration
  • etc