Closed jon-nfc closed 1 month ago
Scan Date: 2024-10-17T09:04:45.532929786Z Image: ghcr.io/nofusscomputing/centurion-erp:d1d8cf07cac3e0c9bc1e12021de1732a4737f3a4 OS: alpine 3.19.4
Nothing Found
Scan Date: 2024-10-17T08:57:35.022443032Z File: requirements.txt
Nothing Found
:books: Summary
:link: Links / References
248
:construction_worker: Tasks
Config Groups
[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
_[x] :testtube: Serializer validation tests -
test_<model name>_serializer.py
_each validation conducted is checked to ensure it works
Config Group Software
[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
[ ] :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
_[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