-
Notifications
You must be signed in to change notification settings - Fork 15
CCE Minor Core Functionality (Edit/View/Withdraw/Modify) #1428
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
base: development
Are you sure you want to change the base?
Conversation
|
mid pr i'll be honest (i haven't looked at it) |
…DevTeam/celts into 1399_EditFunctionality
…DevTeam/celts into 1399_EditFunctionality
4c30034 to
7f8682a
Compare
…DevTeam/celts into 1399_EditFunctionality
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.
Copilot reviewed 6 out of 12 changed files in this pull request and generated no comments.
Files not reviewed (6)
- app/templates/minor/cceMinorProposalManagement.html: Language not supported
- app/templates/minor/companyOrganizationInformation.html: Language not supported
- app/templates/minor/profile.html: Language not supported
- app/templates/minor/requestOtherEngagement.html: Language not supported
- app/templates/minor/summerExperience.html: Language not supported
- app/templates/minor/supervisorInformation.html: Language not supported
Comments suppressed due to low confidence (2)
app/controllers/minor/routes.py:88
- [nitpick] The function name 'createSummerExperienceExperience' is redundant and may be unclear. Consider renaming it to something like 'createSummerExperienceRequest' to better reflect its purpose.
def createSummerExperienceExperience(username):
app/logic/minor.py:42
- [nitpick] The error message in the updateSummerExperience function reads 'Error saving summer experience' which may be misleading in an update operation. Consider revising the message to indicate an update failure.
def updateSummerExperience(proposalID, formData):
…DevTeam/celts into 1399_EditFunctionality
…DevTeam/celts into 1398_ApprovalFunctionality
…nce it's been approved by an admin
…ializing and deserializing
…ted by admins after submission.
…pprove a proposal conveniently
…ts into 1399_EditFunctionality
|
@JohnCox2211, in response to this comment:
3 & 4. The logic controlling the minor page in
|
…need for extra implementation
bakobagassas
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.










Issue Description
Fixes #1399
Changes
Testing