Skip to content

Flp 1183 learning api endpoint update #2253

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

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

chrisfoster76
Copy link
Contributor

No description provided.

using System;
using SFA.DAS.SharedOuterApi.Interfaces;

namespace SFA.DAS.SharedOuterApi.InnerApi.Requests.Apprenticeships
Copy link
Contributor

Choose a reason for hiding this comment

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

This namespace could be updated since it now contains Learning specific requests?

using System;
using SFA.DAS.SharedOuterApi.Interfaces;

namespace SFA.DAS.SharedOuterApi.InnerApi.Requests.Apprenticeships
Copy link
Contributor

Choose a reason for hiding this comment

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

as above

@@ -2,7 +2,7 @@

namespace SFA.DAS.SharedOuterApi.InnerApi.Requests.Apprenticeships;

public class GetApprenticeshipsRequest : IGetApiRequest
public class GetLearningsRequest : IGetApiRequest
Copy link
Contributor

Choose a reason for hiding this comment

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

as above

@@ -5,11 +5,11 @@ namespace SFA.DAS.SharedOuterApi.InnerApi.Requests.Apprenticeships;

public class GetPaymentStatusRequest : IGetApiRequest
Copy link
Contributor

Choose a reason for hiding this comment

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

as above

@@ -2,7 +2,7 @@

namespace SFA.DAS.SharedOuterApi.InnerApi.Responses.Apprenticeships
Copy link
Contributor

Choose a reason for hiding this comment

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

same for responses, won't comment individually on the rest

Copy link

Quality Gate Failed Quality Gate failed for 'das-apim-endpoints-ApprenticeshipsManage'

Failed conditions
2.7% Coverage on New Code (required ≥ 80%)
10.4% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

Copy link

Quality Gate Failed Quality Gate failed for 'das-apim-endpoints-Apprenticeships'

Failed conditions
65.1% Coverage on New Code (required ≥ 80%)
10.7% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

Copy link

Quality Gate Failed Quality Gate failed for 'das-apim-endpoints-Funding'

Failed conditions
6.4% Coverage on New Code (required ≥ 80%)
10.0% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

Copy link

Quality Gate Failed Quality Gate failed for 'das-apim-endpoints-Earnings'

Failed conditions
22.3% Coverage on New Code (required ≥ 80%)
9.2% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

Copy link

Quality Gate Failed Quality Gate failed for 'das-apim-endpoints-Approvals'

Failed conditions
10.0% Duplication on New Code (required ≤ 5%)

See analysis details on SonarQube Cloud

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants