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

Applies Normalization to the DB #64

Merged
merged 1 commit into from
Apr 9, 2023
Merged

Applies Normalization to the DB #64

merged 1 commit into from
Apr 9, 2023

Conversation

harshraj22
Copy link
Owner

  • subscription table uses information relevant to subscription, and should be altered only by admin
  • auth table uses information about users and can be altered by (auth service to insert/update user details, payent service to update subscription tier)

ToDo:

  • Modify auth service to read from this DB
  • Have separate DB for separate services and use saga pattern to insert/update the data.

References:
#60 #13

- `subscription` table uses information relevant to subscription, and should be altered only by admin
- `auth` table uses information about users and can be altered by (auth service to insert/update user details, payent service to update subscription tier)
@harshraj22 harshraj22 merged commit e1364cb into main Apr 9, 2023
@harshraj22 harshraj22 deleted the normalize_db branch April 9, 2023 13:45
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.

1 participant