website-backend
website-backend copied to clipboard
The backend code for all our website-related apps
Bumps [express](https://github.com/expressjs/express) from 4.18.3 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
### Issue Description In this issue, we need to connect the API which sends task updates on the discord channel. ### Expected Behavior Task updates should be sent to the...
Date: 23-03-2024 Developer Name: Pavan Bhat --- ## Issue Ticket Number https://github.com/Real-Dev-Squad/cron-jobs/issues/60 ## Description Created a new route that can support nickname sync action ### Documentation Updated? - [x] Yes...
- [x] #1905 - [x] #1912 - [x] #1920 Todo - [x] Re-implement all APIs with a feature flag in the backend with the same request and response, only changing...
### Issue Description _Removed Middleware for Reference:_  This route `discord-actions/nicknames/sync` is behind a middleware accessing `req.userData` which would only be available if the call is made through website-dashboard. We...
### Issue Description Ideally we should use single service to update data in DB but Now we are not using a model service to update the user data in DB...
Date: `change date here` Developer Name: `developer name here` ---- ## Issue Ticket Number:- - add issue ticket number here e.g `#923` ## Description: Add description of the PR here...
### Issue Description Currently we don't have proper enum for type. We are using different type of formatting in naming the type to store in logs collection. Also, we need...
### Issue Description By default, every developer has the status "ONBOARDING" in the database once they join the Discord server. This onboarding status should ideally be removed within a month....
### Issue Description For now we have removed a middleware https://github.com/Real-Dev-Squad/website-backend/pull/1969 to support for changes of https://github.com/Real-Dev-Squad/cron-jobs/pull/62 Post changes are merged, we should look into ways to fix this without...