kittsville / Organiser

Compose packing and to-do checklists
https://o.sci1.uk/
MIT License
0 stars 0 forks source link

Add comments #16

Open kittsville opened 2 months ago

kittsville commented 2 months ago

Ignore everything on a line after #

kittsville commented 2 months ago

I forgot the data stored in the backend is semi-structured, with activities pre-parsed. This wouldn't work with comments as you need a generic data blob. I'd need to change the format and write parsing code so any old style activity lists can be migrated on load. Blehhh

kittsville commented 2 months ago

I guess there's also the architectural decision of would I want to keep it semi-structured so I can add a UI in future. Also it seems unlikely I ever will. If I ever did I could migrate the data a third time.