Topic: game scheduling module
trimard Topic Opener |
Posted at: 2017-09-16, 08:55
Like so? https://i.imgur.com/ABo5uO3.png
Made some tests. Yes you're right... Top Quote |
teppo |
Posted at: 2017-09-16, 17:10
This looks really good! Top Quote |
trimard Topic Opener |
Posted at: 2017-09-18, 10:35
Thanks! I'm getting closer to an alpha version! lp:~trimardio/widelands-website/scheduling Just a few refacto might be worth doing?:
Also I have a lot of problem with the texts. Let's say, I'm really not a writer :P. Anyone has ideas on what to say? PresentationWhen they click on "scheduling" on the menu: When they click on "schedule my avaibilities and find a game": after having chosen some hour and clicked on update And as kaputtnik suggested the page where you see when averyone is ready to play: when you click on "find a game" Top Quote |
GunChleoc |
Posted at: 2017-09-18, 11:02
Yes Busy indexing nil values Top Quote |
kaputtnik |
Posted at: 2017-09-18, 18:55
What i find most disturbing (as non native english speaker) is the word 'Avaibilities'. Of course my brain reads often 'AvaiLAbilities' but at the same time it feels something is wrong Seaching the web it seems that 'avaibilities' is much used, but i couldn't find it (the exact word) for translation: e.g. searching for translate avaibilities. I would prefer to use 'Availabilities', but i am not sure. For the other wording some one else than me should take a look Please add a migration file to your app. If you don't have one, run
My work on the new search is close to finish so i will have time to test and review the scheduling module, as well your work on a responsive template. Top Quote |
GunChleoc |
Posted at: 2017-09-19, 13:18
Some proofreading: Schedule when you're available and find a game ... and want to display when you're available and find other people that... the time indicated by your system () is different from ... profile. -> In this case, is the profile time or the systme time being used? here are the users that... -> People that... You used "people" above and "players" below - pick one (people, players or users) and stick with it." here are the availabilities -> Times other people are available... Busy indexing nil values Top Quote |
trimard Topic Opener |
Posted at: 2017-09-19, 13:37
Thanks gunchleoc, the text was really weird indeed.
I made my choice and remove any mention of "people" in the scheduling module. It's more logcial to talk about players.
Huh, well then that's the moment to ask ourselves that. The table name is avaibilities. And the whole code stick with this. GunChleoc, what do you think about that? If we can, we should avoid having a different name for the code and for what's display. But that's not that big of a deal I think.
Well do you have an idea how I could create a test server? Do you think that would be needed here? I can use apache and got my own server, but should I just create an empty database and let everyone create users for test? Top Quote |
kaputtnik |
Posted at: 2017-09-19, 18:11
+1
Usually for testing purposes we start our alpha site. The alpha site uses a different database and have many content and some users have already an account over there. I would prefer testing on the alpha site because it uses the same environment as wl.widelands.org. If you think you are ready create a merge request for your branch on launchpad and i will merge it on alpha for testing Top Quote |
trimard Topic Opener |
Posted at: 2017-09-19, 18:40
It's done :). There is still potential for refacto, and some typos errors but these last one could benefit from an alpha test! And the sooner the better for me, I'll soon have to go back studying... Top Quote |
fuchur |
Posted at: 2017-09-19, 21:21
I'm not an english native speaker, but I never came across the word 'avaibilities'. A Google search for 'avaibilities' gives about 9000 results while 'availabilities' has 2780000 results. I'd guess it's a typo. And if I'd read it somewhere I think my brain would just interpret it as 'availabilities' and maybe not even see the error. But I'm curious what other people say who have more knowledge in languages. Top Quote |