Add handcrafted schema.

This commit is contained in:
Dominik Pantůček 2025-04-20 16:08:42 +02:00
parent 4a2d45824f
commit be45570083

View file

@ -2,15 +2,6 @@
* Plan
** 0.2
- [X] use localStorage to store user
- [X] add barcode scanner to get the user
- [X] allow editing
- [X] add UserSelect component
- [X] integrate script for starting build qemu system
- [X] add org file to the repository after cleanup
** 0.3
- [ ] versioned schema support
@ -18,6 +9,7 @@
- [ ] function to check
- [ ] function to set
- [ ] initial creation of tables at version 1 assuming OK if tables exist
- [ ] users import from hackerbase
** 0.4
@ -57,6 +49,15 @@
- [X] separate module brmbar-data for queries
- [X] separate module api-servlets
** 0.2
- [X] use localStorage to store user
- [X] add barcode scanner to get the user
- [X] allow editing
- [X] add UserSelect component
- [X] integrate script for starting build qemu system
- [X] add org file to the repository after cleanup
* Qemu
#+BEGIN_SRC