[[Ticketing System]] | [[CT Obsidian]]
🔗Urls:
/requests
- list of all requests
/requests/{id}
- direct link to specific ticket/task/request
- FrontEnd:
pages/requests/index.vue
components/RequestDetails.vue
components/RequestDetails.vue
- Backend:
app/Http/Controllers/ApiController.php
- just as a pass-troughapp/Models/Projects/PTask.php
- here is the full logic and one-to-many and many-to-many connections
All commits have [Tickets] code in GitGraph explorer
Commit: [Ticketing] session 3 setup
The commit details can be viewed either in gitgraph (vscode) or in gitlab here FrontEnd and Backend
![[Pasted image 20250123161021.webp]]
Commit:[Ticketing] session 4 request view almost done