Weekly Conflict Monitor Report Emails#65
Closed
linda-baker wants to merge 5 commits into
Closed
Conversation
* Adds all missing tables to pdf generator * Fixing 500 errors when calling report generation endpoint
* Add the rsu status monitor with updated ffm dependency utilization * Update monitoring feature to work with non-intersection RSUs * Update jpo-utils submodule commit reference * Remove JUnit 4 for the native Spring JUnit 5 support and include 91% test coverage * Remove all nearest neighbor additions to shrink the first pull request size * Update ci and README * Remove remaining nn related additions * Remove SQL change added for NN * Update the conflict monitor version * Update jpo-utils commit to develop * Change RSM port due to conflicts * Change the source code copy placement * Update RSM license info * Update maven jar plugin mainClass * Fixing rsu-status-monitor to work with confluent --------- Co-authored-by: john-wiens <jwiens3141@gmail.com>
* Add RsuStatusDialog to visualize Rsu status data * Added buttons to AdminRsuTab and Map.tsx to open RsuStatusDialog * Added "required" prop to edit/add rsu dialog fields that were required but missing the required prop * Added and updated unit tests adjacent to RSU * Improvements from PR Comments * Update RsuStatusDialog test to always use the same date as the snapshot * RSU visualization graphical improvements and optimizations --------- Co-authored-by: John-Wiens <jwiens3141@gmail.com>
…s for every intersection to which they have access
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
PR Details
Description
These changes add ReportEmailTask, which runs at 1 AM on Sundays (after Conflict Monitor reports generate at 12 AM on Sundays), and sends an email to registered email addresses containing each generated weekly report available to the user. Users can sign up to receive these emails from the User Settings tab, clicking "New", then selecting "Conflict Monitor Reports" from the "Notification Type" drop-down.
How Has This Been Tested?
The changes have been tested in docker using smtp4dev and mailhog to test email reception via SMTP. I have also added relevant unit tests for new classes and methods.
Types of changes
Checklist: