DLR-SC / ESID

This is the repository to the ESID frontend for visualization of infectious disease propagation.
Apache License 2.0
15 stars 3 forks source link

Compartment Filters #268

Closed shami-sneha closed 7 months ago

shami-sneha commented 1 year ago

Description

Manage compartment , we have created a new compartment feature called Manage compartment which create new categories of simulation. for eg, categories of fully vaccinated, partially vaccinated , 2 Dose , Booster ,so on

Related Issues

Design Decisions

Performance & Quality

Checklist

I, the author of this PR checked the following requirements for good software quality:

I, the reviewer checked the following things:

github-actions[bot] commented 1 year ago

Unit Test Results

  1 files  ±0  14 suites  ±0   33s :stopwatch: +7s 32 tests ±0  32 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  33 runs  ±0  33 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit 3e3a02e7. ± Comparison against base commit 7c845b59.

:recycle: This comment has been updated with latest results.

NXXR commented 1 year ago

This pipeline fails in formatting. So make sure to run the formatter npm run format; and the linter npm run lint.

The TS-compile error in CollectAttributions.ts was fixed in #280. So also make sure to merge the latest changes from develop into your branch and see if the pipelines go through.

NXXR commented 7 months ago

This branch will be reused in #325. It will not be merged at this point.