-
Notifications
You must be signed in to change notification settings - Fork 260
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
Feathr UI: API spec alignment and ux experience improvement #303
Conversation
Overall it's pretty good. Some minor comments:
|
Let's not put two distinct commits into one PR in the future. It's harder to review and ensure code quality. There is better way to avoid the problems you mentioned other than merging the commits into one PR. @Yuqing-cat @blrchen |
I can't really find the UI changes for RBAC. If it's not accessible from UI, please attach a screenshot. |
RBAC UI is in flgihting, to pilot, plese use this direct url : https://brave-moss-045d2ce00-6.eastasia.1.azurestaticapps.net/management |
* main: added init py for import error (#308) add contribution text (#153) Add 'feathr hocon' command (#317) Feathr UI: API spec alignment and ux experience improvement (#303) bump version (#315) Adding custom data loader handler support. (#309) Update product_recommendation_demo.ipynb Update product_recommendation_demo.ipynb Product sample (#314) [Feathr] Add a example for product recommendation (#312)
This PR update ui code to align with latest api spec which abstracts common interfaces among different registration providers. This PR also enhances lineage ux experience and adds RBAC experience for flighting.
Staging env: https://brave-moss-045d2ce00-6.eastasia.1.azurestaticapps.net/
New Feature registration API integration
API spec can be viewed at https://feathr-registry.azurewebsites.net/docs. UI code is now purview free.
UX improvements
Linked issue: #272