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

Views Restructuring #77

Closed jcassarly closed 3 years ago

jcassarly commented 3 years ago

I got annoyed with the 3-4k long views file, so I split it up into different files. General functionality should not change. Hopefully this makes adding views easier.

Basic idea is that things are organized by page that is visible from the dropdown menu. Most positions just have one file with the exception of secretary because there was a lot there and it had differing functionality.