Hide Custom Properties - (Write only)
Closed this issue · 1 comments
chitalian commented
Let's create a new table within Postgres (you can do this easily using the supabase studio at localhost:54323)
This should be really simple two columns
Organization (uuid FK to organizaiton) | property_to_hide (string)
And then make a simple button here that just writes to this table a single row the organization id and the property to hide.
chitalian commented
For updating the endpoint you can use the controllers see valhalla/jawn/src/controllers/public/sessionController.ts
for an example