You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there is a status_date attribute in the Place, Club and Pool objects (https://github.com/TomGoBravo/tourist-with-flask/blob/master/tourist/models/sqlalchemy.py) but these are manually maintained. I'm not sure an automatic last_modified_timestamp is quite right either because it'd get triggered for small changes that don't matter. It'd be nice to make updating the status_date easier, then show it in the main UI.
The text was updated successfully, but these errors were encountered:
Currently there is a status_date attribute in the Place, Club and Pool objects (https://github.com/TomGoBravo/tourist-with-flask/blob/master/tourist/models/sqlalchemy.py) but these are manually maintained. I'm not sure an automatic last_modified_timestamp is quite right either because it'd get triggered for small changes that don't matter. It'd be nice to make updating the status_date easier, then show it in the main UI.
The text was updated successfully, but these errors were encountered: