mapseed/platform

Replace dropdown menu with graphics as report types

Closed this issue · 1 comments

The goal of this issue ticket is to convert the "type of report" drop down menu into a button interface that functions like this:

report-buckets

Take a look at this Demo for a similar example.

You'll see that instead of a dropdown menu, it prompts the user with a simple set of pretty buttons. Each button has a conditional set of form fields attached to it which only display depending on which button is selected.

This is superior to the current "submit a report" form on Hey Duwamish because it gets rid of the drop down option for "type of report" which users tend to ignore or not understand.

The code for the example demo is available as a Planbox theme here

The goal is to borrow the place-form.html from the "Bike Network Improvements" Planbox Theme and use it in the place-form.html on Hey Duwamish.

This issue should help with the implementation of #94 and #127

Closing this, as it feels like a duplicate of #127