Manifest

M

Manifest

Join the community to ask questions about Manifest and get answers from other members.

Join

Make a relation required

I think I will a shame in a few moment but I can't find how to set that a relation is required ...

SMTP and mailing

Is there an option to setup smtp client and use manifest for lets say contact forms on websites?

eCommerce

How scalable would this be for a simple ecommerce solution? It would be for a wholesale market that gets a few hundred orders per month. I have a production project I am comfortable using as a test. Thanks!...

I want to prevent people from updating other scores on a leaderboard, but that doesn't seem possible

Since Manifest's Auth is RBAC, and since the IDs used for updating entities increments by 1, then doesn't that mean since a user can update their own score, then they can update everyone's score because they can guess the id by incrementing/decrementing their own ID?

I plan to use Manifest for hosting a leaderboard. Any advice?

I am a game developer, and this is the first time I plan to make my own leaderboard instead of using Apple's Game Center. I am excited, but this is my first time hosting a database. Manifest has been easy to setup, and I think it will fit my needs. Any starter tips for my use case?...

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?...

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 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...

I'm having trouble querying "belongsTo"

Here's my yaml. name: TODO MVC Application entities:...