Rowy Config files? #703
-
Hi, love the idea of Rowy and hope my dev shop can start using it on our projects! The main feature missing for us right now is (as far as I can tell) the ability to programmatically configure Rowy. Does this functionality already exist? For instance, right now we generate basic admin tables for clients from typescript types (that themselves are turned into JSON schemas). This ensures that our admin panels are always up to date with our code AND allows us to easily configure and modify our admin panels with code that is in git (as opposed to somebody randomly configuring some UI and not knowing how to undo it). Does Rowy have any way for us to use code to configure the tables, fields, etc in a sheet? (without needing to dig into the source) Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi @runnedrun 👋 We currently have an option that lets you import/export a table setting as a json (short video on how to below). Also, only admins of the project can create tables, add columns etc. That way other roles invited to the project are prevented from making UI changes. Screen.Recording.2022-07-13.at.6.18.39.pm.movAll the config of a project is stored under PS: we are bringing multiple projects/workspaces support soon so watch this space :) |
Beta Was this translation helpful? Give feedback.
Hi @runnedrun 👋 We currently have an option that lets you import/export a table setting as a json (short video on how to below). Also, only admins of the project can create tables, add columns etc. That way other roles invited to the project are prevented from making UI changes.
Screen.Recording.2022-07-13.at.6.18.39.pm.mov
All the config of a project is stored under
_rowy_/settings
even though it is not recommended to do direct manipulation of that config, that's another option if needed.PS: we are bringing multiple projects/workspaces support soon so watch this space :)