home · contact · privacy
Turn scrape.py output into daily infections table order format.
[berlin-corona-table] / enhance_table.py
2020-07-15 Christian HellerMove daily update schedule to 7pm.
2020-07-06 Christian HellerUse '?' for lack of data for 7-day values in TXT versio...
2020-07-05 Christian HellerMove date cell content up, to better highlight where...
2020-07-04 Christian HellerRemove parentheses from week day names.
2020-07-04 Christian HellerAdd week day name display.
2020-07-04 Christian HellerReplace sticky header (and week-separator lines) with...
2020-07-04 Christian HellerImprove plain text view explanation.
2020-07-04 Christian HellerMinor comment change.
2020-07-04 Christian HellerFix.
2020-07-04 Christian HellerAdapt TXT variant to HTML variant.
2020-07-04 Christian HellerExplain that "+" counts just for the single day unit.
2020-07-04 Christian HellerRefactor symbol usage, add symbol explanation anchor...
2020-07-04 Christian HellerUse single-digit symbols in both HTML and TXT versions.
2020-07-04 Christian HellerFix txt version indentation.
2020-07-04 Christian HellerFix broken txt version.
2020-07-04 Christian HellerMove sum_district to the left, as it's of more interest...
2020-07-03 Christian HellerRemove redundant sum_district assignments.
2020-07-03 Christian HellerMinor text improvements.
2020-07-03 Christian HellerRemain consistent in choice of abbrevations among outpu...
2020-07-03 Christian HellerFix HTML.
2020-07-03 Christian HellerReplace "not enough data" string for space reasons.
2020-07-03 Christian HellerCompletely redesign HTML table.
2020-07-03 Christian HellerFix n-th child misalignment after thead causing confusi...
2020-07-03 Christian HellerIn HTML variant, make table header sticky.
2020-07-03 Christian HellerFix vertical header cell orientation bug for Chromium.
2020-07-03 Christian HellerAdd plomlompom.com header line.
2020-07-03 Christian HellerAdd data source comment.
2020-07-03 Christian HellerImprove CSS.
2020-07-03 Christian HellerImprove title of HTML version.
2020-07-03 Christian HellerImprove explanation of missing data in HTML table view.
2020-07-03 Christian HellerMake HTML valid.
2020-07-03 Christian HellerMinor explanatory text improvements.
2020-07-03 Christian HellerRemove "all of Berlin" column collapsibility.
2020-07-03 Christian HellerAdd explanatory text to HTML view, inter-link HTML...
2020-07-03 Christian HellerImprove HTML code layout.
2020-07-03 Christian HellerHorizontale "all of Berlin" header in HTML table.
2020-07-03 Christian HellerMinor CSS refactor.
2020-07-03 Christian HellerFix week delimit highlight spilling over into details...
2020-07-03 Christian HellerAuto-open sum details in HTML table.
2020-07-03 Christian HellerRemove summary string from HTML table.
2020-07-03 Christian HellerHighlight week structure in HTML output.
2020-07-03 Christian HellerExtend abbreviation mapping, use collapsible for HTML...
2020-07-03 Christian HellerUse long form district names in HTML variant.
2020-07-03 Christian HellerMap abbrevations to long forms.
2020-07-03 Christian HellerOutput both .txt and .html variants.
2020-07-01 Christian HellerMinor code re-arrangement.
2020-07-01 Christian HellerAdd a minimal amount of input validation.
2020-07-01 Christian HellerDe-hardcode infections table path from enhance_table.py.
2020-07-01 Christian HellerExplain "sum" district in code.
2020-07-01 Christian HellerRemove more redundant whitespace.
2020-07-01 Christian HellerRemove redundant whitespace.
2020-06-30 Christian HellerMore fixes to intro.
2020-06-30 Christian HellerAdd intro text to output.
2020-06-30 Christian HellerAdd explanatory intro to web output.
2020-06-30 Christian HellerAdd script to output enhanced table data.