Bugs and Feature Requests for PlanetsCentral and other VGAP software
Hi Stefan I think the server time should be the local time where the server is standing - physically/touchable. If i check the time from Indonesia it shows me the local time from Indonesia so i still have to calculate when the next hostrun is due. Best would be to add the local time in Germany and display both. It is not so important but it would be nice to have...
Stefan
I think the server time should be the local time where the server is standing - physically/touchable. If i check the time from Indonesia it shows me the local time from Indonesia so i still have to calculate when the next hostrun is due. Best would be to add the local time in Germany and display both. It is not so important but it would be nice to have...
I was assuming that I was doing everyone a favour by showing times in local time (which is actually a short piece of JavaScript running on your browser, because the server doesn't know your local time): you look at the web page, then at the corner of your screen - voila. Other VGAP servers show times in their local timezone and I never know what that means to me now. What am I missing?
The server itself runs on Greenwich time and doesn't care about timezones.
--Stefan
It seems good to add hostrun dates in Turn history rows..
deffli in Server Time:I think the server time should be the local time where the server is standing - physically/touchable. If i check the time from Indonesia it shows me the local time from Indonesia so i still have to calculate when the next hostrun is due. Best would be to add the local time in Germany and display both. It is not so important but it would be nice to have...
I was assuming that I was doing everyone a favour by showing times in local time (which is actually a short piece of JavaScript running on your browser, because the server doesn't know your local time): you look at the web page, then at the corner of your screen - voila. Other VGAP servers show times in their local timezone and I never know what that means to me now. What am I missing?
The server itself runs on Greenwich time and doesn't care about timezones.
--Stefan
It seems good to add hostrun dates in Turn history rows..
Because this seems such a good idea, I had already prepared that feature on the back-end. I have now also added HTML templates for it -> https://planetscentral.com/test/host/game.cgi/45-North-Star-8/turnhistory
--Stefan
Very well.
thanks
Siba in Re: Server Time:It seems good to add hostrun dates in Turn history rows..
Because this seems such a good idea, I had already prepared that feature on the back-end. I have now also added HTML templates for it -> https://planetscentral.com/test/host/game.cgi/45-North-Star-8/turnhistory
--Stefan
The server itself runs on Greenwich time and doesn't care about timezones.
Would it be possible on the Host page to show a column for time to next host run? I often have to check what the date is and figure out how much time is between now and hostrun. Also the bolded date if the turn is due "today" is somewhat useful, but not always entirely, for example I have a game running at 22h tonight and others at 0h, 2h, 3h, 4h, etc so I need to have them all done tonight, but only the one that is for "today" (18.Jan) is bolded.
Here's a mockup of how I think it could be changed: https://i.imgur.com/UzSvCZB.png
Would it be possible on the Host page to show a column for time to next host run? I often have to check what the date is and figure out how much time is between now and hostrun. Also the bolded date if the turn is due "today" is somewhat useful, but not always entirely, for example I have a game running at 22h tonight and others at 0h, 2h, 3h, 4h, etc so I need to have them all done tonight, but only the one that is for "today" (18.Jan) is bolded.
Here's a mockup of how I think it could be changed: https://i.imgur.com/UzSvCZB.png
Thanks for the suggestion. Try here: https://planetscentral.com/test/host/
(will be available on the main site (without /test/) in a few days)
--Stefan
Thanks for the suggestion. Try here:
Thanks Stefan. My minor refinement gpsuggestions would be to align right the time column so the minutes/hours align better, and to bold (or otherwise emphasize) the time remaining if <12h (or whatever reasonable threshold).
I'm not sure if there's an easy effective way to better indicate (for logged in users) which games I haven't submitted my turn for. I know it highlights in red and green, but I find it visually confusing, or at least busy, I can't at a quick glance see what's missing (I think because there's red and green for all player turns). Perhaps if there was something different, like red text "turn missing", or a dedicated column for "ok"/"missing", or something. Or keep red/green for my turns and make other player status pale red/green. Just some ideas. I'd mock something up but I'm in the airport on my tablet right now so I can't.
streu in Re: Server Time:Thanks for the suggestion. Try here:
Thanks Stefan. My minor refinement gpsuggestions would be to align right the time column so the minutes/hours align better, and to bold (or otherwise emphasize) the time remaining if <12h (or whatever reasonable threshold).
Fixed.
I'm not sure if there's an easy effective way to better indicate (for logged in users) which games I haven't submitted my turn for. I know it highlights in red and green, but I find it visually confusing, or at least busy, I can't at a quick glance see what's missing (I think because there's red and green for all player turns). Perhaps if there was something different, like red text "turn missing", or a dedicated column for "ok"/"missing", or something. Or keep red/green for my turns and make other player status pale red/green. Just some ideas. I'd mock something up but I'm in the airport on my tablet right now so I can't.
Your own slots have a slightly colored background. I could possibly use colors that stand out more.
Otherwise, your open turns are also shown on your user home (https://planetscentral.com/test/user.cgi). (Yeah, that still needs a lot of chrome.)
--Stefan
Thanks for the suggestion. Try here: https://planetscentral.com/test/host/
(will be available on the main site (without /test/) in a few days)
--Stefan
This is great!
Otherwise, your open turns are also shown on your user home (https://planetscentral.com/test/user.cgi). (Yeah, that still needs a lot of chrome.)
Would it be easy to replicate that code block on the host page (for logged in users only, obviously) ?
streu in Re: Server Time:Otherwise, your open turns are also shown on your user home (https://planetscentral.com/test/user.cgi). (Yeah, that still needs a lot of chrome.)
Would it be easy to replicate that code block on the host page (for logged in users only, obviously) ?
Turn files that need your attention (missing/red, or temporary) now get a border around the slot to make them stand out more. I hope that achieves what you want.
--Stefan
Turn files that need your attention (missing/red, or temporary) now get a border around the slot to make them stand out more. I hope that achieves what you want.
Brilliant, looks great, thanks Stefan!
Not really related but one other quirk I noticed, I'm not sure if bug or feature: when uploading turns from /host/ it auto assigns to the correct game, but uploading from a specific game page if the turn is valid but for a different game you'll get an error message, I would have expected the turn upload to behave the same in all instances.
Not really related but one other quirk I noticed, I'm not sure if bug or feature: when uploading turns from /host/ it auto assigns to the correct game, but uploading from a specific game page if the turn is valid but for a different game you'll get an error message, I would have expected the turn upload to behave the same in all instances.
This is intentional to help people who play multiple games.
We already had players who missed a turn by uploading the same turn file twice instead of two different files for two games. This gives an additional safety net.
Unfortunately, a web application cannot control at what directory the browser's file requester starts up; otherwise, I'd make each individual game page even remember its last directory.
--Stefan
Try here: https://planetscentral.com/test/host/
(will be available on the main site (without /test/) in a few days)
Any idea when this will be pushed live, or are you still tweaking things?
streu in Re: Server Time:Try here: https://planetscentral.com/test/host/
(will be available on the main site (without /test/) in a few days)Any idea when this will be pushed live, or are you still tweaking things?
I am always tweaking things I updated the main site (see the version stamp in the header).
--Stefan
Hi Stefan I think the server time should be the local time where the server is standing - physically/touchable. If i check the time from Indonesia it shows me the local time from Indonesia so i still have to calculate when the next hostrun is due. Best would be to add the local time in Germany and display both. It is not so important but it would be nice to have...
Stefan
I can't imagine why a guy in Indonesia needs to know the hosting time in Germany... I live in Argentina and time is similar to USA; the hosting showed NYC time and I was confidente it was my local time too, but they had changed the time because daylight saving and then I missed a capital turn. It is safer to watch it in GMT or in my local time.
And the safer way is what we have right here now:
Next action: Run Host (19/Jun/2020, 12:00, in 2d 16:17h)
That's it: I have two days and a half!