3forges / pesto-api

The Pesto REST API
0 stars 0 forks source link

PRIORITY NB1 GOAL #22

Open Jean-Baptiste-Lasselle opened 2 months ago

Jean-Baptiste-Lasselle commented 2 months ago

Modify Pesto API source code so that those new constraints are added:

Because of the above constraints on CRUD operations, we need new operations:

Something else to implement (and to move into a different issue) :

Jean-Baptiste-Lasselle commented 2 months ago

the Pesto REST API must guarantee the integrity of the database, such that those properties are always true for and 3-tuple of (a project, a content-type, a content):

Jean-Baptiste-Lasselle commented 2 months ago

for compiling frontmatter , as well as extracting the content at the same time, I have now a solution its this : https://github.com/3forges/frontmatter-experiments/issues/1

All this without creating any file.

Note also that I have one other part where https://github.com/3forges/frontmatter-experiments/issues/1 will be very useful : to generate the zod schema that pesto will use to modify the source code of an Astro website (to CRUD content types inside the source cdoe of an astro website)