JonOfScience / etym_tree_python

A python project designed to allow input, display, and tracking of the vocabulary of a constructed language.
0 stars 0 forks source link

8.3.4 A Lexicon will propagate and resolve modification flags #85

Closed JonOfScience closed 1 year ago

JonOfScience commented 1 year ago

Parent User Story: #78

GIVEN A Lexicon with multiple entries

WHEN A change is made to the modification status flag of a Word

THEN These changes are propagated through the affected Lexicon entries

Examples:

Tasks:

JonOfScience commented 1 year ago

Single pass resolve_modification_flags renamed to resolve_modification_flags_pass. Method created resolve_modification_flags for complete process