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)
[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)