Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Map Chooser Sorting options #4165

Closed
xan2622 opened this issue Nov 21, 2013 · 8 comments
Closed

Map Chooser Sorting options #4165

xan2622 opened this issue Nov 21, 2013 · 8 comments

Comments

@xan2622
Copy link
Contributor

xan2622 commented Nov 21, 2013

I could be interesting to add Sorting Options for the map chooser.
For example:

  • sort by the number of times a map has been played
  • sort by map name
  • sort by author
  • sort by map rating
  • sort by the number of players the map is made for

e676966

For the map rating system, maybe it could be done online at http://content.open-ra.org/ ? (ihptru is making a new version of his website).

For the 'number of times a map has been played', maybe the server could record statistics based on players' choices, ingame.

@ihptru
Copy link
Contributor

ihptru commented Nov 21, 2013

maybe "Number of times played" should be recorded on client?

@xan2622
Copy link
Contributor Author

xan2622 commented Nov 21, 2013

@ihptru: I don't know, it's up to developers to decide what's the best for OpenRA.
I just suggest ideas :)

ihptru, here is a mockup of your website with these statistics:
contentsite

Maybe the visitor of your website could be able to rate maps directly on the website ?
It's doable with php: http://net.tutsplus.com/tutorials/html-css-techniques/building-a-5-star-rating-system-with-jquery-ajax-and-php/

@ScottNZ
Copy link
Contributor

ScottNZ commented Mar 12, 2014

Map feature/attribute filtering is also wanted: http://www.reddit.com/r/openra/comments/206iop/feature_request_map_sorting/

@Mailaender
Copy link
Member

The server side stuff for ratings is probably OpenRA/OpenRA-Resources#38 and OpenRA/OpenRA-Resources#17.

@xan2622
Copy link
Contributor Author

xan2622 commented Jul 7, 2014

Maybe, for the moment we could just add a drop-down menu with:
* map name
* author
* number of players

... since "number of times played" and "map rating" involve ihptru's help for integration with http://resource.openra.net.

@ihptru
Copy link
Contributor

ihptru commented Jul 14, 2014

current api state:

note: 'sort by map rating' exists in API, when it is not fully implemented on site yet.
note2: all sorting options you mentioned in your first post (which I copy&pasted) should go into sorting options for community maps tab, where API provides already sorted list.
note3: sorting of local maps should only be based on local features without network requests.

@ihptru
Copy link
Contributor

ihptru commented Nov 2, 2014

sort by rating will have effect now since rating is implemented on resource site

@pchote
Copy link
Member

pchote commented Nov 22, 2015

This has been almost completely covered by the search/filter feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants