haztrak
haztrak copied to clipboard
An open-source web app that illustrates how waste management software can interface with RCRAInfo to track hazardous waste electronically
Bumps [emanifest](https://github.com/USEPA/e-Manifest) from 4.0.3 to 4.1.3. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a rebase of this PR by commenting `@dependabot rebase`. [//]: #...
Bumps [lucide-react](https://github.com/lucide-icons/lucide/tree/HEAD/packages/lucide-react) from 0.428.0 to 0.447.0. Release notes Sourced from lucide-react's releases. New icons 0.447.0 No release notes provided. New icons 0.446.0 New icons 🎨 file-user (#2457) by @jguddas New...
# :rocket: Feature Request Recently we added the endpoint to view all organization a user has access to, and the ability for users to select an organization and hold that...
instead of having user remember a username, use an email address instead. There are a couple parts of the code that reference the user's username, so this change is not...
This is a feature requests that will allow haztrak to store RCRA management method codes (MMC) in its db instead of retrieving from RCRAInfo. MMC should not be hard coded...
This is a feature requests that will allow haztrak to store RCRA Source Codes (SC) in its db instead of retrieving from RCRAInfo. MMC should not be hard coded in...
# 🚀 Feature Request We'd like to be able to display more rows of manifest than what can be displayed with [3 tables in this view here](https://github.com/USEPA/haztrak/blob/c6cfe1cb5f0940184ba3d69dcbfcc04fd8a1ec5c/client/src/features/site/SiteManifests/SiteManifests.tsx#L98). instead of displaying...
# :rocket: Feature Request Add a service to the haztrak back end for updating a manifest in e-Manifest. Designing the REST endpoint, I'm not sure what is a better approach....
# :rocket: Feature Request To enhance the UX, it's annoying that we have to re-add the transporters and waste lines every time the manifest form refreshes for a draft manifest...
# :nut_and_bolt: Something else We would like to add generating a coverage report to the `test_server.yaml` GitHub Action wokflow. The report should be uploaded as an artifact for later review....