nucleuscloud / neosync

Open source data anonymization and synthetic data orchestration for developers. Create high fidelity synthetic data and sync it across your environments.
https://www.neosync.dev
Other
3.37k stars 121 forks source link

[NEOS-1027] Permissions table needs to be more clear that Write must be insert+update #1817

Closed nickzelei closed 6 months ago

nickzelei commented 6 months ago

I created a role that just has insert. In my mind that meant that I should have write permissions. However, our table requires insert and update for write, which makes sense! However, initially that was not clear to me as the end user.

We should update this to either split these out as separate fields, or give some indication that we have partial write access.

Imo the simplest and least change necessary here is to split them into two separate columns so that it is as clear as possible.

From SyncLinear.com | NEOS-1027

nickzelei commented 6 months ago

We should also expose the ability to see constraints in this table.