codeforamerica / glossary-bot

A Glossary bot for Slack
MIT License
116 stars 45 forks source link

Add the ability to append definitions, to avoid overwriting other distinct valid definitions #45

Open bengolder opened 8 years ago

bengolder commented 8 years ago

If an acronym has more than one use, we currently have to be careful about overwriting preexisting definitions. What if we could just append another one?

/gloss TA

ta Thanks, pronounced "taah" or "tar", depending on where you're from in the UK.

/gloss TA += TA: Technical Assistance

ta Thanks, pronounced "taah" or "tar", depending on where you're from in the UK. TA Technical Assistance

tmaybe commented 8 years ago

See also #27

This is a less complicated way of doing it though.

bengolder commented 8 years ago

ohhhhh. I didn't see that one, sorry. Let me know if you'd like me to move comments to that issue.