Open icxes opened 7 months ago
/admin/schedule
is now implemented, but the way it is implemented should probably be changed such that when setting an owner the user can change the schedule text instead of using dj.text
The current implementation also doesn't let us be aware of when a schedule was updated exactly so we can't do notifications right now
For editing the schedule, there should be 2 things
I had thought we could just use the djtext field from the djs table instead of having a separate column for it in the schedule table, since that would also let people who are currently not on the schedule set a description. We already need the djimage for each user from the djs table anyway.