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

Feature/changelog viewer #224

Closed JonasGilg closed 1 year ago

JonasGilg commented 1 year ago

Description

This adds a changelog viewer to the burger menu.

Related Issues

Closes #200

Design Decisions

There are now two changelog files, one in English and one in German. Depending on the user lang the correct one will be rendered using react-markdown.

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  13 suites  ±0   26s :stopwatch: -3s 34 tests ±0  34 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0  35 runs  ±0  35 :heavy_check_mark: ±0  0 :zzz: ±0  0 :x: ±0 

Results for commit f4f226d4. ± Comparison against base commit e5a13a02.

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

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 4697461496


Changes Missing Coverage Covered Lines Changed/Added Lines %
frontend/src/components/TopBar/ApplicationMenu.tsx 3 6 50.0%
frontend/src/components/TopBar/PopUps/ChangelogDialog.tsx 6 15 40.0%
<!-- Total: 9 21 42.86% -->
Totals Coverage Status
Change from base Build 4509696578: 0.3%
Covered Lines: 273
Relevant Lines: 1201

💛 - Coveralls