If I have a personalized game model which is different from the model I am creating, in the TITLE and in the rank limit, when I change the handicap from automatic to none, the button “add current settings” is gone, and it is changed to “eliminate”, as if I wanted to delete my other model, instead of creating a CLEARLY DIFFERENT ONE.
Is it impossible to have 2 models that are different in these 2 aspects only? Handicap and rank limit?
It is definitely the case that the code says what you are seeing (just confirming you’re not mistaken, there isn’t anything odd going on) - it’s not differentiating based on rank limit.
Yes, it seems to be “just” this. I want to have 2 models of creating new game challenges to be sent either as invitation only, or to be putted in the public offers we see (usually I like just the first one), but I want these 2 with different rank limits.
It should be easy to fix, since changing the rank limits does not give me the button to save the changed model (which is new, and it is easy to see that it is, since I will not have models using all possible rank limits, I just have one of them).
If you think it is needed, I can make a test to repeat the issue. Or give more information (not necessary, besides saying I am using a computer browser, at most, I imagine).
This is the root of lots of contortions in there. Contortions on contortions, like “instead of trying to update the state right now, I’ll read it from the form later, because it’s too scary to update the state”
I miss a simple form to create new challenge models. I prefer it saves duplicate models, instead of not letting me save a new one, similar to one I know I have (and so I load it, to use the similarities). Deleting them is very easy, so I do not care about the eventual duplicates.
What I care is that the list does NOT show everything the model contains. And some details can be important differences, like rank limits.
The dynamic part of Play Go at online-go.com! | OGS to let me create a personalized game has all the bad things a dynamic page can have. Thousands of lines…
Are you saying this last message to someone specific, GreenAsJade? If testing it is easy, I can do that. If several different kinds of uses must be tested too, I may not be able to do them all.
There are lots of types of testing we would love to get done.
I was referring to “automated end to end tests”, which are useful to ensure that something complex has not been broken when we change it. A similar tool is “automated unit tests”.
I would not describe either of these as “easy” though.
I think you perhaps have in mind “a human doing testing”, which is also useful of course, and certainly easy: you just need to play go That would happen when the change gets into beta.online-go.com .