DISSINET / InkVisitor

An open-source, browser-based front-end application for the collection of complex structured data from textual resources in history and the social sciences into a RethinkDB database for further analysis.
BSD 3-Clause "New" or "Revised" License
10 stars 3 forks source link

Handling Props #1591

Open adammertel opened 1 year ago

adammertel commented 1 year ago

This is a precondition to the functionality of #1587, #1569, and #1571

Todo: [ ] Desing entity tag alternation components to display the whole Prop, Instatement classifications, and identifications. Let's call them PropTag ClassificationTag, and IdentificationTag. #1592 [ ] Implement these components for Detail, Statement LIst, and Editor #1593 [ ] Implement bookmarking and editing #1594

adammertel commented 1 year ago

@davidzbiral do you want to bookmark / copy the Props also with children or just the "row" of type + value + attributes? Its much simpler to implement it without children, just saying :)

davidzbiral commented 1 year ago

Both I think - because some wholes of 1st+2nd order prop will be repeatable and their copying will be useful. But I don't know how to do it, esp. how to allow copying something either with, or without child prop, and how this scenario is important. In any case, the icon should signal (e.g. by two-cards-on-one / stacked cards), that something is a prop with child prop. Perhaps it is enough to copy and bookmark it always with children, but if it has 1+ children, change the icon to the stacked-icon variant. But I am thinking just quickly, please consider.