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

Senior View For Chapter Leader #120

Merged
merged 1 commit into from
Mar 13, 2024
Merged

Conversation

nickbar01234
Copy link
Collaborator

Description

Display a specific senior's information for a Chapter Leader. Additionally, I did a quick sweep to remove all usage of name from Senior model as that is deprecated.

Screenshots

image

Test

  1. Login an account with role CHAPTER_LEADER
  2. Navigate to /private/[uid]/chapter-leader/[seniorId]
  3. Edit student assignment for this senior / Check for mobile responsiveness

Copy link

vercel bot commented Mar 12, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
the-legacy-project2 🔄 Building (Inspect) Visit Preview Mar 12, 2024 4:58am

@@ -29,14 +27,10 @@ const UserSeniorsPage = async ({ params }: { params: { uid: string } }) => {
const students = chapter?.students ? chapter.students : [];

return (
<HeaderContainer
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Moved the HeaderContainer to layout as that's shared with children's page.

Copy link
Collaborator

@cledi01 cledi01 left a comment

Choose a reason for hiding this comment

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

LGTM 🤠

@nickbar01234 nickbar01234 merged commit 0708814 into main Mar 13, 2024
4 checks passed
@nickbar01234 nickbar01234 deleted the nickbar01234/senior-view branch March 13, 2024 14:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants