jkomoros / card-web

The web app behind thecompendium.cards
Apache License 2.0
53 stars 8 forks source link

Auto-set substantive based on edits in editor #187

Open jkomoros opened 5 years ago

jkomoros commented 5 years ago

Originally captured in #11 and #172

If the edit distance of the body is above some threshold, auto-set. If the published flag is changed direction, mark substantive

jkomoros commented 4 years ago

The bit should be auto flipped to true if published is switched to on, or section is switched to a higher tranche

jkomoros commented 4 years ago

Last bit remaining is to set it when the edit distance is high (although that's expensive so shouldn't be calculated on every single change to body)