fortedigital / fortedigital/Optimizely.ContentUsage
Extend sorting and integrate API sorting with frontend
- Dominant language
- C#
- Stars
- 2
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
I saw that for Type column (potentially for all columns) sorting isn't working correctly.
If we sort by Type, displayed content types will contains only one "Block" content (for Foundation project of course).

On page 6 (with 15 per page items count) we see much more than one "Block" content.

After syncing with @mgorzanski we saw that there is sorting on FE and on BE totally independent from each other.
Solution proposal:
Change FE sorting mechanism because we don't have pagination mechanism in ContentType/GetContentTypes endpoint (just sorting, which is not used).
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.