Closed anttimaki closed 1 year ago
Current dependencies on/for this PR:
This comment was auto-generated by Graphite.
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
8637060
) 92.27% compared to head (e8fe3a9
) 92.31%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Closing and reimplementing as a separate endpoint.
Cyberstorm API: add CyberstormPackageCategorySerializer
It felt a bit dirty to import such a simple serializer from another app, especially since that serializer is marked experimental.
Refs TS-1860
Cyberstorm API: return team's categories and sections
If community is defined, return a list of community's PackageCategories and PackageListingSections too. This is done via optional query parameter so both views that have access to community (e.g. team's package listing view) and don't have it (e.g. team's profile settings view) can use the same endpoint.
Refs TS-1856