tekinged / missing

The repository where the tekinged.com committee tracks and defines missing words. Anyone can join!
https://tekinged.com
Apache License 2.0
4 stars 0 forks source link

Feature Request: capture github conversation link #364

Closed johnbent closed 1 year ago

johnbent commented 1 year ago

Some people in the future might find value in returning to the conversation which causes a word to be added. That's probably something I can easily capture in the database. Be easy to have a new table with the word id and the github Issue link which caused the word to be added. Maybe I'll do that one day.

johnbent commented 1 year ago

Added this. One day we can think about exposing it somehow through the webpage but the important part is that it is now captured in the database. I might also go back and try to capture this for words that were autoparsed before this was added which I will be able to detect because they will not have a comment in them that says, "AUTOPARSE successfully AUTOPARSED; closing issue" because I added the feature adding that comment at the same time as I added this feature capturing the mapping.