Real-Dev-Squad / discord-slash-commands

MIT License
5 stars 50 forks source link

feat: add task update handler and util #213

Closed tejaskh3 closed 5 months ago

tejaskh3 commented 6 months ago

Date: 2 April. 2024

Developer Name: Tejas


Issue Ticket Number #215

Description

Developing an API that sends the updates of tasks in the RDS discord channel whenever the user updates his/her progress.

changes made in PR are firstly creating a controller that authorizes if the request is only coming from the backend of RDS and then passing it to the util function which sends an update message on the tracking channel if the bot is authorized then only.

Design doc

Documentation Updated?

Under Feature Flag

Database Changes

Breaking Changes

Development Tested?

Screenshots

Screenshot 1 https://github.com/Real-Dev-Squad/discord-slash-commands/assets/98630752/7ccfa065-dcea-4614-bc61-8c493b77bda1

Test Coverage

image

image

image

Additional Notes