Why
Every v3 resource needs the same router, pagination, and field-selection mechanism.
Building that once first keeps the resource issues small.
What
- The
/api/v3/ router and URL wiring.
- Shared base pieces: bounded pagination, a base viewset, the
?fields= mechanism, and the explicit-permissions requirement.
- No resource endpoints in this issue.
Why
Every v3 resource needs the same router, pagination, and field-selection mechanism.
Building that once first keeps the resource issues small.
What
/api/v3/router and URL wiring.?fields=mechanism, and the explicit-permissions requirement.