Compare commits
No commits in common. "26c516c25d288d7d23f1230213108867f3eec319" and "6e826889594eb980fd0e5f76dd40fa1cc4e5bb28" have entirely different histories.
26c516c25d
...
6e82688959
20
TODO.org
20
TODO.org
|
|
@ -14,21 +14,11 @@
|
||||||
- [ ] strip hard coded configurations out of the system
|
- [ ] strip hard coded configurations out of the system
|
||||||
- [ ] add configuration template file to the project
|
- [ ] add configuration template file to the project
|
||||||
|
|
||||||
** [ ] Database [0/1]
|
** [ ] Database [0/2]
|
||||||
- [-] PostgresQL [1/3]
|
- [ ] PostgresQL [0/3]
|
||||||
- [X] Add a postgresql docker image to our docker-compose file.
|
- [ ] Add a postgresql docker image to our docker-compose file.
|
||||||
- [ ] Configure radiance for postres.
|
- [ ] Configure radiance for postres.
|
||||||
- [ ] Migrate all schema to new database.
|
- [ ] 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] Templates: move our template hyrdration into the Clip machinery [4/4] ✅ COMPLETE
|
||||||
- [X] Admin Dashboard [2/2]
|
- [X] Admin Dashboard [2/2]
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,6 @@
|
||||||
:defsystem-depends-on (:radiance)
|
:defsystem-depends-on (:radiance)
|
||||||
:class "radiance:virtual-module"
|
:class "radiance:virtual-module"
|
||||||
:depends-on (:slynk
|
:depends-on (:slynk
|
||||||
:lparallel
|
|
||||||
:radiance
|
:radiance
|
||||||
:i-log4cl
|
:i-log4cl
|
||||||
:r-clip
|
:r-clip
|
||||||
|
|
|
||||||
|
|
@ -928,4 +928,4 @@ body .stat-card .stat-label{
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
margin-top: 0.5rem;
|
margin-top: 0.5rem;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue