feat(core): Add ViewSet for Ticket Comments

ref: #732 #726
This commit is contained in:
2025-04-26 07:38:55 +09:30
parent db47d0e160
commit 39dc8ad39f
2 changed files with 343 additions and 0 deletions

View File

@ -64,6 +64,8 @@ All ViewSets are to be saved under the django app they belong to and within a di
### Sub-Model ViewSet
Unless you are creating a new base sub-model, you will not need to create a ViewSet. This is because the sub-model Viewset that is used is the lowest base model in the inheritance chain.
#### Requirements