-
-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimize the UI experience of open platform authorization management #4436
Conversation
# Conflicts: # README.md
@klboke It's great. Having a filter function will be more useful? |
...lo-portal/src/main/java/com/ctrip/framework/apollo/portal/controller/ConsumerController.java
Outdated
Show resolved
Hide resolved
...lo-portal/src/main/java/com/ctrip/framework/apollo/portal/controller/ConsumerController.java
Outdated
Show resolved
Hide resolved
Retrieval is a nice feature. However, in terms of business logic, third-party applications should not be created too much. Then because I didn't think clearly, whether to do front-end retrieval or back-end retrieval. Therefore, this version will not have this function for now. I will consider adding it after seeing the feedback from the community. |
Co-authored-by: Jason Song <[email protected]>
Co-authored-by: Jason Song <[email protected]>
It's ok~ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What's the purpose of this PR
Optimize the UI experience of open platform authorization management.
It mainly adds a list page of third-party applications, displays existing third-party applications, and provides the same paging function as configuration management. The specific functions are as follows: