keep returning to lack of time information and, changes. (ref: mentions)
we don’t track issue state. maybe we should, rather than just keeping a Status field, we keep a list of changes? as tags?
either refreshing the Status field automatically or just calculating on demand.
I fear it will lead to a large number of tags. maybe that’s inefficient? but I guess most GH issues only go through a few.
does it make sense to have them on the object? where else would we store them? then we could at least show the history of the object and calculate things like mentions if we stuck them in this changelog field. adding removing mentions, LSTM style that never gets compacted, last entry wins.
we don’t track issue deletion either. should things be deleted? or closed/archived? that would be referentially safer.