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

[epic] Notifications Panel #1807

Closed
7 tasks done
damoodamoo opened this issue May 11, 2022 · 0 comments
Closed
7 tasks done

[epic] Notifications Panel #1807

damoodamoo opened this issue May 11, 2022 · 0 comments
Assignees
Labels
ui TRE UI

Comments

@damoodamoo
Copy link
Member

damoodamoo commented May 11, 2022

Implement a notifications panel, using the Azure Portal notifications panel as a guide.

For this implementation - it will:

  • Only track operations passed to it from other components
  • NOT try to gather all running operations on startup
  • Only track operations the current user has triggered

To do:

  • Design + spike how this will interact with other components, likely via the Context API
  • 'bell' icon in the top nav bar opens a slideout panel
  • A card is rendered for each long running operation
  • When an operation completes, a toast notification is fired
  • Consolidate all the polling logic into this set of components
  • When an operation is triggered elsewhere in the app, the Operation URL to poll will be passed to the notifications panel
  • Get the polling frequency from config

Future: (moved to separate task)

@damoodamoo damoodamoo self-assigned this May 11, 2022
@damoodamoo damoodamoo added the ui TRE UI label May 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ui TRE UI
Projects
None yet
Development

No branches or pull requests

1 participant