Skip to content

Latest commit

 

History

History
63 lines (45 loc) · 2.45 KB

README.md

File metadata and controls

63 lines (45 loc) · 2.45 KB

Traceability Vocabulary Specification

CI CD

About

This specification describes a Linked Data vocabulary for asserting Verifiable Credentials related to traceability information, such as chemical properties, mechanical properties, country of origin, and other attributes used to determine the status of products and materials in a supply chain.

We encourage contributions meeting the Contribution Guidelines. While we prefer the creation of issues and Pull Requests in the GitHub repository, discussions often occur on the public-credentials mailing list as well, and at regular public meetings (see below).

Meetings

Meetings are held

Hosting instructions

Any chair, editor, or other party authorized by CCG to manage recordings and minutes can do the following. A scribe-bot will show up in the main #ccg IRC channel automatically.

  1. Make sure to select "Start Recording" at the beginning of the call and "Stop Recording" when you're done.
  2. Make sure to kick everyone out of the room when the meeting is done.
  3. Once the last person leaves, everything else is automated (publishing raw IRC log, audio, and video). If you want to clean up the minutes, it takes about 5-10 minutes to clean up the transcription and publish it.

Retrieving Minutes

  1. Go to Scribe tool
  2. Select "Traceability" from the drop-down at the bottom right.
  3. Select a day for the call you're interested in.
  4. Click "Retrieve Raw Logs".
  5. The display will then render the minutes.

Publishing Minutes

Publish Instructions

Development

npm i
npm run lint
npm run test
npm run build
npm run serve

See DEVELOPMENT.md