Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Add create change service APIs #900

Merged
merged 5 commits into from
Jun 28, 2020
Merged

Conversation

rohithbalaji123
Copy link
Member

@rohithbalaji123 rohithbalaji123 commented Jun 27, 2020

Part of #612

New Behavior

Description

Add service methods to create a new change. I have tried to split the createChange method in ChangeGraphQLApi into multiple methods with each focusing on only one thing. Please confirm if the approach is alright. => Reverting back to previous style.

@rohithbalaji123 rohithbalaji123 added the enhancement New feature or request label Jun 27, 2020
@rohithbalaji123 rohithbalaji123 self-assigned this Jun 27, 2020
@codecov
Copy link

codecov bot commented Jun 27, 2020

Codecov Report

Merging #900 into master will decrease coverage by 0.43%.
The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #900      +/-   ##
==========================================
- Coverage   53.17%   52.74%   -0.44%     
==========================================
  Files         133      133              
  Lines        3180     3206      +26     
  Branches      153      156       +3     
==========================================
  Hits         1691     1691              
- Misses       1421     1447      +26     
  Partials       68       68              
Flag Coverage Δ
#golang 70.91% <ø> (ø)
#typescript 24.05% <0.00%> (-0.52%) ⬇️
Impacted Files Coverage Δ
frontend/src/service/Captcha.service.ts 0.00% <0.00%> (ø)
frontend/src/service/ChangeLog.service.ts 0.00% <0.00%> (ø)
frontend/src/service/Error.service.ts 0.00% <0.00%> (ø)
frontend/src/service/GraphQLError.ts 0.00% <0.00%> (ø)
...d/src/service/shortGraphQL/ChangeLogGraphQL.api.ts 0.00% <0.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 67a1087...7ea2095. Read the comment docs.

Copy link
Member

@magicoder10 magicoder10 left a comment

Choose a reason for hiding this comment

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

Hi @rohithbalaji123 , thank you so much for working on this cool feature! I left few comments on the PR. Please check them out!

frontend/src/entity/Change.tsx Outdated Show resolved Hide resolved
frontend/src/service/Change.service.ts Outdated Show resolved Hide resolved
frontend/src/service/Error.service.ts Outdated Show resolved Hide resolved
frontend/src/service/shortGraphQL/ChangeGraphQL.api.ts Outdated Show resolved Hide resolved
frontend/src/service/Change.service.ts Outdated Show resolved Hide resolved
@pull-request-size pull-request-size bot added size/M and removed size/L labels Jun 28, 2020
@rohithbalaji123 rohithbalaji123 merged commit 4f3d635 into master Jun 28, 2020
@rohithbalaji123 rohithbalaji123 deleted the create-change-client branch June 28, 2020 11:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request size/M
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants