-
Notifications
You must be signed in to change notification settings - Fork 15
Profile UI for CCE Minor Experiences. #1293
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
…ts into CCEminorTabs
…ts into CCEMinorTabs
…ts into CCEMinorTabs
…lts into CCEMinorTabs
… forms. Also implemented an 'Edt' and 'Withdraw' functionality for both forms.
BrianRamsay
left a comment
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.
- No text in phone number field
- Supervisor phone and email should not be required
- Required fields should have the red * (we have that style from somewhere else)
- Summer experience should connect through the IndividualRequirement table for the minor. See: Admin minor management page
- No big duplicate chunks for read-only vs edit
- Use jquery everywhere instead of vanilla javascript
…NCE THIS COMMIT FOR FUTURE ISSUES
…r and changed the header to be of same size like in summerexperience
hoerstl
left a comment
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.
Excellently executed PR! We've got some changes we'd like to request ranging from removing comments, refactoring code, and some rather major bug fixes we want you to take a look at. Overall, good work so far!
|
The function
The docstring of the function definitely needs to be updated to describe what it returns (String name of the term, String name of the summer experience [e.x. "Internship: Jewish Vocational Service" - from prod backup]) |
Issue Description
Fixes #1152
Changes
Testing
./tests/run_tests.shflask run.mysql -u root -proot->use celts->select * from summerexperience;to make sure the data you just submitted is all there.