Skip to content
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

Create application management #4372

Closed
Tracked by #4037
soroushm opened this issue Jun 29, 2022 · 0 comments
Closed
Tracked by #4037

Create application management #4372

soroushm opened this issue Jun 29, 2022 · 0 comments
Assignees
Milestone

Comments

@soroushm
Copy link
Contributor

soroushm commented Jun 29, 2022

Description

Application management enables users to visit list of applications and it will redirect user to add/remove flow and user can switch between blockchain application

Acceptance Criteria

  • Enable user to see current application on top bar
  • Enable users to visit a list of applications when they tap on application logo from top bar
  • Fetch list of applications from ‘useApplicationsManagement’
  • Show deactive Icon status of an application with a tooltip for showing status
  • Allow user to set current application on switch application by ‘useCurrentApplication’ hooks
  • Select base url if there is more than one URL
  • Allow users to add an application by redirecting to add flow
  • Allow users to remove an application by redirect user to remove flow, show the remove icon by hovering on each application
  • Disable remove icon for default application and show a tooltip while they hover it
  • Allow users to pin/unpin an application (set pin icon will show on hover) by ‘usePin’ hooks
  • Ensure UI/UX design requirements are met
  • Add required unit tests
  • Add required new e2e tests

Additional Information

  • Redirect the user to the remove url and pass chainId as params application/remove?chainId=XXXX
  • Allow users to add an application by redirecting to add route application/add?chainId=XXXX
  • Suggested component name for list ApplicationManagementList
  • Suggested component name for dropdown ApplicationManagementDropDown

Blocked by #4371

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Development

No branches or pull requests

4 participants