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

Categories #138

Open
Yonaba opened this issue Nov 27, 2013 · 5 comments
Open

Categories #138

Yonaba opened this issue Nov 27, 2013 · 5 comments

Comments

@Yonaba
Copy link

Yonaba commented Nov 27, 2013

Hi,
I don't know if this has already been discussed, then I am filing the following issue.
As the number of games in Vapor is growing, I am inclined to think we should think of a clever way to browse through this collection. Not as of now, but the sooner, the better.
This can be achieved through a new tag named "category" or "genre", which will be a string value corresponding to the category (or categories) the game can be classified in. It can be "adventure", "platformer", "puzzle", etc. The value for this tag will be supplied by the one submitting the game to the games.json file.
So that basically, when running Vapor, one can display the full expanded list of games, or instead, select a specific category, then games featured in this category will be filtered and displayed. I haven't think of how it can be integrated with the actual UI (yet), but we can work this out together when the idea is validated.

Thoughts ?

@josefnpat
Copy link
Owner

This sounds very related to #13

Of course the big issue here now is that we have to curate these categories. What categories should we use? Would this muck up the UI too much?

And of course, the ultimate question, how does the competition do it? (e.g. steam and desura)

@jadebrew
Copy link

I think this is a great idea, and can easily be achieved by (to answer Josef's question on how the competition handles this) adding a dropbox.

How about this? (quickly photoshopped)
idea

Or you could only make it available in a tab named "browse" or "search". Come to think of it, maybe the tabs aren't static and the user can add tabs per query.

or this (if you need a shorter word I suggest trying "filter", maybe that uses thinner characters than "browse")

idea2

@josefnpat
Copy link
Owner

The problem I were with this design is that you probably don't want such a specific filter for any tab other than the ask tabs.

Also I'm not sure how well LoveFrames will work within itself. Can a tab contain a frame which contains a column list and a drop down?

Perhaps we could provide tags on each game object, and allow users to click on that showing a sort?

@KennyShields
Copy link

Tabs should work fine with multiple objects, though it would be better to use a panel as the base tab object instead of a frame.

@josefnpat
Copy link
Owner

@NikolaiResokav Thanks! I'll have to prototype with this then!

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

4 participants