Synced from site

This commit is contained in:
2025-03-12 18:53:16 +01:00
parent 3e13363c6c
commit 6541d83fba
301 changed files with 31858 additions and 30212 deletions
+17 -17
View File
@@ -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
View File
@@ -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