18F / omb-eregs

A tool to find, read, and maintain White House Office of Management and Budget (OMB) policy requirements

Home Page:https://policy-beta.cio.gov/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Design editor functionality around saving documents

cmc333333 opened this issue · comments

We've been building editor functionality which asynchronously saves the document when the user pressed Cmd-s. As @toolness points out, this doesn't work like the rest of the Django admin, which does full page refreshes and has a "Save" button at the bottom.

Like #902, we have lots of options for how to implement this; we'll need to start with a design.

Oh, I should also note that the Cmd+S functionality is also just a quick hack to make saving possible, rather than making it particularly user-friendly, so we can e.g. replace it with auto-saving or whatever else is most humane for our peeps.

Finished as a save button, further work will be continued in: #911