What a cool app. I never heard of that game, @human42, but it reminds me of Heroes of Might and Magic, which I played a lot throughout my teenage years.
I reviewed your app and liked how you represent your data. Here are a few pointers, in case you find them helpful:
- The user guide button includes a question mark icon. I would remove that. The common practice is to see a stand alone question mark icon which suggests more information. But
user guideis explicit in that it provides more information for the user. Therefore, the question mark icon is a bit redundant. - The footnote takes up a lot of space and will most likely be read once by the user, after which there is no need to see it. Maybe put it inside an accordion or collapsible div or modal, so you have more screen space for your graphs.
view source code on githubcan also be shortened toGithuborGithub code. People assume the clicking on a button will take them to a place to read / view more.- Why am I limited to 5000 games in the query tab but not in the statistics tab? Is there any way to lift that limitation?
- Make sure your app loads with content from the very beginning, or else it looks broken. Pre-populate dates when app loads so you have some graphs display. Maybe FROM (present date minus two days) TO (present date).