Go to file
Yinyin Liu 9cee5398d4 added ticket dashboard backend: data models, CRUD, AI diagnosis service, and 9 controller endpoints
Week 1 of ticket dashboard MVP — backend only:
- 4 new SQLite tables: Ticket, TicketComment, TicketAiDiagnosis, TicketTimelineEvent
- CRUD methods in Database/ partial classes with cascade delete
- TicketDiagnosticService for async Mistral AI diagnosis (fire-and-forget)
- 9 admin-only Controller endpoints for ticket CRUD, comments, and detail view
- Ticket cleanup integrated into Delete(Installation) cascade
2026-03-05 14:03:34 +01:00
.gitea/workflows updated prod deploy 2023-11-13 10:54:41 +01:00
S3ExtractingTool updated documentation for S3 Extracting Tool 2025-09-01 13:07:52 +02:00
csharp added ticket dashboard backend: data models, CRUD, AI diagnosis service, and 9 controller endpoints 2026-03-05 14:03:34 +01:00
doc Devices Doc 2023-12-12 09:14:59 +01:00
firmware added EmuMeter tailored to updated Salidomo 2025-11-21 06:52:41 +01:00
frontend adding untracked frontend and typescript files 2023-02-21 07:27:20 +01:00
make_deploy test 2023-02-16 13:57:06 +01:00
python update: send a csv file every 30 seconds 2024-06-13 15:18:05 +02:00
rust/VrmGrabberOxidised Started to rewrite vrmgrabber in rust. 2023-07-27 16:52:40 +02:00
typescript improved delete installation logic with S3 bucket purge and delete and reminder for manual check 2026-03-04 12:46:18 +01:00
.gitignore Add .env to gitignore to prevent committing secrets 2026-02-12 11:45:06 +01:00
Things-to-know-Kim.txt Separate websocket manager to rabbitmq consumer, fixed bug in creating user function 2023-11-27 16:43:42 +01:00