Skip to content
This repository has been archived by the owner on Dec 9, 2022. It is now read-only.

Commit

Permalink
Merge pull request #94 from StudentsAgainstCovid19/develop
Browse files Browse the repository at this point in the history
Continuous release
  • Loading branch information
keksklauer4 authored Jul 22, 2020
2 parents 9eeee57 + 46cedff commit c0aa4d1
Show file tree
Hide file tree
Showing 48 changed files with 47,786 additions and 40,397 deletions.
3 changes: 2 additions & 1 deletion src/assets/icons/blur_filter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/assets/icons/check-circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/assets/icons/checkbox_not_set.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/assets/icons/close_button.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/icons/exampleWellbeingHistory.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 4 additions & 2 deletions src/assets/icons/example_progressbar.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions src/assets/icons/help.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/assets/icons/last_button.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/icons/list_button.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/icons/list_button2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/assets/icons/next_button.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 3 additions & 4 deletions src/assets/icons/reset_zoom.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/icons/search_magnifier.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/icons/wellbeing_slider.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/markers/example_pie_chart.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/markers/high_prio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/markers/intermed_prio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/markers/lower_prio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/markers/tried_call.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/markers/veryhigh_prio.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/wellbeing_indicators/wellbeing_bad.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/wellbeing_indicators/wellbeing_good.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/wellbeing_indicators/wellbeing_intermediate.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/wellbeing_indicators/wellbeing_verybad.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/assets/wellbeing_indicators/wellbeing_verygood.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 7 additions & 1 deletion src/css/detailed_view.css
Original file line number Diff line number Diff line change
Expand Up @@ -499,4 +499,10 @@ input[type="checkbox"] {

#wellbeingHistorySpaceRight {
padding-right: 2em;
}
}

.disabledButton{
background: lightgray;
border: 3px solid lightgray;
cursor: auto;
}
11 changes: 9 additions & 2 deletions src/css/interaction_props.css
Original file line number Diff line number Diff line change
Expand Up @@ -159,13 +159,20 @@
position: absolute;
top: 1%;
right: 1%;
width: 200px;
height: 20px;
width: 250px;
height: 25px;
background-color: transparent;
display: flex;
z-index: 5;
}

#progressBar {
border-style: solid;
border-radius: 13px;
border-width: 1px;
border-color: black;
}

#actionBar {
left: 1%;
bottom: 1%;
Expand Down
14 changes: 14 additions & 0 deletions src/dtd/district.dtd
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml encoding="UTF-8"?>

<!ELEMENT List (item)*>

<!ELEMENT item (id,name,city,postalCode,geometry)>
<!ELEMENT id (#PCDATA)>
<!ELEMENT city (#PCDATA)>
<!ELEMENT postalCode (#PCDATA)>
<!ELEMENT geometry (name,ring)>
<!ELEMENT ring (point)+>
<!ELEMENT point (lon,lat)>
<!ELEMENT lon (#PCDATA)>
<!ELEMENT lat (#PCDATA)>
<!ELEMENT name (#PCDATA)>
16 changes: 16 additions & 0 deletions src/dtd/district_analytics.dtd
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml encoding="UTF-8"?>

<!ELEMENT Set (item)*>

<!ELEMENT item (id,name,city,area,postalCode,infected,geometry)>
<!ELEMENT id (#PCDATA)>
<!ELEMENT city (#PCDATA)>
<!ELEMENT area (#PCDATA)>
<!ELEMENT postalCode (#PCDATA)>
<!ELEMENT infected (#PCDATA)>
<!ELEMENT geometry (name,ring)>
<!ELEMENT ring (point)+>
<!ELEMENT point (lon,lat)>
<!ELEMENT lon (#PCDATA)>
<!ELEMENT lat (#PCDATA)>
<!ELEMENT name (#PCDATA)>
9 changes: 9 additions & 0 deletions src/dtd/help_popup.dtd
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<?xml encoding="UTF-8"?>

<!ELEMENT helpPages (helpPage)*>

<!ELEMENT helpPage (id,name,operation,path)>
<!ELEMENT id (#PCDATA)>
<!ELEMENT name (#PCDATA)>
<!ELEMENT operation (#PCDATA)>
<!ELEMENT path (#PCDATA)>
7 changes: 4 additions & 3 deletions src/help/colors.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html lang="de">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Colors</title>

<link rel="stylesheet" href="../css/scrollbars.css" type="text/css" />
Expand Down
2 changes: 2 additions & 0 deletions src/help/help_popup.xml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE helpPages SYSTEM "https://www.corona-aid-ka.de/dtd/help_popup.dtd">
<helpPages>
<helpPage>
<id>1</id>
Expand Down
7 changes: 4 additions & 3 deletions src/help/navigation.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html lang="de">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Navigation / Buttons</title>

<link rel="stylesheet" href="../css/scrollbars.css" type="text/css" />
Expand Down
7 changes: 4 additions & 3 deletions src/help/optimization.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html lang="de">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Optimierung</title>

<link rel="stylesheet" href="../css/scrollbars.css" type="text/css" />
Expand Down
7 changes: 4 additions & 3 deletions src/help/piecharts.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html lang="de">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Tortendiagramme</title>

<link rel="stylesheet" href="../css/scrollbars.css" type="text/css" />
Expand Down
7 changes: 4 additions & 3 deletions src/help/priority.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
<!DOCTYPE html>
<html lang="de">
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN"
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="de">
<head>
<meta charset="UTF-8">
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Prioritäten</title>

<link rel="stylesheet" href="../css/scrollbars.css" type="text/css" />
Expand Down
Loading

0 comments on commit c0aa4d1

Please sign in to comment.