cheshire137 / competiwatch

Web app to track and visualize your competitive match history in Overwatch.
MIT License
17 stars 4 forks source link

[Suggestion] Add a column for the date #101

Open MoistToilet opened 6 years ago

MoistToilet commented 6 years ago

I think the match logs would look a lot cleaner if we could see the dates of each match. I've been writing it down in the comments column temporarily, but it'd be great if it was a separate column.

cheshire137 commented 6 years ago

Hmm, so the date that you log the match is already saved, it's in the matches.created_at field. I've not been showing it on the match history page because I thought it would be misleading for imported matches where the date the match was created in Competiwatch is not the same as the date the match was played.

cheshire137 commented 6 years ago

There's a specific date and time field in the desktop app, to go along with the more general day of the week and time of day. See https://github.com/cheshire137/competiwatch-desktop.

MoistToilet commented 6 years ago

Thank you! I really appreciate all the work you put into this project