-
Notifications
You must be signed in to change notification settings - Fork 61
add resume upload button #34
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
Conversation
c00f434 to
714b191
Compare
|
looks fire, think we can get a video demo attached? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
heat asf, ive only got one small review i can see but be sure to wait for 1 more review.
also, can we extract the button and all of its logic into a component? we will need to use this exact button on @TTRAN70's new member management front end, so that may help a lot to use later and you know the functionality.
apps/blade/src/app/member/application/_components/member-application-form.tsx
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks pretty good. just a few const/string changes from me. try to add video demo
apps/blade/src/app/member/application/_components/member-application-form.tsx
Outdated
Show resolved
Hide resolved
| } else { | ||
| ctx.addIssue({ | ||
| code: z.ZodIssueCode.custom, | ||
| message: "Object in FileList is undefined", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this and other zod issues/errors/not user-facing strings can have more consistent punctuation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you give an example?
387e586 to
548e907
Compare
Why
What
- 0 or 1 files attached.
- PDF required.
- File size is maximum 5MB.
Test Plan
New frontend input for resume in the member application:

Manual testing process for the upload resume route: