CCE Minor Core Functionality (Edit/View/Withdraw/Modify)#1428
CCE Minor Core Functionality (Edit/View/Withdraw/Modify)#1428bledsoef wants to merge 79 commits intodevelopmentfrom
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.
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
|
@JohnCox2211, in response to this comment:
3 & 4. The logic controlling the minor page in
|
…need for extra implementation
There was a problem hiding this comment.
When editing an already existing proposal, for example we just change a name and try to save, there is a validity tag that appears where we are required to attach a file though there is already a file there. Then it saves the changes. That validity tag should not be appearing though. Also this is for when we try to save draft, however, on the other hand when I try to actually submit the proposal, it does not work, it still requires me to add a file while there is already a file attached













Issue Description
Fixes #1399
Changes
Testing