Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Investigate usefullness of ODD approach to defining panels, layout of panels and functionality #3

Open
pboot opened this issue Apr 25, 2023 · 1 comment

Comments

@pboot
Copy link
Collaborator

pboot commented Apr 25, 2023

The TEI processing model is described here: https://tei-c.org/release/doc/tei-p5-doc/en/html/TD.html#TDPMPM.
We have tried to use the model in describing desired functionality of the Mondrian site. Is this a useful approach? Is there another way in which we can formally communicate (or define) desired functionality?

@dirkroorda
Copy link
Member

The TEI processing is very specific in defining a rendering of the TEI in HTML.

But we do not render the TEI by applying XML tech to transform the XML into HTML.

So, we will not be able to execute the ODD files, instead we will read them and translate them into specs for our systems, in yaml files.

But we do not have a formal spec for these yaml files, they are in flux, and they will be used by various parts of the pipeline.

All in all, we prefer descriptions in plain, semi-formal English.

Later on, when our yaml specs have matured, we could use them to fine-tune the specs further.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

No branches or pull requests

2 participants