readsoftware / ReadIssues

This is an issue repository for READ. Intended for issues and feature change request that arise during testing and development.
0 stars 0 forks source link

Upper model details are repeated in item view and text view #194

Open xadxura opened 3 years ago

xadxura commented 3 years ago

1 MS 2179/31, 34 Recto ... 1 MS 2179/31, 34 Verso

In the second case, the part and fragment labels should not repeat.

stevewh commented 3 years ago

So just Verso or 34 Verso? What about alignment? 1 MS 2179/31, 34 Recto ... Verso (much more difficult)

or

Verso (easier since it is just a string change)

For alignment we could wrap in spans with classes.

xadxura commented 3 years ago

Ver

I'm not following this comment. We should drop repeated elements from the labels:

PART1 SURFACE1 TEXT1

{PART1} SURFACE2 {TEXT1}

PART2 SURFACE1 {TEXT1}

{PART2 SURFACE1} TEXT2

Part and Surface are dependent, so switching parts resets the surface. Text is orthoganal, so switching parts doesn't reset the text.