hytech-racing / query-frontend

Query Frontend for Data | made by very cool people
https://hytech-racing.github.io/query-frontend/
0 stars 1 forks source link

Link Schema #44

Open BANANAPEEL202 opened 3 weeks ago

BANANAPEEL202 commented 3 weeks ago

update the schemas for the selected file

currently roadblocked by the fact that mock server does not seem to send that information

Screenshot 2024-11-03 at 7 03 23 PM
BANANAPEEL202 commented 1 week ago

Jotting down some concerns/questions:

the new MCAPFileInformation seems to be missing a car model field real server doesn't implement notes ig (FIXED?) how do we want to choose which filename to display in the table/preview card since there are multiple file names now? the first one? (FIRST ONE FOR NOW) real server uses /api/v2/mcaps. mock server uses /api/v2/mcap/get?? mock server/sample data needs to use unique IDs, otherwise the select function gets fucked wtf does "getFileNameWithoutExtension" in DataTable.tsx do rn we're only loading the lat-long image

this branch will definitely not work in production. Too many discrepancies between mock and real server

@SreeDan