JoinAll Course GUI filters
A5H73Y opened this issue · 2 comments
Group / filter the courses in the JoinAll GUI by using pre-defined types which will only display the Courses which meet the criteria. So far the ones I have though of include:
- owner (ones that the Player created)
- uncompleted
- completed
- world (courses in the current Player's world)
- each parkour mode (dropper / rockets / free_checkpoint / etc...)
- newest (requires created a "created" timestamp in the course config)
- oldest
- popular (ordered by most viewed)
- difficulty (depends on #136)
Also an enhancement to display an indicator when the Course has been completed or not using the player's completed list as opposed to doing a database lookup.
Bump: as a simple idea, just add the alphabetical sort/order! Let the creators name courses as be sure they will be in the respectable order in GUI :)