Real-Dev-Squad / website-backend

The backend code for all our website-related apps
https://api.realdevsquad.com/
MIT License
44 stars 200 forks source link

Refactor Request Controller and Model Functions for Additional Request Types #2018

Closed sahsisunny closed 2 months ago

sahsisunny commented 2 months ago

Issue Description

Refactor request controller and model functions to add more request types, such as extension requests and task creation requests in the future.

Expected Behavior

After the refactoring, the request controller and model functions should be structured to handle additional request types seamlessly.

Current Behavior

Currently, the request controller and model functions are not designed to accommodate new request types beyond the existing functionality.

Screenshots

Reproducibility

Steps to Reproduce

N/A (As this is a refactoring task, there are no specific steps to reproduce.)

Severity/Priority

Additional Information

Checklist