Commit graph

9 commits

Author SHA1 Message Date
b6e55b40fb Backup where I am 2024-05-30 22:24:04 -04:00
bd4cda4502 Start on an iterator interface 2024-05-24 07:01:03 -04:00
609b341a2b Create Store struct and Item enum 2024-05-21 09:01:21 -04:00
e0653e4bdd Create project and documents (#1)
This is a big dump of a lot of code, mostly making it so that:
- we have a key-value store
- we can create/save/load projects and documents
- there's a sidebar layout with some placeholders we may or may not need
- other stuff I forgot

Reviewed-on: #1
2024-05-21 12:59:04 +00:00
5b117e9a8c Remove remember-me / forgot-password since they're not implemented 2024-03-24 01:30:59 -04:00
e31994a8cf Add layout for main page with top bar 2024-03-24 01:28:21 -04:00
3acafda0d3 Create web skeleton, including Tailwind for CSS and hot reloading of CSS
and templates. Tihs also adds an ADR for using Tailwind.

Add a pile of dependencies

setup orm, add admin tool

admin tool does random pass if none provided

add tons of css stuff

finish up web skeleton
2024-03-23 12:43:02 -04:00
77d4ebb371 Add ADR for our choice of SQLite as our primary database,
backed up by experiments demonstrating that SQLite will meet all of our
requirements.

This also introduces ADRs in the repo, and adds a README in preparation
making the repository public.
2024-03-16 11:12:46 -04:00
05812a521e Ran cargo init. 2024-02-28 10:34:58 -05:00