You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi community—I'm developing a (FOSS ✨) app that will be free to use by anyone with an email address. I'm considering how I might limit the number of records a user can create based on their role. To use the articles/authors example, I may want to limit a user to creating at most 1k articles.
The most obvious approach seems to be a custom action that performs the validation, along with some app UI code that prevents the user from attempting to insert beyond the limit. Has anyone implemented something similar? How would you approach it?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hi community—I'm developing a (FOSS ✨) app that will be free to use by anyone with an email address. I'm considering how I might limit the number of records a user can create based on their role. To use the articles/authors example, I may want to limit a user to creating at most 1k articles.
The most obvious approach seems to be a custom action that performs the validation, along with some app UI code that prevents the user from attempting to insert beyond the limit. Has anyone implemented something similar? How would you approach it?
Thanks :)
Beta Was this translation helpful? Give feedback.
All reactions