Commit Graph

4 Commits

Author SHA1 Message Date
Nicole Tietz-Sokolskaya adb3b3717e Add error log if there is more than one project membership for a given user while checking permissions 2024-06-08 21:12:12 -04:00
Nicole Tietz-Sokolskaya 45b58ed9ab Remove unused Makefile commands, and switch from boolean permission checks to an enum 2024-06-05 22:13:02 -04:00
Nicole Tietz-Sokolskaya 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
Nicole Tietz-Sokolskaya 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