Compare commits

...

3 Commits

Author SHA1 Message Date
Brian O'Reilly 26c516c25d this is kind of a dead patch. clean up working set. 2025-10-11 13:21:38 -04:00
Brian O'Reilly b61e9c891a dep to run music scan in parallel. 2025-10-11 13:20:42 -04:00
Brian O'Reilly a739edc16f update TODO with some UI items. 2025-10-11 13:20:14 -04:00
3 changed files with 17 additions and 6 deletions

View File

@ -14,11 +14,21 @@
- [ ] strip hard coded configurations out of the system
- [ ] add configuration template file to the project
** [ ] Database [0/2]
- [ ] PostgresQL [0/3]
- [ ] Add a postgresql docker image to our docker-compose file.
- [ ] Configure radiance for postres.
- [ ] Migrate all schema to new database.
** [ ] Database [0/1]
- [-] PostgresQL [1/3]
- [X] Add a postgresql docker image to our docker-compose file.
- [ ] Configure radiance for postres.
- [ ] Migrate all schema to new database.
** Page Flow [0/0]
- [ ] When a user logs in, their user profile page should become the
root node of the app in their view.
- [ ] When the admin user logs in, their view should become the admin
profile page which should have panels for adminstering various
aspects of the station.
note: these two flow items probably shouldn't affect the current state
of the front-page, except where some front-page elements are not
displayed based on the user and their associated permissions.
** [X] Templates: move our template hyrdration into the Clip machinery [4/4] ✅ COMPLETE
- [X] Admin Dashboard [2/2]

View File

@ -10,6 +10,7 @@
:defsystem-depends-on (:radiance)
:class "radiance:virtual-module"
:depends-on (:slynk
:lparallel
:radiance
:i-log4cl
:r-clip

View File

@ -928,4 +928,4 @@ body .stat-card .stat-label{
color: #ccc;
font-size: 0.875rem;
margin-top: 0.5rem;
}
}