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

feat: Add registration/voter endpoint to poem service | NPG-8137 #559

Merged
merged 35 commits into from
Sep 19, 2023

Conversation

Mr-Leshiy
Copy link
Contributor

@Mr-Leshiy Mr-Leshiy commented Sep 12, 2023

Description

  • Added registration/voter endpoint implementation for poem service
  • Made small refactoring

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce.
Please also list any relevant details for your test configuration

  • voter_test

@Mr-Leshiy Mr-Leshiy requested review from stevenj, FelipeRosa, cong-or, minikin and saibatizoku and removed request for FelipeRosa September 12, 2023 15:01
@Mr-Leshiy Mr-Leshiy self-assigned this Sep 12, 2023
@Mr-Leshiy Mr-Leshiy added the review me PR is ready for review label Sep 12, 2023
@Mr-Leshiy Mr-Leshiy changed the title feat: Add registration/voter endpoint to poem service | NPG-8137 feat: Add registration/voter endpoint to poem service | NPG-8137 Sep 12, 2023
Copy link
Collaborator

@stevenj stevenj left a comment

Choose a reason for hiding this comment

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

Hi,
So there a few things here because I want to make sure we are on a solid footing before we add too much code to the code base.

src/cat-data-service/src/poem_types/event.rs Outdated Show resolved Hide resolved
src/cat-data-service/src/poem_types/registration.rs Outdated Show resolved Hide resolved
src/cat-data-service/src/poem_types/registration.rs Outdated Show resolved Hide resolved
src/cat-data-service/src/types/mod.rs Show resolved Hide resolved
src/cat-data-service/src/service/poem_service.rs Outdated Show resolved Hide resolved
src/cat-data-service/src/service/api/registration/mod.rs Outdated Show resolved Hide resolved
src/cat-data-service/src/poem_types/registration.rs Outdated Show resolved Hide resolved
src/cat-data-service/src/poem_types/registration.rs Outdated Show resolved Hide resolved
@stevenj stevenj added the do not merge yet PR is not ready to be merged yet label Sep 14, 2023
@Mr-Leshiy Mr-Leshiy requested a review from stevenj September 18, 2023 08:42
Copy link
Collaborator

@stevenj stevenj left a comment

Choose a reason for hiding this comment

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

See suggested changes.

src/cat-data-service/src/service/api/registration/mod.rs Outdated Show resolved Hide resolved
src/cat-data-service/src/service/api/registration/mod.rs Outdated Show resolved Hide resolved
src/cat-data-service/src/service/api/registration/mod.rs Outdated Show resolved Hide resolved
src/cat-data-service/src/service/api/registration/mod.rs Outdated Show resolved Hide resolved
src/cat-data-service/src/service/docs/mod.rs Show resolved Hide resolved
src/cat-data-service/src/service/poem_service.rs Outdated Show resolved Hide resolved
src/cat-data-service/src/state/jorm_mock.rs Show resolved Hide resolved
src/cat-data-service/src/state/mod.rs Show resolved Hide resolved
Mr-Leshiy and others added 20 commits September 19, 2023 10:12
@Mr-Leshiy Mr-Leshiy requested a review from stevenj September 19, 2023 07:41
@stevenj stevenj merged commit 77185a1 into feature/poem-migration-start Sep 19, 2023
21 checks passed
@stevenj stevenj deleted the feature/poem-registration branch September 19, 2023 08:43
@Mr-Leshiy Mr-Leshiy removed the do not merge yet PR is not ready to be merged yet label Sep 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review me PR is ready for review
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants