GitClassic
Feed
Explore
Random
Go Pro
Sign in
obafemitayor
/
newsletter-subscription-application
Code
/
Commits
/ fd4401c
Code Review: Addressed major tech debt by grouping subscriptions according to customers
Omotayo Obafemi
committed on Apr 7, 2025, 06:51 PM
Showing
9
changed files
+140 additions
-94 deletions
M
README.md
+1
M
api/app/models/subscription.rb
+34
M
api/app/services/subscription_service.rb
+25
-36
M
api/config/locales/en.yml
+5
M
api/spec/controllers/v1/subscriptions_controller_spec.rb
+34
-17
M
api/spec/services/subscription_service_spec.rb
+28
-28
M
frontend/src/__tests__/utils/subscription-list-mock-data.ts
+11
-11
M
frontend/src/pages/subscription/components/SubscriptionList.vue
+1
-1
M
frontend/src/pages/subscription/types/types.ts
+1
-1
Browse files at this commit โ