- Added migration 025 for the Ticket System, creating tables for tickets, comments, attachments, worklogs, prepaid cards, and audit logs. - Introduced migration 026 to add ticket-related permissions to the auth system and assign them to user groups. - Developed a test suite for the Ticket Module, validating database schema, ticket number generation, prepaid card constraints, service logic, worklog creation, audit logging, and views.
7 lines
117 B
Python
7 lines
117 B
Python
"""
|
|
Ticket Module Backend
|
|
=====================
|
|
|
|
Business logic, API endpoints, og services for ticket-systemet.
|
|
"""
|