CCE Minor Core Functionality (Edit/View/Withdraw/Modify)#1428
Open
bledsoef wants to merge 104 commits intodevelopmentfrom
Open
CCE Minor Core Functionality (Edit/View/Withdraw/Modify)#1428bledsoef wants to merge 104 commits intodevelopmentfrom
bledsoef wants to merge 104 commits intodevelopmentfrom
Conversation
Contributor
|
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
Contributor
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
Contributor
Contributor
Contributor
Contributor
|
Related to Rue's latest comment: I verified: edit, approve, mark as completed all work. You should try to pull and update the branch |
Contributor
added 2 commits
March 15, 2026 21:02
…oblem, where attachments were not deleted even after the user clicked the trash icon.
…ts into 1399_EditFunctionality
Contributor
Contributor
…Team/celts into 1399_EditFunctionality
…SoftwareDevTeam/celts into 1399_EditFunctionality
…ateSummerEngagement
MImran2002
previously approved these changes
Mar 16, 2026
Contributor
MImran2002
left a comment
There was a problem hiding this comment.
I have checked for the changes I have requested and they are delivered.
…Dict calls with a regular, mutable MultiDict.
The changes requested were fixed months ago.
added 4 commits
March 16, 2026 22:53
…y, which maps to a list, using the MultiDict setlist() attr
…reations of test courses we were using in this file.
…DevTeam/celts into 1399_EditFunctionality
added 2 commits
March 17, 2026 12:48
…ing the results to prevent 'a, b' != ' b,a' when in reality they should match.
Contributor
bakobagassas
left a comment
There was a problem hiding this comment.
I was thinking that it might be good to have validity tags when I don't input a name and try to submit the proposal. Or perhaps it should be another issue?
Contributor
This file contains hidden or 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
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.










Issue Description
Fixes #1399
Changes
Testing
While testing, look out for a few things:
If the above look good, then the PR can be stepped towards merging.