complete codex docs
This commit is contained in:
parent
b5dcf01a8c
commit
3cefad183d
62 changed files with 2730 additions and 50 deletions
63
docs/modules/tickets.md
Normal file
63
docs/modules/tickets.md
Normal file
|
|
@ -0,0 +1,63 @@
|
|||
# Tickets
|
||||
|
||||
## Purpose
|
||||
|
||||
Support ticket system with messages, attachments, and settings.
|
||||
|
||||
## Current Status
|
||||
|
||||
- Production
|
||||
- Functional
|
||||
|
||||
## Dependencies
|
||||
|
||||
- auth/session
|
||||
- support workflows
|
||||
- attachment storage
|
||||
|
||||
## Database Tables
|
||||
|
||||
- `tickets`
|
||||
- `ticket_messages`
|
||||
- `ticket_attachments`
|
||||
- `ticket_settings`
|
||||
|
||||
## Agent Interaction
|
||||
|
||||
- indirect via server-context support requests
|
||||
|
||||
## User Workflow
|
||||
|
||||
- create ticket
|
||||
- reply
|
||||
- upload attachments
|
||||
- track status
|
||||
|
||||
## Admin Workflow
|
||||
|
||||
- respond to tickets
|
||||
- manage settings
|
||||
- moderate attachments and ratings
|
||||
|
||||
## Security Concerns
|
||||
|
||||
- attachment size and file type limits
|
||||
- privacy of server and billing context
|
||||
|
||||
## Known Issues
|
||||
|
||||
- should be more tightly linked to server monitor and logs
|
||||
|
||||
## Missing Functionality
|
||||
|
||||
- automatic server context attachment
|
||||
- support escalation flow
|
||||
|
||||
## Suggested Future Improvements
|
||||
|
||||
- integrate server state, recent logs, and account context
|
||||
|
||||
## Recommendation
|
||||
|
||||
- Keep / Improve
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue