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

Add daily applications summary charts for admins #529

Merged
merged 2 commits into from
Dec 31, 2024

Conversation

taesungh
Copy link
Member

@taesungh taesungh commented Dec 24, 2024

Closes #399. The first chart was originally made two years ago for HackUCI 2023. The second chart was newly created for the different types of applicants.

Some examples with sample data:
Screenshot of example stacked bar chart

Screenshot of example stacked area chart

Combining the two into one PR since they are closely related, but let me know if it would be easier to review separately.

Changes

  • Add summary charts to the Applicants page on the Admin site
    • Show daily applications grouped by school as a stacked bar chart
    • Show daily cumulative applications by role as a stacked area chart
  • Add Hacker to ParticipantRole enum

Testing

  1. Add some different sample applications from different schools
  2. Grant yourself a manager role and impersonate the user identity
  3. Observe the summary charts appear as expected

@taesungh taesungh requested a review from a team December 24, 2024 10:19
@taesungh taesungh force-pushed the feature/applicants-summary branch from 4afa75d to abb8b3c Compare December 24, 2024 10:34
- Upgrade package for Cloudscape components
- Add summary charts to the Applicants page on the Admin site
  - Show daily applications grouped by school as a stacked bar chart
  - Show daily cumulative applications by role as a stacked area chart
- Add `Hacker` to `ParticipantRole` enum
@taesungh taesungh force-pushed the feature/applicants-summary branch from abb8b3c to c17d6b4 Compare December 24, 2024 10:52
Copy link
Contributor

github-actions bot commented Dec 24, 2024

Deploy preview for irvinehacks-site-2025 ready!

Name IrvineHacks Site
Preview Visit Preview
Commit 07ee7fd

waalbert
waalbert previously approved these changes Dec 31, 2024
Copy link
Contributor

@waalbert waalbert left a comment

Choose a reason for hiding this comment

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

Looks awesome Taesung! Can you also fix the merge conflicts? Also, I will add links to the apps on the sidebar and on this summary charts page next to the "Applicants" title as part of #513.

@waalbert waalbert merged commit 7d9e46b into main Dec 31, 2024
4 checks passed
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.

Upload Admin chart for applications by day
2 participants