-
Notifications
You must be signed in to change notification settings - Fork 13
T6 Changes to Map Indicators #13
base: master
Are you sure you want to change the base?
Conversation
jenpaff
commented
Aug 7, 2014
- p. 11 Requirements Doc
- removed All Categories Options
- decreased Marker Size
- Documentation: http://jengeeks.wordpress.com/gsoc-2014/documentation/#MapIndicators
- Unit Tests: http://jengeeks.wordpress.com/gsoc-2014/unit-tests/
* removed All Categories Options * decreased Marker Size
When you first visit the homepage, the map appears blank, giving the impression that there are no reports. Only populates once you click on a specific category. My understanding of this task and what Peacecorps wanted is that all colors be represented on the map instead of the blanket color provided by "All categories". |
Okay, I must have gotten that wrong! According to my understanding they wanted to get rid of the All Categories Button: http://jengeeks.files.wordpress.com/2014/06/untitled2.png. But looking at it now, I think you're right: http://jengeeks.files.wordpress.com/2014/06/untitled1.png. I will work on that ! |
No worries ;).. Let's sync up on this tomorrow!! |
So basically the 'All Categories'-Option should stay and when clicking on it the incidents should be shown representing each category color, right? |
No. The "All Categories" option does need to be removed, BUT, on loading the page, the map should not be blank. You should be able to see all reports represented with their respective category colors. Makes sense? This will be a little interesting though, considering a report can belong to multiple categories. |
Okay, I understand, I will work on that then. I didn't realise that a report could belong to multiple categories. That's going to be interesting indeed. |
I haven't send another commit, because I decided to leave it like this and wait for a feedback by the Peace Corps. I think they should decide how they want the reports to be displayed |
Update: Waiting for Amy's decision on this requirement |
(1) either a project can be assigned to one category and one color, (2) a project can be assigned to multiple categories and one color, (3) project can be assigned to multiple categories and multiple colors |
This reverts commit 36da1b5.
- revert last commit - add All-Categories Button - change colour when click on All-Categories Button
* TODO: function to assign colors for each marker