Skip to content

filter top N% apps into conf branch - #170

Open
albertying wants to merge 7 commits into
mainfrom
registration
Open

albertying wants to merge 7 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

Comment thread src/components/admin/applications/ApplicationsTablePage.tsx Outdated
@cloudflare-workers-and-pages

cloudflare-workers-and-pages Bot commented Sep 14, 2026

Copy link
Copy Markdown

Deploying registration with  Cloudflare Pages  Cloudflare Pages

Latest commit: 8f6ddf0
Status: ✅  Deploy successful!
Preview URL: https://e2813ca1.registration-aft.pages.dev
Branch Preview URL: https://registration.registration-aft.pages.dev

View logs

try {
const total = data?.total ?? 0;
const pages = Math.ceil(total / limit);
const responses = 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.

do we have to be paginating if we are just gonna fetch all of them anyway?

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