Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

Sign up now!

Suggestion Website suggestions

First Bot Author
Joined
Aug 7, 2013
Messages
262
Botstore:
  • Should remember (cookies) the search parameters at all times
  • Should therefore have a small button (Eraser icon, perhaps?) to the right of the sorting parameter, to reset all parameters to default.
  • All parameters must be remembered, except the entered search String, which would be remembered through a session, rather than a cookie.
  • Colors of skills should match the skillcape of that skill
  • The scrollbar (for the skills dropdown) should have custom css to match the website's theme.
  • An ability to show detailed results would be appreciated. Detailed results would show the scripts as if all matches are being hovered over.
Website
  • The order of menu items in the navigation menu should match on all pages. This is primarily an issue with the forums and the frontpage.
  • The menu item "Community" should be changed to "Forums", to match the forum's listing.
  • Suggested order: Home, Forums, Download, Bot Store, Upgrade, Shoutbox*, Members*, Developer
  • *=Where these items are not shown on the frontpage, but are shown on the forum.
  • The frontpage does not make it clear that this is a hybrid bot.
  • The following menu should not show if the top menu is still visible: http://puu.sh/89AEK.png
Developer
  • The menu item on the forum should be a drowndown menu containing at least the javadocs.
  • The ability to fully reset your own repository (through the developer panel) would be appreciated.
 
Mod Automation
Joined
Jul 26, 2013
Messages
3,053
Botstore:
  • Should remember (cookies) the search parameters at all times
    • As in across page loads? If so, that's very industry atypical. For example, Amazon does not retain search parameters across page loads.
  • Should therefore have a small button (Eraser icon, perhaps?) to the right of the sorting parameter, to reset all parameters to default.
    • Has some merit. I shall try to figure out how to fit it into the design.
  • All parameters must be remembered, except the entered search String, which would be remembered through a session, rather than a cookie.
    • See first remark.
  • Colors of skills should match the skillcape of that skill
    • Don't necessarily agree with this. While the skillcape colors look mediocre in game, they may look like absolute shit in a flat design. The colors chosen follow flat design principles and complement the skill to a certain extent.
  • The scrollbar (for the skills dropdown) should have custom css to match the website's theme.
    • Will consider.
  • An ability to show detailed results would be appreciated. Detailed results would show the scripts as if all matches are being hovered over.
    • Goes against the design principle entirely.
Website
  • The order of menu items in the navigation menu should match on all pages. This is primarily an issue with the forums and the frontpage.
    • This is *only* an issue with forums and frontpage. And as you can expect forum softwares aren't as flexible as desired. I could force the order, but I believe it would look very odd for the highlighted tab (Forums) to be deeper in the list. I shall test.
  • The menu item "Community" should be changed to "Forums", to match the forum's listing.
    • Agreed.
  • Suggested order: Home, Forums, Download, Bot Store, Upgrade, Shoutbox*, Members*, Developer
  • *=Where these items are not shown on the frontpage, but are shown on the forum.
    • On the front page, Download and Bot Store definitely take priority before Forums. Keep in mind many of our end users may never browser the forum.
  • The frontpage does not make it clear that this is a hybrid bot.
    • I'll brainstorm how to clarify. Your ideas are welcome.
  • The following menu should not show if the top menu is still visible: http://puu.sh/89AEK.png
    • It's pretty typical to have header and footer navigation. I don't think both being visible on the screen is unappealing. Plus it'd take a super hack to hide.
Developer
  • The menu item on the forum should be a drowndown menu containing at least the javadocs.
    • Agreed.
  • The ability to fully reset your own repository (through the developer panel) would be appreciated.
    • Easy to do, but unfortunately we can't. Alongside providing a great framework for devs to release their bots on, we intend to use it for proper version control on our end. For example, in the future if a temperamental dev has a premium script and decided to rage quit we can't allow them to deprive their customers of the product by clearing their SVN and pushing a fake source. Plus it would make pushing on our end a living hell, because we heavily rely on the version control to reduce the amount of scanning we have to do.
 
First Bot Author
Joined
Aug 7, 2013
Messages
262
Should remember (cookies) the search parameters at all times
  • As in across page loads? If so, that's very industry atypical. For example, Amazon does not retain search parameters across page loads
Yes, at the very least the gametype should be remembered: as an end-user i would hate to keep selecting the gametype
 
Top