-
Notifications
You must be signed in to change notification settings - Fork 287
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ideas & Discussion #15
Comments
A suggestion or more a request is ability to manually update/refresh data. |
I love the app! I guess a suggestion would be to add a per capita option for the "Most affected countries" to be able to see what proportion of the population is infected. |
The app is never up to date, the website you use to get the data from clearly is not up to par. Maybe get the data from Bing or Worldometer. |
I thought, will be cool to add some widget to Notification Center. With functional get notification when a chosen country or world data updates. |
Hi Mohammad and all, |
The app automatically updates every 5 minutes, and when it becomes active. If you suspect it's not updating, try to check the original source and compare the numbers. The data source I'm using is very good but not very up to date sometimes. It can be replaced with a different one, but I didn't find a good replacement that has both daily reports and time series. |
Do you know any data source or a website that shows this number (besides worldometers)? |
The app auto-updates every 5 mins as I said. If you think the data is still old then I guess the data source is the problem. I opened an issue (#18) for using worldometers.info instead of JHU CSSE. |
We already have a widget (Contributed by Piotr Ożóg). Check it out. For the notification, I think it's hard to implement without having the app on the app store. |
Sorry about that. The app was changing so fast because it was very new. After the latest changes, I think it's less likely that the app will change in a big way. Using data from multiple sources is very tricky. You have to be careful or end up with duplicate or conflicting data. If you would like to give it another shot this is a good time, but it would be better if you open an issue to let everybody know that you're working on it. |
We can implement background fetch and local notification |
Suggestion: Instead of just showing the cumulative confirmed cases, maybe also allow to show amount of currently infected cases. Suggestion: Add possibility to change which statistics are shown on the map. Currently only the cumulative confirmed cases are shown. It may be nice if there was a toggle where you could change it to showing recovered cases, deaths on the map. |
Added this menu item: @insightmind The first chart already shows the active cases: But I also added the active cases to the annotation: And added an option for changing the annotation type: |
Version for windows will be great! |
Could you add the trend line with x axis as days since 100 cases. |
Is it possible to support MacOS 10.14? It isn't that old and my Mac isn't able to upgrade to 10.15 (2012 Mac Pro). |
@hardkrash Added to my list |
Hi, great job is there a way to plot the daily new deaths rather than the daily new cases, as we all know new cases are heavily dependent on the number of tests? Sidetrack remark but it's interesting to see what can be done using catalyst. There is still a lot of slowdowns in some parts of the app though (the map mainly) which I guess is the "fault" of Apple and its integration of iOS APIs. |
I agree. Added to the list. For the map, I think the problem is with macOS (see #22). Try to use Maps.app and let me know if it looks any faster. |
@hardkrash Here you go:
@stevenvar I added that too: |
How about another helpful KPI? |
The app is really by far the most beautiful on iOS, you should look again if you can publish it on the App Store (#23 ), meanwhile some others have appeared there that don't look like they were developed by authorities. Nevertheless I still have some suggestions after two days of use, because currently I still have to use several sources. Bugs(?):
Features:
The whole pandemic affects countries with very different conditions, so I find anything that leads to more comparability totally helpful:
|
Cases per million would be really great. Very few sites have this Plus, the ability to pick countries to chart and compare with the several charting options already existing would be really cool too! |
Would love a macOS Mojave build |
Hello, |
Thank you @jsf030 for the great and detailed review!
When I read this, I checked the App Store to see who was able to publish a similar app. And that's how I knew about this rip-off (#72). So, thank you!
You're totally right. It's embarrassing honestly. Anyway, it's fixed now.
You're right. There was an option for using the logarithmic scale in the top affected chart because China was the first with a huge difference to the second. After some time, the option became useless as cases increased in all other countries too. But it looks like we'll need it again now.
This was one of the first things I tried to do when I started the project, but I didn't find a good and easy solution for that, unfortunately. There are no predefined boundaries for the countries in the MapKit. So, one needs to import the boundaries from other sources and create overlays for them in iOS. But then you'll have to deal with many edge cases and different zoom levels, and handle the big memory footprint, ..etc.
@pbeo started working on something similar in a separate branch, but I found out it'll make things more complicated for users as they may need to manually configure a shared group between the app and the widget extension which isn't intuitive for regular users.
I agree. This is a helpful KPI, and shouldn't be hard to implement if somebody wants to help (anyone?). I added it to my list anyway.
This is already on my list. I just didn't get time to work on it.
You mean the overlays? Thank you again for the great feedback. |
I think this can be done now that we have a separate and big view for every chart.
This isn't possible right now as Catalyst isn't available for macOS Mojave, and creating a native macOS app isn't a top priority. But I'm happy to assist if someone wants to give it a try.
AFAIK, It's not possible to export an unsigned IPA from Xcode. Any idea how that can be done? |
In return, thank you for your detailed answer!
About the logarithmic representation: In fact, this does not only help to be able to display curves that are out of control. In fact, a "perfect" exponential function is also displayed exactly linear on a logarithmic representation. So if people in many countries are now hoping to finally see the trend reversal in the statistics, they will find it there particularly descriptive.
Okay, that's too bad. Because that way heat maps etc. could be visualized much better. I could of course suggest APIs like Mapbox, or even OSM. But I also understand your project in a way that you want to create a native experience, a kind of showcase, what is possible with Swift and Catalyst.
I don't think it's necessarily too complicated, I think it's in good proportion to the added value. But in the end I only express wishes and suggestions here and I am already very grateful.
I would if I could. But whoever takes this gets a heart emoticon from me.
I meant the colored countries or regions I suggested above, because this way it can also show trends on the map. It is probably more difficult with circles.
Not for that! I have to thank you. |
MapBox was one of the options. They have boundaries and custom styles that would allow doing this. But I thought it'd be far harder to implement than using the native MapKit with annotations.
You can try the feature in the mentioned branch. It's out of date now but should work. |
Do you want to build an Android version? |
Not in the plan. This project is only focused on iOS and macOS. |
thxwhat do you think of a possibility to save the selection of a country or region and not to reset after every update to World? |
Yeah, it makes sense. It's on my list. |
Hi again @mhdhejazi Taken from here: Those statistics would be a great contribution to apps information flow and benefit alot of users in there strive for information. |
@mhdhejazi I would like to contribute in translation, how could I help? |
There is a project on poeditor.com for translations. You can easily add/update the translations from the website. The project link: https://poeditor.com/join/project/UTZyE0GKiT Also, you may want to check #26. |
@mhdhejazi The apperence of regions does Only appear IF I change my system language to English, if I have Swedish chosen (as is Default to most Swedes), no Regional "Dots" and no information to it is shown. Shouldn't Regional dots/data be available even if other languages then English as system language is chosen? |
Nice catch. This looks like a bug. I created a separate issue for it. Thank you for reporting the problem. |
I think this thread has gotten too big now. I'm going to close it, but please feel free to open a new issue for any idea you want to discuss or issue you face. Thank you to all who shared their feedback here 👍 Stay safe and healthy! |
Any suggestions or ideas? Feel free to share them here!
The text was updated successfully, but these errors were encountered: