Open jameslzhu opened 5 years ago
I'm bumping this to medium; this requires creating two new html / views for viewing all shortlinks and editing shortlinks, and requires learning the Django permissions system.
I'm personally a fan of option 2, but saving an entire edit history does sound like a pain. Maybe we can just save one or two previous values and who edited to be those values to some fixed db columns? Then we don't need to store all history, but can store enough for basic tracking. Thoughts?
Shortlinks (hkn.eecs.berkeley.edu/shortlinks) currently have a major flaw: they can only be edited by their creator or by superusers (compserv).
There are two potential solutions to this: