-
Notifications
You must be signed in to change notification settings - Fork 14
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
Hl student UI update #2182
Hl student UI update #2182
Conversation
…tting the application.
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.
Remove the code for first and last name
src/views/HousingLottery/studentView/StudentApplicants/ApplicantFields/index.jsx
Show resolved
Hide resolved
I added an email auto-complete function too. So, this branch has some minor improvements in the student UI. |
As for the 3rd thing you did, that's exactly what I did couple months ago and we already have it implemented. if you weren't able to do full validation of the email, can you just remove the fixes you made for that function? |
The problem I found was when I tried to submit the application with invalid emails, I was able to submit it. So I think the email validation function is not working now. |
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.
align the code format, approved
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.
I already made a few changes on the instruction page by removing some unnecessary text
<Typography variant="body1" paragraph> | ||
<strong>5. Do I need to be registered for classes to complete the questionnaire?</strong><br/> |
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.
Necessary text change starting from here
<br /> | ||
If you would like confirmation that your questionnaire has been received, you will need | ||
to select the “Send me an email receipt of my responses” box at the bottom of the | ||
questionnaire. No other confirmation will be provided. |
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.
Keep a note here to reserve the text change until here
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.
why you think here should to have a new variable to store the preference option as newloudorQuiet? I don't think it's neceesary
@@ -73,6 +73,11 @@ const Preference = ({ onPreferenceChange }) => { | |||
} | |||
}, []); | |||
|
|||
useEffect(() => { |
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.
Why add a new useEffect here to check valid for selected option?
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.
Approve the change here
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.
approved
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.
don't save the code change here
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.
Jay, please read my code review carefully. Since there are a few changed we already made in the senior project which causing your PR has conflicts with the current senior-project, I suggest you to create a new branch based on the senior-project and bring the code changes I marked as necessary into the new PR please. Thanks for your work
Here's what I did: