beta-nu-theta-chi / ox-dashboard

A chapter dashabord web app in Django for the Beta Nu Chapter of Theta Chi at Case Western Reserve University
MIT License
0 stars 0 forks source link

Sorting positions on position page by Order of Succession #96

Open helper08 opened 3 years ago

helper08 commented 3 years ago

Currently only options are sorting by whatever or sorting by alphabetical. Neither of these are good options.

A proposed solution is adding a field to the position class called "Order of Succession" (name pending) and then setting President to 0, Vice President to 1, etc. Only issue is, how would we import this change onto the live server?