scottgonzalez / debt

DEBT: Exceptional Bug Tracking
MIT License
5 stars 2 forks source link

Detect edits that occur on outdated tickets #59

Open scottgonzalez opened 7 years ago

scottgonzalez commented 7 years ago

If two users simultaneously edit a ticket, the second user to save the ticket should get a warning and the ticket should not be saved. The simplest implementation would be to reject all edits, but DEBT is about elegance, not simplicity, so we need to figure out if there are specific cases that should be allowed to go through even if the ticket is out of date.