Instead of manually changing the canvas state, we should have a task scheduler that handles it
An SQL table where each row is a scheduled task, eg opening the canvas / closing the canvas
Not sure whether we can make it specifically about changing the canvas state (that's the only thing that comes to mind) so need to decide whether the database table needs to be generic or not
+ add it into the admin canvas UI
Instead of manually changing the canvas state, we should have a task scheduler that handles it
An SQL table where each row is a scheduled task, eg opening the canvas / closing the canvas
Not sure whether we can make it specifically about changing the canvas state (that's the only thing that comes to mind) so need to decide whether the database table needs to be generic or not
+ add it into the admin canvas UI