Skip to content

filter top N% apps into conf branch - #170

Open
albertying wants to merge 5 commits into
mainfrom
registration
Open

filter top N% apps into conf branch#170
albertying wants to merge 5 commits into
mainfrom
registration

Conversation

@albertying

Copy link
Copy Markdown

finalScore added to applications table

top N% score filter

filters passed to CSV export

bulk assign panel (admin only), selection confirmation branch then accept and assign all currently filtered applicants

);
const allApps = responses.flatMap(r => r.data.applications);

await Promise.all(

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Might not be a great idea to promise.all and post hundreds of applications.... we should be using an updateMany on the api side instead.

i actually was working on one for bulk status updates last week (+confirmation branch assigning), check /bulk/decide-applications route in the bulk-application-decisions branch. Kinda forgot if it's done or not but I definitely haven't gotten to testing it yet. Will try to finalize it by the end of this week, and I think it should be used here instead

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.

2 participants