temetherian / epitome

Online standings and pairings for Netrunner tournaments.
http://anr-epitome.appspot.com
MIT License
0 stars 0 forks source link

Not updating title on event #8

Closed purpletechnician closed 6 years ago

purpletechnician commented 6 years ago

I have submitted a A:NR event via NRTM (reg18halmstad). I forgot to update the title on the event (originally showing Netrunner Tournament #2), but did that afterward. But the title is not updated on the front page. Can’t access the delete page as I don’t know the password that NRTM creates.

temetherian commented 6 years ago

Thanks for the report! Yeah, I think it should be easy enough to parse the title from NRTM's update and update it.

purpletechnician commented 6 years ago

Hi again! Your tool only updates up until last swiss round when I transfer from NRTM. Is it possible to implement top-cut results also?

Skickat från min iPhone

5 juli 2018 kl. 12:18 skrev temetherian notifications@github.com:

Thanks for the report! Yeah, I think it should be easy enough to parse the title from NRTM's update and update it.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

temetherian commented 6 years ago

The top cut should work for letting players see their pairings and match results. (e.g. http://anr-epitome.appspot.com/reg18halmstad#12 )

Do you mean something like replacing the standings page with a bracket? That's theoretically doable, but a bit of work.

purpletechnician commented 6 years ago

I only see the standing after the 4 swiss rounds, not the final standing after top cut and grand final. I was hoping of seeing something like the final standing on alwaysberunning.

Yours Håkan Carlström

Skickat från min iPhone

9 juli 2018 kl. 23:32 skrev temetherian notifications@github.com:

The top cut should work for letting players see their pairings and match results. (e.g. http://anr-epitome.appspot.com/reg18halmstad#12 )

Do you mean something like replacing the standings page with a bracket? That's theoretically doable, but a bit of work.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.

temetherian commented 6 years ago

epiTOME is more focused on providing information to the players during the tournament. (I'll leave final results to ABR.) So if I were to implement top-cut rankings, it would be by presenting a bracket (that gradually gets filled), since that's more useful than standings when the tournament is still happening.

I've made a new issue (#10) for tracking this, though if I'm honest, I'm not really sure when I'll get around to it.