scaife-viewer / sv-mini

front-end for the Scaife "SV Mini" prototype
https://scaife-viewer.org/
MIT License
3 stars 0 forks source link

Rename Vue components to match ATLAS token alignment data model changes #38

Closed jacobwegner closed 4 years ago

jacobwegner commented 4 years ago

This would also be a good point to implement the "true" strategy pattern approach from metadata (rather than hardcoding slugs).

TextAlignment --> TextAlignmentSet TextAlignmentChunk --> TextAlignmentRecord

(We'll likely drop the "relations" from the nested structure too)

jacobwegner commented 4 years ago

Started in https://github.com/scaife-viewer/frontend/pull/20 (but need to keep ATLAS moving along too)