corona-warn-app / cwa-wishlist

Central repository to collect community feature requests and improvements. The CWA development ends on May 31, 2023. You still can warn other users until April 30, 2023. More information:
https://coronawarn.app/en/faq/#ramp_down
Apache License 2.0
105 stars 14 forks source link

local regulations information on the basis of mobile phone location data #252

Closed ghost closed 4 years ago

ghost commented 4 years ago

Current Implementation

Nothing similar to my feature request available so far. Or not found be me in the Backlog here.

Suggested Enhancement

Up-to-date one must depending upon "Bundesland" on the appropriate Website of the "Bundesland" around there the accordingly valid regulations to see to be able. e.g. https://corona.saarland.de/DE/service/massnahmen/verordnung-stand-2020-10-30.html Users of the Corona Warn App are apparently willing to run a certain tracking through their smartphone anyway. Therefore it would be obvious in my opinion that the app automatically pulls the appropriate information from the corresponding website based on the location of the cell phone.

Technically, this could be a cheap key/value list, which simply links to the corresponding website with the content of the regulation per state (key) 1-16. The country borders should be findable with LatLng data. For example, there is a website which apparently already uses this geo data to draw the border in the google map: https://www.bernhard-gaul.de/wissen/bundeslaender-gmaps.php

The list can be static from my point of view and it doesn't have to be over engineered, because probably a 17 state will not be added that fast and the links to the regulations seem to be quite stable to me.

MVP1 on could simply be a link to the corresponding website. Something like "Rules currently valid for your current location see here " MVP2 could then also crawl the content of the website with the regulation and then display it directly in the app.

Expected Benefits

I think the users are happy to see a tangible, simple new feature every now and then. I think this would also increase the acceptance for the high development costs if the app does not look the same since the release and nothing new is added. For the non computer scientist user, the only thing that remains is that 9 million has been spent by tax money on an app with three buttons

MikeMcC399 commented 4 years ago

@alexanderkeller This seems very similar to https://github.com/corona-warn-app/cwa-wishlist/issues/151.

dsarkar commented 4 years ago

Dear @alexanderkeller,

Thank you very much for your suggestion and posting. I will close this issue as a duplicate of https://github.com/corona-warn-app/cwa-wishlist/issues/151. I would like to ask you to continue any further discussion on that issue there.

Best wishes, DS

Corona-Warn-App Open Source Team

dsarkar commented 4 years ago

Duplicate of https://github.com/corona-warn-app/cwa-wishlist/issues/151

ghost commented 4 years ago

Sorry don´t find the #151 easy, because title was in german and I only search for english words in the Backlog of 159 issues 😉 because issue templates are written in english and most of Open Source Software project I know are english, I don´t think about searching for german words. Sorry.

Proposal for Issue Template description enhancement, so that this mistake does not happen again 😉 "Before opening a new issue, please make sure that we do not have any duplicates already open. You can ensure this by searching the issue list for this repository in german and english language. If there is a duplicate, please close your issue and add a comment to the existing issue instead."

But happy to see, that my idea is in an advanced state in issue #151. Would be happy to see the new feature soon