feat(manager-api): add column order index for Api Plans so users can explicitly order plans in UI#2159
Conversation
|
@volkflo please review and let me know |
…explicitly order plans in UI This feature is used by the API Developer Portal also. Closes: apiman#1639
|
Thanks to Florian, Olli, Bastian, Christian, and the team at Scheer PAS for contributing to and sponsoring this enhancement to Apiman. |
volkflo
left a comment
There was a problem hiding this comment.
Even if you already merged this, just a question for better understanding:
The reason for not using the new rest endpoint (/reorderApiPlans) from the UI is that it is easier on that page to just update the whole api version?
It is simply that the UI was already using the existing endpoint in several locations and I could avoid changing any code dealing with that. But to keep the API consistent with the policy chain reordering, and for other use-cases (e.g. CLI), I think it's best to add the reorder endpoint also. |
|
Okay cool, thanks for the comments 🚀 |
@volkflo initial version with UI -- needs a little tidying up + tests before committing, but seems to work well.
Sorry for slowness due to holidays.
Thanks to Florian, Olli, Bastian, Christian, and the team at Scheer PAS for contributing to and sponsoring this enhancement to Apiman.