Comment on jotty·page - Checklists & Notes made it easy
GreenKnight23@lemmy.world 22 hours ago
looks great! I need something like this for work tbh and will be checking it out.
question though, do you have any plans on incorporating a backend DB at all in the future? even something as small as SQLite?
I ask because I have used projects that store in flatfile json and as time progresses those files get very large and the UX degrades as the app is used.
fccview@lemmy.world 20 hours ago
Hi, I toyed with the idea of having an optional light database in place but for now the features are so minimal that I really don’t see the need. The biggest json file has about 10 lines and that’s the settings, the rest is just being read as and when you open a file, the whole app acts like a folder/file reader.
Should it ever slow down too much I’ll think about it more :)