obfuscurity / judy

Bespoke service for reviewing CFP submissions
http://obfuscurity.github.io/judy
Other
25 stars 6 forks source link

Allow editing and deleting abstracts #17

Closed jmeickle closed 9 years ago

jmeickle commented 10 years ago

There are no buttons, but also the PUT/DELETE routes need work anyways. PUT shouldn't be doing update(params) because that will cause an exception if anything is in params that doesn't have an associated method (e.g., 'splat' in my case). DELETE doesn't handle the case of abstracts which have been scored.

obfuscurity commented 9 years ago

You can now edit abstracts. The user must be listed in JUDY_ADMIN as described in the README.