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

Notification migration #2063

Merged
merged 28 commits into from
Dec 5, 2024
Merged

Notification migration #2063

merged 28 commits into from
Dec 5, 2024

Conversation

PooyaRaki
Copy link
Contributor

Summary

Add compatibility between Notification V1 and Notification V2. Integrate Notification V2 methods into Notification V1 to begin populating the database in advance of the data migration, ensuring clients can transition to V2 seamlessly without any changes on their end.

Changes

  • Integrate V2 methods within the V1 controller.
  • Refactor the V2 repository using TypeORM.

@PooyaRaki PooyaRaki force-pushed the notificationMigration branch from cf83376 to f53fa31 Compare October 27, 2024 17:16
@PooyaRaki PooyaRaki force-pushed the notificationMigration branch 4 times, most recently from 19e7c42 to a28bfab Compare November 4, 2024 12:07
@PooyaRaki PooyaRaki marked this pull request as ready for review November 4, 2024 12:16
@PooyaRaki PooyaRaki requested a review from a team as a code owner November 4, 2024 12:16
Copy link
Member

@iamacook iamacook left a comment

Choose a reason for hiding this comment

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

All of my comments can be tackled in a follow up as they are validation focused. I would suggest we add schema tests for those implemented here as well.

@PooyaRaki PooyaRaki force-pushed the notificationMigration branch from bb16bc1 to 5fc9e0b Compare November 6, 2024 11:43
@PooyaRaki PooyaRaki force-pushed the notificationMigration branch from 15978c2 to 73984fe Compare November 7, 2024 08:56
@hectorgomezv hectorgomezv self-requested a review November 7, 2024 15:48
@PooyaRaki PooyaRaki force-pushed the notificationMigration branch from 037b635 to e6128ff Compare November 8, 2024 11:12
@PooyaRaki PooyaRaki force-pushed the notificationMigration branch from 855d848 to 156d8e4 Compare November 25, 2024 10:23
@PooyaRaki PooyaRaki requested a review from iamacook November 25, 2024 10:32
@PooyaRaki PooyaRaki self-assigned this Dec 5, 2024
@PooyaRaki PooyaRaki force-pushed the notificationMigration branch from 5e5999d to bdf9a89 Compare December 5, 2024 10:38
@PooyaRaki PooyaRaki merged commit e455fba into main Dec 5, 2024
21 checks passed
@PooyaRaki PooyaRaki deleted the notificationMigration branch December 5, 2024 11:48
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.

3 participants