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

Notification views & create manifest #589

Merged
merged 19 commits into from
Sep 8, 2023

Conversation

dpgraham4401
Copy link
Member

Description

This PR from this long standing branch updates a couple things.

  1. It provides the POC for using the in memory database to store the status of long running tasks which can be retrieved by APIViews.
  2. updates our notification center display and logic for polling the backend for monitoring the status of long-running tasks
  3. It updates our logic for creating a new manifest so when a manifest is successfully created in RCRAInfo, we pull that manifest from RCRAInfo and store it in the hazatrak relational database.

next steps will involve

  1. updating the global state management to display the result of the task (whether the manifest was successfully created on now)
  2. add a step to the front end to direct the user to view the newly created manifest.
  3. extending our task status tracking method (to use the in memory db to store current status) to other long running tasks.

see #557 for further details

Issue ticket number and link

closes #563

Checklist

  • I have added tests that prove my fix is effective or that my feature works
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings

@github-actions github-actions bot added client Related to front end workings (React/Redux) database changes that require modification to the database schema server Related to backend workings (Django/Rest API) labels Sep 8, 2023
@dpgraham4401 dpgraham4401 merged commit f1c7340 into USEPA:main Sep 8, 2023
8 checks passed
@dpgraham4401 dpgraham4401 deleted the notification_views branch September 8, 2023 17:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
client Related to front end workings (React/Redux) database changes that require modification to the database schema server Related to backend workings (Django/Rest API)
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

retrieve saved manifest
1 participant