How migrations work on incremental development?
How manfiest handles cases of required migrations after some iterations of development?
E.g. in some of releases I found that I need to remove one of properties and add 2 more as required w/ default values?
Is there any autogenerated or manually write option for migrations?...
Access policies: How to allow update/delete entity only for itβs owner?
Originally posted here https://github.com/mnfst/manifest/discussions/140#discussioncomment-11329094
Need an example
Thnx)...
Is this an acceptable way to have one product contains multiple images?
```yml
Product:
properties:
- name
- { name: category, type: string }...
npx add-manifest stucks on 'Build the database...'
Hello team,
I was wondering how I can solve my
npx add-manifest
because after typing this command it stay on
```...Defaulting property values?
Is there a way of setting property defaults? I get exceptions when I do something as simple as try to setup a default value true/false for a boolean field. I have tried with both a
default
on the property as well as options: {default: true}
. Apologies if I am missing something obvious here!Two projects (sub-domains) using the same database
I just saw the presentation Bruno did on Svelte Weekly and I have a question. Lets say I'm building a public facing website and an administration counterpart for it, first one being
Route based approach might be a solution (
mywebsite.com
and later one is admin.mywebsite.com
can we setup this scenario? Maybe in a mono-repo or just a parent-child folder structure for the projects and both sites uses same manifest project.Route based approach might be a solution (
mysite.com/admin
) if manifest doesn't support multi-project environment yet I'm sure there are projects which above use case makes more sense too.
Thank you...What about the deprecated packages?
=> => # npm warn deprecated [email protected]: This package is no longer supported.
=> => # npm warn deprecated [email protected]: This package is no longer supported.
=> => # npm warn deprecated @npmcli/[email protected]: This functionality has been moved to @npmcli/fs
=> => # npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported
=> => # npm warn deprecated [email protected]: Glob versions prior to v9 are no longer supported...
Docker and manifest
Hello there!
I was trying to create a dockerfile to dockerize manifest and i've been riddled with the "cannot find database" error.
Any idea why ?...
Stripe integration
Hello, I'm new here. I discovered manifest today and it seems interesting (I didn't get the time to explore it so much).
I'm thinking about creating a new project with it, but I have some questions about it:
Is it possible to integrate stripe in its core or, to achieve that, I'll have to somehow create a node.js project and, there integrate manifest + stripe?...
Video suggestion
Hi all! I wanted to start by saying thank you for the project. The concept seems trully great!
Could someone please let me know if there are any YouTube videos explaining the implementation of Manifest YAML? I'm asking because I don't have a dev background, and I find I learn more effectively by watching video tutorials (e.g., Loom, OBS recordings) that demonstrate the process step-by-step.
I've previously set up tlx.directory using a JSON file. However, I'm interested in transitioning to a Manifest file setup. Any guidance or video resources would be greatly appreciated π Kind regards...