-
Notifications
You must be signed in to change notification settings - Fork 3
[PROCESS] ToIP Deliverables Process compliant glossary proposal #43
Comments
For additionally clarity, we could assume the strategic approach for the CTWG is to serve up a RESTful API for term access. Additionally, we could assume that an alternative tactical approach exists whereby the CTWG creates repo enhancements for the ToIP versions of MkDocs and Spec-up. However, such an effort would be outside the expected scope of the CTWG charter and given the aforementioned shortage of volunteer developers it would be hard to justify. Therefore the tactical proposal captured in this issue represents a path of least resistance example while enabling the CTWG members to focus on their true intentions the mental model for terms and concepts along with an associated curation process. |
Proposed Pathway ForwardThe CTWG eventually needs to define a roadmap to address delivering on its charter. In the meantime, we need to establish a plan that will:
Suggested steps towards successGiving consideration to the proposal outlined herein, the we SHOULD tackle the following items with a degree of urgency:
Day in a lifeImagine how our hypothical ToIP Author, Persona
Tactical Approach (as per proposal herein)
Strategic Approach
Data Model BootstrapWe MUST establish a well defined term/concept submission process and communicate it to the Foundation. We have already done significant investigation work. See If we combined (as an example) the data models used in those two efforts, we will have the basis for a data model spec that needs some refinement and documentation for element definitions. For example:
Data Model Questions
|
CTWG Process Proposal
This issue offers a proposal for a tactical solution to the glossary generation process supported by the CTWG on behalf of the entire ToIP Foundation community.
Status Assessment
The CTWG has been struggling for nearly nine months to strike a balance between:
In the spirit of Issue 22 - Glossary Generation and Issue 23 - Consumability we SHOULD be focused on the following basic objectives in the CTWG:
Recently, members of the CTWG created the trustoverip/ctwg-sandbox repo for the experimentation of glossary production. This endeavor was helpful for members to visualize an example of an end-to-end glossary generation process using file-system-based markdown content as opposed to a centralized datastore.
At the same time, the ToIP Foundation has been trying to execute on the delivery of an initial set of deliverables by end of 1Q21. This plan pressure influenced a call for a vote along with complimentary discussion associated with the trustoverip/ctwg-sandbox repo solution for the delivery of these 1Q21 ToIP deliverables.
While the broader CTWG members appreciate the time and efforts of the subset of CTWG members that participated in the trustoverip/ctwg-sandbox research, the solution outcome COULD be summarized as:
It is also important to recognize that the efforts to date were somewhat overshadowed (derailed) by a one particular requirement that was given very high priority by the trustoverip/ctwg-sandbox researchers --
hoverText
. While no one can disagree with the richnesshoverText
adds to READERS of ToIP Deliverables, this requirement at best SHOULD have been prioritized as a WISH not as a MUST HAVE. The justification for this position can be found in the ToIP Deliverables Process which went to great lengths to defined a set of document authoring requirements and to provide flexibility of tooling choice for ToIP Foundation members.By placing so much emphasis on the
hoverText
derailment factor, the resulting solution ignored:As a result, it is the opinion of this issue author (@vinomaster), that it would be very difficult for the ToIP Foundation to support the trustoverip/ctwg-sandbox solution approach.
Additionally, as author (@vinomaster) of this issue, the following factors SHOULD also be considered in the assessment of the trustoverip/ctwg-sandbox solution:
No Central Corpus: While tactical in nature, the copying of term
.md
files into each repo creates alot of duplication and reduces the value of ToIP curated terms because each deliverables repo task force could maintain its own version of terms in their repos. Thus, defeating the purpose of the CTWG.Incomplete Tooling Proposal: The ToIP Foundation is not bound to a single tool and welcomes the opportunity to offer membership other authoring tools. However, such new tooling proposals SHOULD be considered as consistent packages with existing efforts that provide:
Avoidance of ToIP Process Ramifications: Process proposals SHOULD NOT ignore the impact they have on existing processes, assets and work-in-progress.
Tactical Solution
Imagine the basic tasks of a ToIP Foundation Author concerning document development:
Let us assume the term SSI is defined in a CTWG file called
ssi.md
and that it complies with the data model prescribed by the trustoverip/ctwg-sandbox solution.Alex, a ToIP Foundation Author, would desire to simply use a term-by-reference approach while he is writing his content using Markdown, the ToIP Foundation approved language.
While the above Usage model is feasible in all ToIP Authoring Tools, it is currently not feasible as it places a strategic dependency on the CTWG Process -- support for a RESTful web server.
However, a tactical solution is possible whereby Alex's repo would have a local file called
glossary.md
that contained all of his terms of interest.Given a centralized repo based corpus of Markdown files in the data model prescribed by the trustoverip/ctwg-sandbox solution, we SHOULD be able to create a simple command-line tool in the trustoverip/concepts-and-terminology-wg repo whereby Alex could obtain on-demand a static
glossary.md
file that he could add to his repo.This command-line tool would:
.md
files) for terms matching the desired tagsAlex would then use use a local-term-by-reference approach
and if he desired a change to any term he would follow the CTWG Submission processes and then rerun the command-line tool to update his local copy.
This approach COULD benefit from existing tools such as pandoc which is already used by the current set of ToIP Authoring Tools. However, this approach WILL REQUIRE a pre-processor to remove the data model metadata and to generate a glossary definition for each term from the associated source files (
.md
files).This proposed approach has the following tactical benefits:
The text was updated successfully, but these errors were encountered: