2022-08-01 CTWG Toolkit Dev Meeting
Meeting Date
Attendees
Main Goal of this Meeting:
Review progress with development on the various CTWG Toolkit initiatives. Resolve any questions, issues, or blockers.
Updates
- Now has a version of Jekyll generator that can:
- Separate common front matter ("boilerplate") in to a config directory and include this when generating
- Separate definition specific front matter in to individual files within an includes directory and include this when generating
- Has begun defining concepts and terms for the Keri and ACDC projects
- https://github.com/henkvancann/WOT-terms/blob/main/concepts.md (test/acceptance server)
- These are the bare mark down terms files: https://github.com/trustoverip/acdc/wiki. Note: the fact that we input the terms in the TrustoverIP repo, means we integrate from the start. The WebofTrust (Home to KERI/ACDC) will harvest the terms and process them into the (static) Jekyll site here: https://weboftrust.github.io/WOT-terms/ (production server), which is generated automatically using Github actions.
- The README file introduces this effort (the why & for who and how)
- https://github.com/henkvancann/WOT-terms/blob/main/concepts.md (test/acceptance server)
- Machine Readable Glossary Generation Tool (MRG Tool) has been updated to reflect the changes to term selection that Rieks Joosten and Sid Haniff discussed last week
- Currently integration testing against sample cloned repositories
- Expected to complete this ready for "guinea-pig" testing by around 15 Aug 2022
- Depends on level and timing of expected changes (see Rieks' update below)
- MRG Toolkit needs to be updated to use termselcrit element rather than terms
- Removal and renaming of terms within selection criteria requires more thought and (probably) will change
- Sid Haniff confirmed that he would hold development on these features until finalized
- MRG entries will also change, for example, to include the version
- Sid Haniff will implement these changes in a second (or latter) iteration