xhsyy / recycle-locator

Automatically exported from code.google.com/p/recycle-locator
0 stars 0 forks source link

Extend Pop-Up to handle multiple categories at once #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
This is needed for two features: 1) Viewing two categories at the same time, 
and 2) Buildings improvements.

Original issue reported on code.google.com by raftysworld@gmail.com on 20 Mar 2011 at 8:36

GoogleCodeExporter commented 9 years ago
To make this work, the parser for parsing data on a single category need to 
change, or there would be another map constructed for mapping a cateogry to its 
set of datas.

For how the dialog should look, perhaps adding another layer to the current 
list of floors would work.
The current list can be expanded at most once (Floor -> special information)
The new one would be (Floor -> category -> special information)
I didn't draw the icons out, but icons would still be placed at the floor level 
of the list.

Any suggestions?

Original comment by naan...@gmail.com on 21 Mar 2011 at 11:40

Attachments:

GoogleCodeExporter commented 9 years ago
This is how i envisioned it :)  One additional idea:

I think if there is only one category on a certain floor (this will be quite 
frequent with restrooms, we should hide the Restrooms / Coffee expander 
altogether, and just display it like we currently are.  This way, our current 
implementation can be a "special case" of the new popup, and we don't need to 
be redundant.

Original comment by raftysworld@gmail.com on 22 Mar 2011 at 1:02

GoogleCodeExporter commented 9 years ago
Update:

The newest version in the repo, buildings should display all categories (if not 
most) within that building.

To do: put the icons back :/

Original comment by naan...@gmail.com on 25 Mar 2011 at 4:15

GoogleCodeExporter commented 9 years ago
Done! Well, at least multiple category view are now complete for the buildings 
view. Icons for the categories located on a floor will show!

Original comment by naan...@gmail.com on 26 Mar 2011 at 8:46