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

Selection and indexing process #2

Closed
mapsam opened this issue Oct 24, 2013 · 4 comments
Closed

Selection and indexing process #2

mapsam opened this issue Oct 24, 2013 · 4 comments
Labels

Comments

@mapsam
Copy link
Owner

mapsam commented Oct 24, 2013

How do we want the user to be able to select their two comparisons? Do we want to limit to just two or allow them to reset when they want?

Right now the selection happens within a map, but that will get difficult once we use the world and look at small countries where you may not be able to select them (or see them for selection!).

Some other options:

  • Checkboxes
  • Pulldowns in <select> and <option> format
  • Big lists on the wings of the page
  • "search" form that shows available choices
  • Zoomable tile map with geometry overlaid for selection process (this is an interesting idea since the map would allow people to see how skewed the countries are normally)

Just some thoughts!

@lyzidiamond
Copy link
Collaborator

One thing I was thinking about was an array of tiny square or circular thumbnails in alphabetical order that gave you a name when you hovered over them. Then you could drag one into the like "active space" or whatever and it'd become full size. But that's for the future when we are dragging and overlaying as opposed to showing the overlays in a static way.

@lyzidiamond
Copy link
Collaborator

I also think limiting to two is a good idea, or capping it at three maybe. More than that would be silly.

@mapsam
Copy link
Owner Author

mapsam commented Oct 24, 2013

Oh! Click and drag would be really neat, though we have to be cautious with screen space since I think this application will be best with as little scrolling as possible. Let's keep it simple right away with 2 selections, but I think adding more could make it pretty fun.

@mapsam
Copy link
Owner Author

mapsam commented Jul 21, 2014

So, we've decided to have to pieces for countries, right? Let's roll with that for now. Going to create the lists dynamically within the d3 loop instead of statically because we can - we'll just have to be a bit careful when using the form and serializing data of dynamic elements. Going to close this!

@mapsam mapsam closed this as completed Jul 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants