website icon indicating copy to clipboard operation
website copied to clipboard

Webpage source for https://covid-19.sledilnik.org

Results 135 website issues
Sort by recently updated
recently updated
newest added

In the "Stanje COVID-19 v Sloveniji graph", I switch to "7-dnevno povprečje" and this seems to change the end date in all other tabs: "Aktivni", "Na dan", "Skupaj". ![bug_changedDate](https://user-images.githubusercontent.com/21296668/98437070-cc298100-20df-11eb-9a68-3a50c8da0b54.gif)

bug
good first issue
.NET

When removing variables from view _that are subsets of visible variables_, they are subtracted from the bar height, which they shouldn't be. Minimal example: removing patients on ventilator from patients...

bug
priority-1

**Env:** local/prod **Device:** iPhone 11 Pro, iOS 13.7, Safari **Bugs:** 1. Double digit percentages are out of the box ![Screenshot_2020-10-28_at_19_09_26](https://user-images.githubusercontent.com/10115360/97481536-4118f000-1955-11eb-969f-24d3240c7899.png) 2. Comments in screenshot ![Screenshot_2020-10-28_at_19_10_56](https://user-images.githubusercontent.com/10115360/97482011-e338d800-1955-11eb-9eeb-fe1013e476a3.png) 3. Could we display title...

Something like this [chart embed](https://covid-19.sledilnik.org/embed.html#/chart/Municipalities?search=medvode) but in Vue. Routes examples: - /regija/osrednjeslovenska - /obcina/medvode

good first issue

Graph examples: [Slovenija / stanje](https://i.imgur.com/iQCwsLC.png) [Obcine / zemljevid](https://i.imgur.com/KWONXWz.png) [Hospitalizirani](https://i.imgur.com/jDxdO0H.png) If interested ask for access to designs on Zeplin: https://zpl.io/adgqQQR

good first issue

~~On some countries chart Slovenia is an outlier and, when shown, hides information about the rest of the countries. A switch to hide Slovenia should be provided (probably somewhere in...

enhancement
.NET

The "highest values" countries set is currently hard-coded, based on the ranking when that feature was implemented. One idea is to reuse the OWID data downloaded by World Map to...

enhancement
.NET

Either similar to the ones we use on other charts, or something like "2nd wave", "1st wave", "all". The default would be 2nd wave. If possible, data from OWID/Edelweiss would...

enhancement
.NET

enhancement
deploy-preview
WIP
.NET

This change make it possible to translate content pages into jsons, to be translated using Weblate. Changes: * source of static pages is now `src/locales/LANG.json`, not the `src/content/LANG/PAGE.md` !!! *...