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

Cimms dashboard #21

Closed
wants to merge 131 commits into from
Closed

Conversation

jacob6838
Copy link
Contributor

PR Details

Description

Adding CIMMs dashboard pages, including:

  • Assessments
  • Notifications
  • Data Selector
  • Reports
  • Configuration Parameters

How Has This Been Tested?

This was tested using the docker-compose.yml, which brings up many components, including the conflictmonitor, kafka, and mongodb. Please reference the updated sample.env for the required environment variables for these components.

These changes can be tested by running the docker-compose, and then tabbing over to the Intersection Dashboard page. After injecting sample data through the test-message-sender, you should see notifications, assessments, data in the data selector, and configuration parameters.

Types of changes

  • Defect fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that cause existing functionality to change)

Checklist:

  • My changes require new environment variables:
    • I have updated the docker-compose, K8s YAML, and all dependent deployment configuration files.
  • My changes require updates to the documentation:
    • I have updated the documentation accordingly.
  • My changes require updates and/or additions to the unit tests:
    • I have modified/added tests to cover my changes.
  • All existing tests pass.

jacob6838 and others added 30 commits March 5, 2024 08:55
added unit tests
added docker compose to spin up local deployment
tested on k8 cluster
mwodahl and others added 29 commits July 8, 2024 15:03
Check for missing SCMS fields in ISS response
Reduce ping requirements for a successful ping
Change the tx flag to on for TIM message forwarding
- added `STORAGE_TYPE` and `ISS_KEY_TABLE_NAME` env variables to docker-compose-addons.yml
- fixed mongo scripts reference in docker-compose-mongo.yml
- fixed mongo_counter to not insert counts if the list is empty and added more debug logging
- added unit tests for mongo_counter
@jacob6838 jacob6838 closed this Jul 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants