ctnadovich / randowizard

Randonneuring.org web application
GNU Affero General Public License v3.0
0 stars 1 forks source link

Route Manager should notice when something changes in the event #5

Closed ctnadovich closed 10 months ago

ctnadovich commented 10 months ago

Right now you can change something in the event description (title, time, date...) and the route manager will not notice. You won't get a reminder to republish.

Perhaps if a last-change field was added to the event, the route manager might notice and pull all the paperwork till the event is republished. Or make a fuss in some other way.

ctnadovich commented 10 months ago

a last_changed field was added to the event and this field is set to the current time for an event whenever a manual edit of the record occurs. The Route processor will then complain that the publish is stale till everything is published again.