Adopt the shared interface pattern language
This commit is contained in:
@@ -23,10 +23,13 @@ ownership boundary.
|
||||
See [the module concept](docs/CONCEPT.md) and
|
||||
[BPMN interoperability contract](docs/BPMN_INTEROPERABILITY.md) for the shared
|
||||
model retained by Workflow Engine.
|
||||
The editor route, graph, decision, state, and accessibility mapping is recorded
|
||||
in [the interface pattern audit](docs/INTERFACE_PATTERN_MIGRATION.md).
|
||||
|
||||
## Checks
|
||||
|
||||
```bash
|
||||
/mnt/DATA/git/govoplan/.venv/bin/python -m unittest discover -s tests
|
||||
cd webui && npm run typecheck
|
||||
cd webui && npm run test:interface-pattern
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user