-
Notifications
You must be signed in to change notification settings - Fork 259
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 Web UI MVP #216
Feathr Web UI MVP #216
Conversation
This PR enables continues integration and deployment to cloud for ui app - Manually create azure web app under ACE subscription resource group feathr-ui-test - Create github action workflow to trigger deployment on main branch push or pull request - Deploy policy - Main branch will be deployed to https://thankful-mud-0addb6c00.1.azurestaticapps.net/ - Each pull request will be deployed to a staging environment, the url will be generated dynamically n each PR's comment.
For foundational PRs, a dev guide is required. You can find some examples : https://github.com/linkedin/feathr/tree/main/docs/dev_guide |
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.
Code documentation is needed for future devs. See https://github.com/linkedin/feathr/blob/main/feathr_project/feathr/client.py as an example.
.github/workflows/azure-static-web-apps-thankful-mud-0addb6c00.yml
Outdated
Show resolved
Hide resolved
This reverts commit 0ca7f07.
Thanks for adding the license description. |
|
This PR initialize the fundamental codebase for feathr web UI development, to support following up UX user stories implementation. The codebase is initialized with Create React App, plus following code implementation:
UX framework related implemented
User stories implemented
Docs
Built on
Closes #215