Skip to content

Edit rider info modal#690

Open
anika-4444 wants to merge 4 commits into
masterfrom
edit-rider-info
Open

Edit rider info modal#690
anika-4444 wants to merge 4 commits into
masterfrom
edit-rider-info

Conversation

@anika-4444

@anika-4444 anika-4444 commented May 6, 2026

Copy link
Copy Markdown
Contributor

Summary

This pull request is the first step towards implementing feature edit rider info

  • implemented ability for students to edit information about themselves --> they cannot change their netid or join/end dates for login reasons but may change name, phone number, and accessibility needs
image

@anika-4444 anika-4444 requested a review from a team as a code owner May 6, 2026 00:59
@netlify

netlify Bot commented May 6, 2026

Copy link
Copy Markdown

Deploy Preview for carriage-web ready!

Name Link
🔨 Latest commit d061469
🔍 Latest deploy log https://app.netlify.com/projects/carriage-web/deploys/69fa9556bc885f00085331e4
😎 Deploy Preview https://deploy-preview-690--carriage-web.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@vercel

vercel Bot commented May 6, 2026

Copy link
Copy Markdown

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
cu-carriage Ready Ready Preview, Comment May 6, 2026 1:12am

@dti-github-bot

dti-github-bot commented May 6, 2026

Copy link
Copy Markdown
Member

[diff-counting] Significant lines: 48.

@mjaydenkim mjaydenkim left a comment

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.

Everything about the frontend here works perfectly for me and looks great, good work!

I'm not sure if you're replicating this but when I try to change any detail about myself and click "edit profile" I get a 409 error reading "a user with this NetID already exists". Do you know why this might be happening? Maybe we should try making a version of this PR that uses the new database to see if it's specifically a Dynamo problem or something related to the way the API calls are happening.

Image

closeModal();
};

// Modal closes first (submitData sets isSubmitted), then this effect fires the API call so the

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.

Good work with the documentation!!!

{errors.endDate?.type === 'validate' && (
<p className={styles.error}>Invalid end time</p>
)}
{!isStudentEditing && (

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.

Modal UI interacts well and is responsive, nice stuff!

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.

3 participants