wlonk/wheretofind.me

Add description to Locations

Opened this issue · 4 comments

Currently if I want to add context to a Location, I need to stuff it into the Name or Tag. The Tag doesn't seem like the right place for extended text, and putting it in the Name is just unwieldy. It would be nice to have an optional field for a Description. It should probably be displayed smaller or lighter than the Name.

wtfm-proposed-description

wlonk commented

I like this idea. I think we can throw in an additional field in the expanded-card area, for those who want commentary like this on a link. If you don't get a PR in for this, I'll add it to my backlog and try to implement it myself.

Z33DD commented

I'm a backend developer, can I help to build this feature in any way?

Absolutely. We're open to contributions. The relevant code starts in models.py, with the UI largely in identity.vue and user_detail.html, though don't treat this as an exhaustive list.

Licensing and rights around the code are a bit of a ??? right now, and we haven't taken on substantial outside contributions yet, so this will be a bit of an exercise. If you contribute, would you be comfortable with us distributing your work and allowing others to modify it in the future?

Z33DD commented