Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Admin page for viewing all positions in a recruitment #1615

Draft
wants to merge 42 commits into
base: master
Choose a base branch
from

Conversation

Snorre98
Copy link
Contributor

@Snorre98 Snorre98 commented Nov 15, 2024

This page is usefull for managing all applicants. This is something UKA and ISFiT cant live without, but I focused on making it usefull for Samfundet overordnet opptaksansvarlig in the first place.

The "Tillat å kontakte" feature might have to be implemented in another way (it does not have functionality now), but the plan is that "overordnet opptaksansvarlig" can manage who the gang is allowed to call. I have not yet decided how this should work, but if we go for the simple "switch" interface it might be smart to have the applications which are not in conflict (in regards to where the applicant will end up) set to "Tillat å kontakte"=true by default.
This could be processed after the "gang priority deadline", so that "overordnet opptaksansvarlig" does not have to administrate all applicants.

The idea is that the "Tillat å kontakte" state automatically tells "gjeng opptaksansvarlig" on the "all applications" page of the gang that some applicant can be contacted. "gjeng opptaksansvarlig" then communicates to sections who to call.

Take a look at the figma sketches here: https://www.figma.com/design/Pn74DlI9e5YO3tjhehp4nU/Behandle-alle?node-id=0-1&t=RWn8SfUicqJyhlnW-1

There is alot that has to be done before this can be completed, so this is just a PR for creating a starting point.

Before mergin I will create issues for this:

  • the helper functions / sorting algo can probably be improved or moved to backend

  • organize application data in backend to be oriented towards the user which owns the applications (in this PR it is being done in frontend)

  • add ability to set interview for multiple applications at once
    - frontend on SetInterviewsManuallyModal + api call function
    - backend to handle setting interviews for multiple positions

  • ability to sort applicants on similar position application combination

  • ability to filter applicants on a set of positions (with multi select?)

  • ability to filter by gang

  • ability to filter by section

  • ability to filter by conflict/not conflict (application state)

  • (not needed just yet) set interviews for all applicants

For Samf

bilde

For UKA/ISFiT/KSG:

bilde

@Snorre98 Snorre98 self-assigned this Dec 3, 2024
@Snorre98 Snorre98 marked this pull request as ready for review February 3, 2025 00:09
@Snorre98 Snorre98 marked this pull request as draft February 6, 2025 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

add new RecruitmentPositionOverviewPage for all positions in a recrutiment
1 participant