2026-02-05 Meeting notes

2026-02-05 Meeting notes

Date

Feb 5, 2026

Goals

  • Sync

Discussion items

Item

Who

Notes

Item

Who

Notes

Adoption from other domain experts

@Paul Boyes

  • Bringing use cases or adopters for the modeling approach?

  • Candidate areas:

    • trailer

    • in-cabin activities, categories, obejcts, etc.

    • person (in the automotive context)

    • VSS (in a decomposed manner)

      • re using

One option to use VSS in VDM is:

  • mirrow vss as is for each realease of vss

  • do not allow people to modify the mirrored version of vss in graphql until a one time migration is done

image-20260205-143047.png

 

 

 

 

Docs update

@Daniel Alvarez-Coello

  • repo github page:

    • low-barrier entry for SMEs who need to go hands on fast

  • repo READMEs:

    • more technical aspects like dependencies, contribution, etc.

Capabilities

@Daniel Alvarez-Coello

Idea: add capabilities for each correponding entitiy (i.e., type) Example:

 

type Seat {

isFree: Bool

}

 

extend type Seat {

capabilities: [SeatCapability]

}

enum SeatCapabilities {

MASSAGE

LONGITUDINAL_MOVEMENT

ETC

}

 

results in…

type Seat {

isFree: Bool

capabilities: [SeatCapability]

}

 

Example data dump…

{

capabilities: [“MASSAGE“, “RECLINE“]

}

 

 

 

Action items

Update s2dm docs @Daniel Alvarez-Coello
Socialization meeting to show hands-on non-technical stuff Feb 26, 2026 @Daniel Alvarez-Coello