mscarey / legislice

API client for fetching and comparing passages from legislation
https://legislice.readthedocs.io/
Other
8 stars 2 forks source link

Move ExpandableSchema out of Legislice #24

Closed mscarey closed 3 years ago

mscarey commented 3 years ago

ExpandableSchema is based on a text expansion concept that AuthoritySpoke wants to reach into Legislice and use. But the concept was a bad idea from the start, and if it's too late to remove it altogether, then AuthoritySpoke can implement the concept as a mixin without code supporting it needing to appear in Legislice too.

mscarey commented 3 years ago

Done