WPI-IFC / ifc-website

Custom website for WPI's Inter Fraternity Council
0 stars 0 forks source link

Redo how position cards are displayed #11

Open tmwbook opened 6 years ago

tmwbook commented 6 years ago

In the ifcweb/views.py we determine which positions are shown. The way we do it now is very hacky. We can probably make it less hacky by filtering users based off of the chair and exec permission groups. Then we just need someplace to store the desired order.

tmwbook commented 6 years ago

Ideas for ordering:

tmwbook commented 6 years ago

I think we are going to switch over to having a model instead of using permission groups. That solves this problem pretty straightforward