chaynHQ / bloom-backend

Code for the backend / API of the Bloom service
https://bloom.chayn.co/
MIT License
18 stars 31 forks source link

Replace use of req["user"] with req["userEntity"] in subscription-user.controller.ts #547

Closed eleanorreem closed 1 month ago

eleanorreem commented 2 months ago

Overview

Take a read through the umbrella ticket. As a sub task to this ticket we want to phase out the use of req["user"] from the subscription-user.controller.ts. The endpoints that need addressing are POST /subscription-user/whatsapp, POST /subscription-user/whatsapp/:id. Note that we haven't followed rest patterns here and hopefully this will be refactored at a later date but not part of this ticket.

Action Items

ckirby19 commented 2 months ago

I would like to pick up this ticket please, thank you! :)

github-actions[bot] commented 2 months ago

Thank you @ckirby19 you have been assigned this issue! Please follow the directions in our Contributing Guide. We look forward to reviewing your pull request shortly ✨


Support Chayn's mission? ⭐ Please star this repo to help us find more contributors like you! Learn more about Chayn here and explore our projects. 🌸

ckirby19 commented 1 month ago

Can I just check if any more work is needed for this ticket?

eleanorreem commented 1 month ago

All good! Forgot to close this ticket!