Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Cannabis local ordinances: Split Retail back into two separate categories #498

Open
4 tasks
chachasikes opened this issue May 31, 2022 · 4 comments
Open
4 tasks

Comments

@chachasikes
Copy link
Collaborator

The cannabis local ordinances data tool has Retail united in the map UI.
There is a request to separate these back out.

To do this change need a few things:

  • Unset the mechanisms that manually united the data
  • Confirm original reasoning on this feature before changing it
  • Update mapMessages.json with correct data
  • Update select box

See if we need to do anything else.

@chachasikes
Copy link
Collaborator Author

New filter code would be

<select>
          <option value="Any cannabis business" selected="">Any cannabis business</option>
          <option value="Retail (Storefront)">Retail (Storefront)</option>
          <option value="Retail (Delivery)">Retail (Delivery)</option>
          <option value="Distribution">Distribution</option>
          <option value="Manufacturing">Manufacturing</option>
          <option value="Cultivation">Cultivation</option>
          <option value="Testing">Testing</option>
        </select>

@chachasikes
Copy link
Collaborator Author

May need to think through content in the UI because Retail variants use parenthesis.

@chachasikes
Copy link
Collaborator Author

Screen Shot 2022-05-31 at 2 10 16 PM
Screen Shot 2022-05-31 at 2 10 36 PM

Examples of tooltip data.

@chachasikes
Copy link
Collaborator Author

Screen Shot 2022-05-31 at 3 58 05 PM

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

1 participant