generated from polymech/site-template
Synced from site
This commit is contained in:
+17
-17
@@ -1,17 +1,17 @@
|
||||
## Todos
|
||||
|
||||
skip checked todos
|
||||
|
||||
- platform : windows
|
||||
- environment : Astro (5.3+)
|
||||
- language: Typescript, ESM
|
||||
- dont use classes
|
||||
- no lazy imports
|
||||
- use pure functions
|
||||
- each handler has the same function signature and naming
|
||||
|
||||
- [ ] create a registry of handlers, transforming json data to platform specific formats, in ../src/model/registry.ts, the input schema is provided (see ../polymech-mono/packages/commons/src/component.ts), create a new file per type, eg: ../src/model/rss.ts
|
||||
- [ ] "rss" (@astrojs/rss)
|
||||
- [ ] "merchant" (google)
|
||||
- [ ] "json-ld" (products)
|
||||
- [ ] evaluate the registry on demand
|
||||
## Todos
|
||||
|
||||
skip checked todos
|
||||
|
||||
- platform : windows
|
||||
- environment : Astro (5.3+)
|
||||
- language: Typescript, ESM
|
||||
- dont use classes
|
||||
- no lazy imports
|
||||
- use pure functions
|
||||
- each handler has the same function signature and naming
|
||||
|
||||
- [ ] create a registry of handlers, transforming json data to platform specific formats, in ../src/model/registry.ts, the input schema is provided (see ../polymech-mono/packages/commons/src/component.ts), create a new file per type, eg: ../src/model/rss.ts
|
||||
- [ ] "rss" (@astrojs/rss)
|
||||
- [ ] "merchant" (google)
|
||||
- [ ] "json-ld" (products)
|
||||
- [ ] evaluate the registry on demand
|
||||
|
||||
+8
-8
@@ -1,8 +1,8 @@
|
||||
## Todos
|
||||
|
||||
skip checked todos
|
||||
|
||||
- [ ] create javascript script, using Node-SSH :
|
||||
- [ ] upload a file from "./releases/dist.zip", to /var/vhosts/polymech.io/httpdocs
|
||||
- [ ] unzip the file on the server
|
||||
- [ ] assume credentials from a json file
|
||||
## Todos
|
||||
|
||||
skip checked todos
|
||||
|
||||
- [ ] create javascript script, using Node-SSH :
|
||||
- [ ] upload a file from "./releases/dist.zip", to /var/vhosts/polymech.io/httpdocs
|
||||
- [ ] unzip the file on the server
|
||||
- [ ] assume credentials from a json file
|
||||
|
||||
Reference in New Issue
Block a user