-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Added a new endpoint to submit the request. - Added new endpoint to get the request details submitted: `@Get(":applicationOfferingChangeRequestId")` - Reused methods to load programs and offerings from PIR. - Created a component to display an offering summary to be used for the student offering change and with the potential to be used for scholastic standings and COE approvals. - Created a component to submit the requested change and visualize it. - Method `getEligibleApplications` was reused to also retrieve the "change request"/"application details" to allow the submission. In this way, the same query constraints are used to load the summary list and also to get more details for the same item that will be submitted. New endpoint added as `@Get("available/application/:applicationId")`. ### Fixes and UI refactors - Fixed query for available applications that was showing the application available to report a change when there was one already in progress and also completed. - Removed extra space from `detail-header` after the label. Instead of showing `label : value` it will now show `label: value`. - Replace the "vertical divider" in `detail-header` with a pipe ("|") as per Figma. - Fixed the `body-header` `#status-chip` that was being displayed in the second line.
- Loading branch information
1 parent
cdfd62a
commit 8192320
Showing
36 changed files
with
1,504 additions
and
70 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.