MAKENTNU / web

The website of the student organization MAKE NTNU, built with Django.
https://makentnu.no
MIT License
9 stars 5 forks source link

Auto-save for articles and events #549

Open ddabble opened 1 year ago

ddabble commented 1 year ago

[Originally created on the "Dev-Web" Trello board, by @ddabble on October 27, 2021]

Original request: https://makentnu.slack.com/archives/CTMCTA4SF/p1635277084000400

Create a system that automatically saves the contents of a form every XX seconds, which populates the form the next time the same article/event is edited by the same user.


Comment by @ddabble on April 1, 2022:

This will be fairly technically challenging, and has currently been replaced by simply preventing users from leaving a page if a form has been modified (see https://github.com/MAKENTNU/web/pull/396)