Replies: 1 comment 1 reply
-
Is multi-tenancy possible if we go down this new route? I feel multi-tenancy is a nice USP and one larger orgs will need. But, I do agree, it is not as valuable as your suggestions about. With your suggestions above, do we remove the concept of a master screen? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Use Cases
A common use case that we see in beta is
4 out of the last 10 beta calls have needed one of the last 3 of these options
Current Behaviour
Currently, we have 2 "Pages" (this is just how im naming it for this discussion)
Currently, we have a diffulty exposing data publically - due to our multi-tenant app feature (*see below) which is currently unused and, I believe, unecessary.
* Multi tenant apps - Budibase is currently designed so that apps may have multiple, segregated databses attached. Users belong to instances - only when the user logs in do their requests get directed to an instance.
Proposed Change
Ability to set a "Public" / "Annonymous" level of access against API (data) endpoints
E.g. we can say that "Reading from the Metrics View" is available to the public
Enable the creation of "Pages"
/customer-portal
or/suvey-form
Admin
orCustomer
orAnnonymous
(public)/survey-form
Beta Was this translation helpful? Give feedback.
All reactions