hotsapi / Hotsapi.Uploader

Uploads Heroes of the Storm replays to hotsapi.net
MIT License
26 stars 10 forks source link

show ID for uploads #70

Open martijnhoekstra opened 4 years ago

martijnhoekstra commented 4 years ago

Reworks status to an ADT rather than an enum, which is more involved than I had hoped, particularly around the bindings on the UI.

Going back to (UploadStatus, Int), and reporting that back over a side-channel by setting it on the mutable Replay object is another option, though the id is not a valid property in all states of the object.

martijnhoekstra commented 4 years ago

Implements https://github.com/hotsapi/Hotsapi.Uploader/issues/68