-
Notifications
You must be signed in to change notification settings - Fork 24
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
Pin description style #26
Comments
Right now both datasets we have (city 311 and police) are displaying different info (#46). We should have some UI to standardize this; maybe a key-value table. On the other hand, the keys from the dataset are really ugly... maybe we can hard-code map the keys we want to display to some user-friendly property name in the |
@chrisski44 , would you be interested in taking this issue? Essentially, I think you should create a function that takes an object that has the general form:
Then it creates an HTML string for this. For example, the Are you interested? |
This will fix #46, too. |
@vonbearshark Yeah for sure I'll take this one on. I may have a few questions but I'll let you know! |
I'll be happy to help. Thanks! |
When we hover over the pins, or click on them, the description that pops up should be prett-ified. This will need coordination from the UI team and the Data team, because the contexts for each dataset is different.
The text was updated successfully, but these errors were encountered: