Commit graph

7 commits

Author SHA1 Message Date
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
Levi Lesches
cd5491e6ec
Global docker flag (#9)
* Added DISABLE_DOCKER to index.ts

* Added debug mode check to client

* GET_STOPS.json file and server.bat
2025-05-01 21:52:33 -04:00
Levi Lesches
c39cbab3dd
Bc stops data as JSON (#7)
* Start script to generate BC data

* Finished BC data

* moved file slightly to account for future addition of OCCT and added /stops endpoint to server

---------

Co-authored-by: Pagwin <git@pagwin.xyz>
2025-04-24 16:39:18 -04:00
Levi Lesches
2705953282
Fixed URI issues, test data format, and draw polyline (#6)
* Fixed base API

* Better parsing of the actual server data

* Removed deno.lock from the repo

* Fixed server responses and added usingDocker

* Fix uris with usingDocker

* Fixed polyline logic to show entire route
2025-04-10 00:48:47 -04:00
Pagwin
174a9665dc
client and server are integrated now 2025-04-02 16:59:07 -04:00
f18509ff1d
Merge in server with some reverse proxy stuff
server is basically fully implemented
2025-04-02 15:37:36 -04:00
6d7583ccf9
Merging in changes from server so levi can do client things 2025-03-24 19:26:18 -04:00