Skip to content
This repository has been archived by the owner on Dec 7, 2023. It is now read-only.

Batch acceptance and finalization of decisions #415

Open
wants to merge 3 commits into
base: staging
Choose a base branch
from

Conversation

lauzadis
Copy link
Member

Adds functionality to batch accept and batch finalize users.

Acceptance is done by updating the decision with the POST /decision/ endpoint, so this was batched by creating POST /decision/batch/.

Finalization is done with the POST /decision/finalize/ endpoint, so this was batched by creating POST /decision/finalize/batch/.

Both of these batched endpoints exist in the controller level, not the service level, so writing tests was not possible (we should look into end-to-end testing). For now the functionality was tested with Postman.

Closes #406

Copy link
Member

@PatrickKan PatrickKan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO: Also notify the correct people to update the admin portal (admin.hackillinois.org/) with the new batch request

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow batch accepting and finalizing of applicants
3 participants