Skip to content

Commit

Permalink
feat: add ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
bbtgnn committed Mar 1, 2024
1 parent a549b4a commit d143669
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,33 @@ todo:
syntax: export const document = create_document()
typescript will take care of explaining

- <List data="<Array>" separator=", ">
Todo componente da fare.

importare proprietà da filename
funzione: crea_collezione<T extends TAnySchema>(
schema: T
properties: (data: StaticDecode<T>, db: DB) => Oggetto con funzioni / proprietà calcolate
)
all'interno
T.Transform(schema).Decode(data => {...data, ...properties}).Encode(full_object => Value.Clean(schema))

Ci sono da qualche parte specificati i locale
F.Translate(schema: TAnySchema) =>
{
"it": schema,
"en": schema,
}
\+ componente per tradurre

-

string[] or string field

-

make `Page` component that uses the $page store to get the current collection document

---

- "inline" properties like:
Expand Down

0 comments on commit d143669

Please sign in to comment.