You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This assignment introduces two business logics (image uploading and prediction) thus needing at least 2 more views.
Ask
Please add a top-nav + routing + 2 new tabs/views for the users belonging to that particular tenant (EC-001).
Solution
We already have a user pill with a sign in/out option. Since the focus is not on design, let's use the top-right side for navigation, and abstract the middle view to support the routing destinations.
Caveats
We need to be aware of the patterns we already used, and try not to be redundant (DRY)
Acceptance Criteria
User needs to be able to see at least two more tabs and navigate to them if they are logged in to the EC tenant.
Show org selection after login
Add org view switch on front end
Add features to Org Schema
Add enabled feature parser on FE build/render
Abstract nav panels
Add image uploader panel
Add image overlay panel
QA Steps
(optional) Write unit tests
(optional) Write integration tests
Please ask a manual QA to:
Test that a user that signed up on EC tenant sees the nav and can navigate.
Test that a user that signed up on HF tenant does not sees the nav and thus can't navigate.
Definition of Ready
This depends on EC-001
Definition of Done
PR is approved;
PR is merged to dev;
The text was updated successfully, but these errors were encountered:
Context
This assignment introduces two business logics (image uploading and prediction) thus needing at least 2 more views.
Ask
Please add a top-nav + routing + 2 new tabs/views for the users belonging to that particular tenant (EC-001).
Solution
We already have a user pill with a sign in/out option. Since the focus is not on design, let's use the top-right side for navigation, and abstract the middle view to support the routing destinations.
Caveats
We need to be aware of the patterns we already used, and try not to be redundant (DRY)
Acceptance Criteria
User needs to be able to see at least two more tabs and navigate to them if they are logged in to the EC tenant.
QA Steps
(optional) Write unit tests
(optional) Write integration tests
Please ask a manual QA to:
Test that a user that signed up on EC tenant sees the nav and can navigate.
Test that a user that signed up on HF tenant does not sees the nav and thus can't navigate.
Definition of Ready
This depends on EC-001
Definition of Done
PR is approved;
PR is merged to dev;
The text was updated successfully, but these errors were encountered: