Closed jon-nfc closed 3 weeks ago
Scan Date: 2024-11-01T09:28:14.581078723Z File: requirements.txt
Nothing Found
Scan Date: 2024-11-01T09:36:31.95250037Z Image: ghcr.io/nofusscomputing/centurion-erp:b4e64fc4ef16189e3bf6eb77f6cb71d529101995 OS: alpine 3.20.3
Nothing Found
:books: Summary
:link: Links / References
368
:construction_worker: Tasks
Item tickets
[x] :new: Serializer Created path:
<module name>/serializers
[x] :heavy_check_mark: Validations from form included in serializer
[x] :heavy_check_mark: Validations from view included in serializer
[x] :heavy_check_mark: All related fields using its base serializer
[x] :ballot_box_with_check: Related Serializers that Don't exist are created
:test_tube: Tests
[x] :testtube: ViewSet Permission tests
test_<model name>_permission_viewset.py
_[x] :testtube: Serializer validation tests -
test_<model name>_serializer.py
_each validation conducted is checked to ensure it works
Related Tickets
[x] :new: Serializer Created path:
<module name>/serializers
[x] :heavy_check_mark: Validations from form included in serializer
[x] :heavy_check_mark: Validations from view included in serializer
[x] :heavy_check_mark: All related fields using its base serializer
[x] :ballot_box_with_check: Related Serializers that Don't exist are created
:test_tube: Tests
[x] :testtube: ViewSet Permission tests
test_<model name>_permission_viewset.py
_[x] :testtube: Serializer validation tests -
test_<model name>_serializer.py
_each validation conducted is checked to ensure it works
[ ] :firecracker: Contains breaking-change Any Breaking change(s)?
Breaking Change must also be notated in the commit that introduces it and in Conventional Commit Format.
[ ] :blue_book: Documentation written
All features to be documented within the correct section(s). Administration, Development and/or User
[ ] :checkered_flag: Milestone assigned
[ ] :test_tube: Unit Test(s) Written
ensure test coverage delta is not less than zero
[ ] :page_facing_up: Roadmap updated