Skip to content

Instantly share code, notes, and snippets.

@klukiyan
Last active January 28, 2025 15:09
Show Gist options
  • Save klukiyan/18d931b7eae47d004f2d4ade0b89d2b4 to your computer and use it in GitHub Desktop.
Save klukiyan/18d931b7eae47d004f2d4ade0b89d2b4 to your computer and use it in GitHub Desktop.
Tickets list.md

[[Ticketing System]] | [[CT Obsidian]]

🔗Urls: /requests - list of all requests /requests/{id} - direct link to specific ticket/task/request

Code:

  • FrontEnd:
    • pages/requests/index.vue
    • components/RequestDetails.vue
      • components/RequestDetails.vue
  • Backend:
    • app/Http/Controllers/ApiController.php - just as a pass-trough
    • app/Models/Projects/PTask.php - here is the full logic and one-to-many and many-to-many connections

Development sessions

All commits have [Tickets] code in GitGraph explorer

23. 1. 2025

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]]

28. 1. 2025

Commit:[Ticketing] session 4 request view almost done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment