emergentworks / project-not-911

Alternatives to calling 911
GNU General Public License v3.0
42 stars 4 forks source link

Add more metadata #35

Open rossPatton opened 4 years ago

rossPatton commented 4 years ago

Currently we attach some metadata to each hotline entry, but it's not consistent and most of it is not used. Currently the only data we render on hotline pages are the hotline name, phone number and hours of operation and whether it's a crisis hotline or not (by color)

We should make sure all hotline entries also include the following metadata:

jaqarrick commented 3 years ago

Hi there! @lizzthabet and I are interested in helping with this issue if you're still looking for contributors! We have a couple questions for the best way to proceed:

This seemed like a good first issue to get started with, but if there are other issues that are more pressing just let us know!

Thanks 😄

rossPatton commented 3 years ago

hey @jaqarrick thanks for taking a look at this! Sorry for my slow response - been a little busy with the holiday

to answer your questions:

  1. I don't have a preference myself for how they should render, but I do like your suggestion

  2. Opening a text app would be the preferred functionality. Clicking the phone numbers should open the phone app, so I think users would expect similar functionality for the texting. Even better if you could 'pre-fill' the message for the user

  3. I think for now just displaying the tags would be nice. Maybe like you said, if a number has too many it can just render a "and N more tags" somewhere. Tag search/filter functionality would be fantastic, but not something I would be too concerned about until we have more tags added

thanks for your interest in this project! let me know if there's anything else I can do to help

jaqarrick commented 3 years ago

Hi Ross,

Thanks for getting back to us! We got started on this issue today and added the text field to display next to the phone number. @lizzthabet started a PR. As far as interactivity, we thought it would be nice for the text and website options to each display in their own svg button/icon next to the telephone icon. Are you using a SVG/Icon library and if so, are there icons already available to represent 'text' and 'website'? Thanks!

Jack

rossPatton commented 3 years ago

Hey @jaqarrick sorry for my slow response => all the icons were done by a volunteer designer. But anything that is in the same vein should be fine!

lizzthabet commented 3 years ago

@rossPatton, thanks! We ended using open source icons from Bootstrap. The PR #51 is ready for review, if you want to take a look and let us know what next steps are. Any feedback is appreciated!