albatrossandco / brubeck_cms

A Django-based open source CMS for newspapers
Other
5 stars 1 forks source link

Create system for checking out content items #10

Open allanjamesvestal opened 12 years ago

allanjamesvestal commented 12 years ago

This will preclude multiple people at the same level (copy editors, for instance) from editing the same item at once. This will require extensive fail-safes to ensure that any two requests to edit an item at the same time are prevented from being destructive — even if they happen less than a second apart.

At this stage we'll also need to allow higher-up users to hijack content items from lower-level ones — essentially giving underlings the boot if they forget to close out of editing something. We have to handle what happens if they try to save their edits after having been booted.