-
Notifications
You must be signed in to change notification settings - Fork 8
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
Minor integration #1106
Merged
Merged
Minor integration #1106
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ts into cceMinorAdminPage
…am/celts into cceMinorAdminPage
…ts into minorIntegration
…returned by getSummerExperience()
Please correct the spelling: this is consistently wrong throughout the repo; experience is not spelled with an "a". |
… course participant test that broke with that change
Can you add in your description who we can test ui elements with, if there's been any test data added for certain students. |
…nts, changed language in minor box on user profile when an admin is looking at the page
BrianRamsay
approved these changes
Feb 27, 2024
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New pages for CCE Minor:
CCE Minor Profile page:
/profile/<username>/cceMinor
Request other engagement for CCE minor:
/cceMinor/<username>/requestOtherCommunityEngagement
CCE Minor admin page:
/admin/cceMinor
Model changes:
certification
CESC
toCCE
communityEngagementRequest
company
fieldfilename
to be nullAdded
individualRequirement
tablecertificationRequirement
tableAdded
otherExperience
tableTo Test:
Checkout branch
minorIntegration
and rundatabase/reset_database.sh
followed bytests/run_tests.sh
As long as all the tests pass run
flask run
next.Navigate to a student's profile,
/profile/<username>
. If the student has no credit towards the CCE minor then there should be a notification box in the top right of their profile asking if they are interested in pursuing the CCE minor and if they do have progress towards the minor then that notification box should not be there.Next navigate to the CCE Minor profile page,
/profile/<username>/cceMinor
On the Minor profile page verify all the functionality works.
-Next, click the
Request Other Experience
button. You should be taken to the following route:cceMinor/<username>/requestOtherCommunityEngagement
.app/static/files
-Finally, navigate to the Admin Minor management page,
/admin/cceMinor
Minor Progress
table, all of the counts are correct, and all of the links to the respective students profiles are correct.Interested Student
table are interested, and the names link to the correct profiles.