Closed jon-nfc closed 2 weeks ago
Scan Date: 2024-11-02T13:52:15.95330284Z Image: ghcr.io/nofusscomputing/centurion-erp:5120b28f22a555a91eff9501dbe65ad6c8a848c1 OS: alpine 3.20.3
Nothing Found
Scan Date: 2024-11-02T13:42:26.071183842Z File: requirements.txt
Nothing Found
:books: Summary
:link: Links / References
248
345
368
:construction_worker: Tasks
Change Ticket
[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
[x] :new: ViewSet Created path:
<module name>/viewsets
api/urls.py
viewsets/index.py
:test_tube: Tests
[x] :testtube: ViewSet Permission tests
test_<model name>_permission_viewset.py
_[x] :testtube: API Fields rendering tests
test_<model name>_api_v2.py
_[ ] :testtube: Serializer validation tests -
test_<model name>_serializer.py
_each validation conducted is checked to ensure it works
Incident Ticket
[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
[x] :new: ViewSet Created path:
<module name>/viewsets
api/urls.py
viewsets/index.py
:test_tube: Tests
[x] :testtube: ViewSet Permission tests
test_<model name>_permission_viewset.py
_[x] :testtube: API Fields rendering tests
test_<model name>_api_v2.py
_[ ] :testtube: Serializer validation tests -
test_<model name>_serializer.py
_each validation conducted is checked to ensure it works
Problem Ticket
[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
[x] :new: ViewSet Created path:
<module name>/viewsets
api/urls.py
viewsets/index.py
:test_tube: Tests
[x] :testtube: ViewSet Permission tests
test_<model name>_permission_viewset.py
_[x] :testtube: API Fields rendering tests
test_<model name>_api_v2.py
_[ ] :testtube: Serializer validation tests -
test_<model name>_serializer.py
_each validation conducted is checked to ensure it works
Project Task
[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
[x] :new: ViewSet Created path:
<module name>/viewsets
api/urls.py
viewsets/index.py
:test_tube: Tests
[x] :testtube: ViewSet Permission tests
test_<model name>_permission_viewset.py
_[x] :testtube: API Fields rendering tests
test_<model name>_api_v2.py
_[ ] :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