Skip to content

Committer Meeting ‐ 14.06.2024

Ege Korkan edited this page Jun 14, 2024 · 5 revisions

Attendees

  • Jan
  • Daniel
  • Ege

Agenda and Minutes

  • OCX Submitted
  • Big Milestones:
    • WoT F2F Plugfest in November: Interop testing of all Thingweb components and documenting the results.
      • A mashup scenario with multiple components. E.g. node-wot exposes a TD of a physical Thing, registers to TDD, dart_wot consumes it and does something with it. This can become a presentable showcase in the open day
      • Test plan for interop with bindings and operations. Sort of like a benchmark to be improved upon.
      • Helm chart or compose file which starts components and does a test.
      • We should discuss whether this can be a generic way to do interop tests in WoT. We can involve other open source projects (e.g. Ditto to avoid https://github.com/eclipse-ditto/ditto/issues/1959)
  • TD Tools:
    • CI Pipeline
  • Dart_wot:
    • Release process (and how to generalize it)
    • Discovery
  • Important PRs or Discussions in Thingweb Components

Action Items

Decisions and Resolutions

Examples Discussion

  1. Quickly spinning up node-wot things -> JS -> Counter.
  2. We lose compile time bug detection but vs code will show a visual error (implies that it should be doable in tsconfig somehow) -> This can be fixed by end-to-end testing
  3. Using node-wot in another project -> JS and TS -> This is basically documentation
  4. Advanced Usage of node-wot -> Also documentation
  5. Adding bindings and codecs
  6. Creating a custom servient

Note: Hosting Things for helping with understanding of WoT -> Source code is irrelevant in that case

Some other points:

  • JS examples need beautification
  • JS code can be copy-pasted to TS code so it makes sense to provide examples in JS.
Clone this wiki locally