tech debt: fix role accounts once and for all #118
Labels
cleanup
db change
requires edit to db schema
Low Priority
Next Year
Stuff we will fix for the next year's grant server
Having three different types of accounts is really annoying and not sustainable. We should rewrite to have a common Users table with proper roles.
The addition of cancan is a great start, so that's something.
The real problem is that the structure of the site is based on the idea of separate page trees for each type of user: admins/, voters/, artists/. I'm not sure how to refactor all of that in a sane way.
The text was updated successfully, but these errors were encountered: