Skip to content
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

#3315 - Content: Ministry: Student Requests Exceptions #4274

Merged

Conversation

andrepestana-aot
Copy link
Collaborator

@andrepestana-aot andrepestana-aot commented Jan 21, 2025

  • Revised title and subtitle;
  • Expanded "Name" column into "Given names" and "Last name";
    image

@andrepestana-aot andrepestana-aot self-assigned this Jan 21, 2025
@andrepestana-aot andrepestana-aot marked this pull request as ready for review January 21, 2025 21:33
@andrepestana-aot andrepestana-aot added Ministry Ministry Features Content Tasks related to UIUX content SIMS-Api SIMS-Api labels Jan 21, 2025
@guru-aot guru-aot self-requested a review January 21, 2025 21:52
@dheepak-aot dheepak-aot self-requested a review January 21, 2025 22:00
@@ -38,6 +38,7 @@ export interface ApplicationExceptionSummaryAPIOutDTO {
applicationId: number;
studentId: number;
submittedDate: Date;
fullName: string;
givenNames: string;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

given names is optional.

@@ -61,6 +61,7 @@ export class ApplicationExceptionSummaryAPIOutDTO {
applicationId: number;
studentId: number;
submittedDate: Date;
fullName: string;
givenNames: string;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

given names optional

Copy link
Collaborator

@dheepak-aot dheepak-aot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great job @andrepestana-aot. Left 2 minor comments. Please have a look

Copy link
Collaborator

@guru-aot guru-aot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, nice work @andrepestana-aot

Copy link

Backend Unit Tests Coverage Report

Totals Coverage
Statements: 22.52% ( 3864 / 17159 )
Methods: 10.32% ( 224 / 2170 )
Lines: 25.93% ( 3336 / 12866 )
Branches: 14.32% ( 304 / 2123 )

Copy link

E2E Workflow Workers Coverage Report

Totals Coverage
Statements: 65.59% ( 589 / 898 )
Methods: 59.63% ( 65 / 109 )
Lines: 68.72% ( 468 / 681 )
Branches: 51.85% ( 56 / 108 )

Copy link

E2E Queue Consumers Coverage Report

Totals Coverage
Statements: 86.14% ( 1249 / 1450 )
Methods: 82.42% ( 136 / 165 )
Lines: 88.51% ( 1032 / 1166 )
Branches: 68.07% ( 81 / 119 )

Copy link

E2E SIMS API Coverage Report

Totals Coverage
Statements: 68.11% ( 6020 / 8838 )
Methods: 65.84% ( 742 / 1127 )
Lines: 71.94% ( 4713 / 6551 )
Branches: 48.71% ( 565 / 1160 )

@andrepestana-aot andrepestana-aot deleted the 3315_content_ministry_student_requests_exceptions branch January 21, 2025 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content Tasks related to UIUX content Ministry Ministry Features SIMS-Api SIMS-Api Web portal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants