voedger / voedger

MIT License
5 stars 11 forks source link

Sidecar Applications #2326

Open maxim-ge opened 1 month ago

maxim-ge commented 1 month ago

Internals

### Tasks
- [ ] https://github.com/voedger/voedger/issues/2353
- [ ] https://github.com/voedger/voedger/issues/2369
- [ ] https://github.com/voedger/voedger/issues/2381
- [ ] https://github.com/voedger/voedger/issues/2409
- [ ] https://github.com/voedger/voedger/issues/2414
- [ ] https://github.com/voedger/voedger/issues/2420
- [ ] https://github.com/voedger/voedger/issues/2422
- [ ] make so that vpm baseline generates descriptor.json?
host6 commented 1 month ago

Current wiring workflow

erDiagram
    "AppProvider()" ||..|| BuiltInAppDef: returns
    BuiltInAppDef ||..}| "parser.PackageFS": "has field"
    BuiltInAppDef ||..|| AppDeploymentDescriptor: "has field"
    "parser.PackageFS" ||..|| "io.FS": "has field"
    "parser.PackageFS" ||..|| PackageFQN: "has field"
    "io.FS" ||..}| "package sql": contains
    "io.FS" ||..|| "app sql": contains
    "parser.PackageFS" |{..|| IAppDef: "used to build"
    IAppDef ||..|| BuiltInApp: "goes to"
    AppDeploymentDescriptor ||..|| BuiltInApp: "goes to"
    BuiltInApp |{..|| Bootstrap: "goes to"
    "parser.PackageFS" |{..|| VVM: "exposed by"
    "parser.PackageFS" |{..|| "airs-bp baseline_schemas": "used by cmd"