-
Notifications
You must be signed in to change notification settings - Fork 0
Auth & Ticket #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Auth & Ticket #18
Conversation
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
PR Type
Description
Refactor auth registration using formatted user data
Add CRUD endpoints for ticket management
Introduce new ticket and updated user models
Update user routes and remove redundant controller file
Changes walkthrough 📝
8 files
Refactor register to use formatUser for user dataAdd complete ticket CRUD endpoint implementationsIntroduce endpoints for fetching current and all usersRemove duplicated user creation endpointsCreate ticket model interface and formatter functionCreate updated user model with default statusAdd ticket routes secured with token validationUpdate user routes; remove create endpoint route1 files
Update main router to include ticket routes