QUOTE(o0o0o @ Aug 28 2006, 04:48 AM)

1. You pick a console on the tree menu... go to a back, then hit the back button and the tree is re-collapsed.
When viewing games, use the "Main Menu" button instead of back, the tree is not collapsed then. This is something to do with how PHP uses session variables.
Using the back button on the browser is generally bad practice, it just sends you back to a copy of the HTML you had before, and considering the tree structure is javascript, that will not be changed unless PHP tells it to, and for that you need to let PHP control it and not press back on the browser.
Maybe I should change "Main Menu" to "Back" ??
QUOTE(o0o0o @ Aug 28 2006, 04:48 AM)

2. The listing of games is huuuuuuge, that's like 5 lines taken up per game. This makes it very difficult to find what I'm looking for if I'm searching for something.
I didn't see a problem on a PC, I thought it was only an issue if using the lists with a portable small screen device..
But however, if enough people want this changed I will do something about it.
QUOTE(o0o0o @ Aug 28 2006, 04:48 AM)

3. If I'm to vote on whether a large number of games is working for me or not, it needs to be much faster/easier to just click "yes, this works" or "no this doesn't".
I thought it was easy to set a game, click change status, select a status and click okay! Pretty simple I think.
QUOTE(o0o0o @ Aug 28 2006, 04:48 AM)

4. The most important information "Works/Broken" isn't split up at all, or at least made clear and direct. You really have to look quite a bit to see what's being displayed.
Each game status is colour coded, i.e. green works, red doesn't etc. Kind of obviously in your face really.
QUOTE(o0o0o @ Aug 28 2006, 04:48 AM)

5. The page navigation is done with a select field, completely slowing down the ability to change pages and the ability to do so in a standard way.
I have no idea what you mean by this, can you elaborate?
I did work with people on the board whilst developing Checklist, and the result is what we have now. If it's not being used because it's not what you all really want, then I wish people would tell me so I can change things.
Checklist is quite a complex database, especially considering it's not only for the GP2X/32, but almost any hardware and system can be added that requires some sort of compatibility list. I tried to make the simplest solution out of a very complex system.