scaife-viewer / explorehomer

front-end for the Scaife "Explore Homer" prototype
https://scaife-viewer.org/
MIT License
4 stars 0 forks source link

Add the ability to toggle fields in syntax trees display mode #72

Open jacobwegner opened 4 years ago

jacobwegner commented 4 years ago

Deliverable New release of reader-syntax-trees-mode that can be installed into Explore Homer

Deployment Tasks (post-merge)

jacobwegner commented 4 years ago

Currently blocked on data from ATLAS; I'll follow up once we have an endpoint with the new data structures

jacobwegner commented 4 years ago

@paltman this is now unblocked.

You'll want to update to this temporary ATLAS endpoint:

https://sv-mini-atlas-pr-37.herokuapp.com/graphql/

Sample query showing new fields

image

The new fields in data are:

jacobwegner commented 3 years ago

@jtauber this has been deployed at the link below if you want to take a look:

https://scaife-stack.herokuapp.com/reader/urn:cts:greekLit:tlg0059.tlg003.pedalion-tb:43.1?mode=syntax-trees

jtauber commented 3 years ago

Sorry I didn't comment here earlier, but this is looking great!

There are some style tweaks I want to make overall (not just to the toggles) but this is definitely demoable.

jacobwegner commented 3 years ago

(Work was done on this branch: https://github.com/scaife-viewer/frontend/compare/feature/syntax-tree-updates?expand=1)

jacobwegner commented 3 years ago

To load the newer data sets on Beyond Translation:

export VUE_APP_ATLAS_GRAPHQL_ENDPOINT="https://beyond-translation-gagdt-dev.herokuapp.com/graphql/"
yarn serve