dotkom / AMaCS

Committee application application for Online online.
5 stars 2 forks source link

Add extra committees like Bankom to the information-list #116

Closed oleast closed 4 years ago

oleast commented 4 years ago

Is your feature request related to a problem? Please describe. Users should be able to see the application description of committees like Bankom even though they should not be able to apply for them.

With the new system this would probably also be nice include as part of the OW4 model, as not all application periods should have Bankom visible.

Describe the solution you'd like Change models in back-end: Could either have an 'extra_committees' field or something on the relation between a committee and the application period like can_apply. Would require refactor of relation though.

Describe alternatives you've considered Could hack it together in the front-end in some way by always fetching bankom and applying them to the list :nauseated_face:

Additional context This was a feature we previously had, but it was not added in the first iteration of the back-end refactor.