MAKENTNU / web

The website of the student organization MAKE NTNU, built with Django.
https://makentnu.no
MIT License
9 stars 5 forks source link

Find a better way of listing board positions on the internal member page #731

Open Gunvor4 opened 1 month ago

Gunvor4 commented 1 month ago

So far, the board positions are listed in the field 'role' on the internal members page. This is a text field (an UnlimitedCharField on the Member model), and in addition to current board positions, it also lists previous roles. We would like a more structured way of listing board positions, and we would like some way of separating current and past positions.