restructure

This commit is contained in:
2024-10-02 14:43:36 +02:00
parent baad617859
commit 734259ae6a
23 changed files with 1269 additions and 27 deletions

View File

@@ -1,3 +1,25 @@
# batu-ui
# Smoke Data Recorder
A UI for a random project...
This repository contains the code running at [website here] soon(TM)
## Repository structure
- [./ui](./ui) Contains the Vue.js based GUI
- [./api](./api) Contains all the backend code for storing and managing the data
## TODOs
Here's a list of things still to be completed
### API
The API is basically complete, but these things are still needed:
- Don't hard code the password
- Maybe multiple users?
### GUI
- Design
- Stats (graphs, lists or similar)
- Cigaret animation with data analysis (data analysis could also be moved or stored on API) and skull particles
- Submit function with data checking
- Load old data
### Project
- Add CI?