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 non-interactive Participants table for check-ins #335

Merged
merged 3 commits into from
Jan 24, 2024

Conversation

taesungh
Copy link
Member

Closes #334, still need to add remaining functionality listed in #269.

Changes

  • Add Participant model for check-in information
  • Design non-interactive Participants table
    • Include non-interactive version of Participants table showing check-in information including UID, name, role, status, and action
    • Still need to add filtering, sorting, pagination, and preferences

@taesungh taesungh requested a review from a team January 23, 2024 07:03
apps/api/src/admin/participant_manager.py Outdated Show resolved Hide resolved
apps/api/src/admin/participant_manager.py Outdated Show resolved Hide resolved
apps/api/src/admin/participant_manager.py Outdated Show resolved Hide resolved
apps/api/src/admin/participant_manager.py Outdated Show resolved Hide resolved
- Include non-interactive version of Participants table showing check-in
  information including UID, name, role, status, and action
- Still need to add filtering, sorting, pagination, and preferences
Copy link
Contributor

github-actions bot commented Jan 23, 2024

Deploy preview for irvinehacks-site-2024 ready!

Name IrvineHacks 2024 Site
Preview Visit Preview
Commit e055357

samderanova
samderanova previously approved these changes Jan 23, 2024
Copy link
Contributor

@samderanova samderanova left a comment

Choose a reason for hiding this comment

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

Looking good!

@taesungh
Copy link
Member Author

Gonna do a refactor and extract the table component since I think we'll need a modal on the parent.

@samderanova samderanova requested a review from a team January 24, 2024 03:14
@samderanova samderanova merged commit 46fcfeb into main Jan 24, 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.

[PMS] Design Participants page to show table of attending participants
2 participants