Results 1 to 10 of 10

Thread: Science UI

  1. #1
    Veteran
    Join Date
    Jan 2009
    Posts
    507

    Science UI

    I'm not looking forward to see a list with 120+ scientists that i'll have go through select lists to manage (especially the fancy styled select lists that are still lagging in my browser)

    Maybe instead create a table, if you use radio buttons the backend form handling wouldn't need to change. Like

    Code:
                                              | Tools | Alchemy | Housing | Food | Military | Crime | Channeling
    Novice Curudrel, 72 days until Graduate   | [x]   | []      | []      | []   | []       | []    | []
    Novice Nidita, 72 days until Graduate     | [x]   | []      | []      | []   | []       | []    | []
    Novice Nielhew, 72 days until Graduate    | []    | [x]     | []      | []   | []       | []    | []
    Novice Gyles, 72 days until Graduate      | []    | [x]     | []      | []   | []       | []    | []
    Novice Ardja, 72 days until Graduate      | []    | [x]     | []      | []   | []       | []    | []
    Novice Ridwerd, 72 days until Graduate    | []    | []      | [x]     | []   | []       | []    | []
    Novice Ham-paul, 72 days until Graduate   | []    | []      | [x]     | []   | []       | []    | []
    Novice Inum, 72 days until Graduate       | []    | []      | [x]     | []   | []       | []    | []
    Novice Thethrilso, 72 days until Graduate | []    | []      | [x]     | []   | []       | []    | []
    Novice Fast-ter, 72 days until Graduate   | []    | []      | [x]     | []   | []       | []    | []
    Novice Fred'rol, 72 days until Graduate   | []    | []      | []      | [x]  | []       | []    | []
    Novice Wig-ham, 72 days until Graduate    | []    | []      | []      | [x]  | []       | []    | []
    Novice Dakóin, 72 days until Graduate     | []    | []      | []      | []   | []       | [x]   | []
    Novice Duum-glo, 72 days until Graduate   | []    | []      | []      | []   | []       | [x]   | []
    Novice Geir-sorg, 72 days until Graduate  | []    | []      | []      | []   | []       | []    | [x]
    Novice Syl-kim, 72 days until Graduate    | []    | []      | []      | []   | []       | []    | []
    http://www.upoopu.com/: an intel repository (or: "pimp alternative") for utopia (read the guide).

  2. #2
    Regular
    Join Date
    Aug 2012
    Location
    Lithuania
    Posts
    69
    Totally this. Please.

  3. #3
    Regular
    Join Date
    Dec 2013
    Posts
    96
    This was my first thought when I saw the renewed science page.

    But thinking about it some more, I don't think a table would be that much more convenient.

    Alas, I have no alternative suggestion at this time.

  4. #4
    Veteran
    Join Date
    Jan 2009
    Posts
    507
    You could just enter raw numbers, like it was, make the game smart enough to pick the ones with least experience when removing them. But then you wouldn't see the names / couldn't assign names directly, and the names are cute.

    Code:
               | Assigned            | Add                                    | Remove
    Tools      | 2 N, 4 G,1 P        | [ ]                                    | [ ]
    Alchemy    | 2 N, 4 G,1 P        | [ ]                                    | [ ]
    Housing    | 2 N, 4 G,1 P        | [ ]                                    | [ ]
    Food       | 2 N, 4 G,1 P        | [ ]                                    | [ ]
    Military   | 2 N, 4 G,1 P        | [ ]                                    | [ ]
    Crime      | 2 N, 4 G,1 P        | [ ]                                    | [ ]
    Channeling | 2 N, 4 G,1 P        | [ ]                                    | [ ]
    
    Free scientists: 4 
               | [Assign Scientists] | [Remove Scientists] [x] confirm remove
    
    (2 butons and confirm checkbox for remove to prevent most ****ups)
    Though i suppose that if you want you could just list the names below each science cat, in a very tiny small font ;)

    Code:
    ........
    Housing    | 2 N, 4 G,1 P | [ ]                                    | [ ]
    Novice Inum, 72 days until Graduate, Novice Duum-glo, 72 days until Graduate, Novice Geir-sorg, 72 days until Graduate,
    Novice Syl-kim, 72 days until Graduate, Novice Inum, 72 days until Graduate, Novice Duum-glo, 72 days until Graduate,
    Novice Geir-sorg, 72 days until Graduate, Novice Syl-kim, 72 days until Graduate, Novice Inum, 72 days until Graduate,
    Novice Duum-glo, 72 days until Graduate, Novice Geir-sorg, 72 days until Graduate, Novice Syl-kim, 72 days until
    Graduate, Novice Inum, 72 days until Graduate, Novice Duum-glo, 72 days until Graduate, Novice Geir-sorg, 72 days until
    Graduate, Novice Syl-kim, 72 days until Graduate, Novice Inum, 72 days until Graduate, Novice Duum-glo, 72 days until
    Graduate, Novice Geir-sorg, 72 days until Graduate, Novice Syl-kim, 72 days until Graduate, Novice Inum, 72 days until
    Graduate, Novice Duum-glo, 72 days until Graduate, Novice Geir-sorg, 72 days until Graduate, Novice Syl-kim, 72 days
    until Graduate, Novice Inum, 72 days until Graduate, Novice Duum-glo, 72 days until Graduate, Novice Geir-sorg, 72 days
    until Graduate, Novice Syl-kim, 72 days until Graduate, Novice Inum, 72 days until Graduate, Novice Duum-glo, 72 days
    until Graduate, Novice Geir-sorg, 72 days until Graduate, Novice Syl-kim, 72 days until Graduate, Novice Inum, 72 days
    until Graduate, Novice Duum-glo, 72 days until Graduate, Novice Geir-sorg, 72 days until Graduate, Novice Syl-kim, 72
    days until Graduate
    
    Housing    | 2 N, 4 G,1 P | [ ]                                    | [ ]
    [long list of names again]
    .......
    Last edited by Yadda9To5; 06-08-2016 at 17:58.
    http://www.upoopu.com/: an intel repository (or: "pimp alternative") for utopia (read the guide).

  5. #5
    Forum Addict
    Join Date
    Jun 2012
    Posts
    1,205
    The names are fun now, but they're exactly the sort of feature that will get annoying eventually because the UI is so clunky and sprawling.

    Please consider at least moving "days to next level" from science page to advisor page?

  6. #6
    Forum Addict
    Join Date
    Jun 2012
    Posts
    1,205
    Well that was probably the quickest fix I've ever seen in the history of Utopia. MUCH better interface Bishop, love the way scientists are listed in science category blocks.

  7. #7
    Forum Fanatic
    Join Date
    Dec 2013
    Location
    chillin in the sun
    Posts
    2,951
    I'd add an option to mass-assign scientists from one category to another. It will get awfully tedious to switch over 15 scientists from one to another individually...

  8. #8
    Postaholic
    Join Date
    Jun 2011
    Location
    West of Toronto, Canada
    Posts
    895
    It's currently a nightmare on a mobile. And with only 18. Can't imagine 80+. Needs
    Heavy work to be decent.
    War Monkeys War Monger - Contact me if interested in a beating.

    Quote Originally Posted by Bishop View Post
    Rather than whining, getting pissy and getting on my radar why don't you just .....

  9. #9
    Postaholic
    Join Date
    Jun 2011
    Location
    West of Toronto, Canada
    Posts
    895
    Damn your fast Bishop. That's a LOT better.
    War Monkeys War Monger - Contact me if interested in a beating.

    Quote Originally Posted by Bishop View Post
    Rather than whining, getting pissy and getting on my radar why don't you just .....

  10. #10
    Postaholic
    Join Date
    Jun 2011
    Location
    West of Toronto, Canada
    Posts
    895
    Hope it stays in order. Ie. Novice at top for each category and professor at bottom. Not all jumbled or something.
    War Monkeys War Monger - Contact me if interested in a beating.

    Quote Originally Posted by Bishop View Post
    Rather than whining, getting pissy and getting on my radar why don't you just .....

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •