Ah, I see. Thanks for explaining @dr10. I'll see what I can find throughout the day.
Yes, through the use of Permission Groups and User Attributes you can limit control down to resources (databases, connections, api key, ect) they have access to but do note you need the Business or Enterprise plans to access Permissions:
Permission groups and access rules | Retool Docs
- How many change requests can my dev team deploy per day?
yes. the cloud service saves as you type so you can leave and pick it back up on anything w an internet connection. they don't seem to limit how many users you can have in your org, but I'd say the limit is more likely the cost not the feasibility of it.
Manage versions and releases | Retool Docs
Retool pricing
scroll down to the Compare Features section, you're interested in the first 3 rows. note here that the enterprise plan doesn't say specifics for user costs, I haven't done it before, but I guess you work with them in coming up with a price model based on your use case and how far along development you are (or so I've read).
- Does the platform support omnichannel and multiexperiences?
I beleive you are looking for Portals and Client Apps
Custom Client Apps and Portals with Retool Embed
Build a customer portal | Retool Docs
- Number of users and concurrent access can the app/platform take without affecting
performance and user experience.
quite a few factors would go into this one, not just the number of users. the number of queries ran per visit/user are going to be the biggest problems. having 100 queries run for 10 concurrent users isn't a big deal but thousands might be, that'd be a question for the engineers
- Can I scan the code of the apps built with the platform?
Import and export apps | Retool Docs
Source Control | Retool Docs
you can export as JSON and Toolscript, which could be scanned I suppose. Otherwise, it requires the Enterprise plan to enable 3rd party Source Control in which case you'd have... well control of the source heh.
Source Control | Retool Docs
- What percentage of the dev lifecycle is augmented with AI?
Write queries with Ask AI | Retool Docs
AI assissted code is only available when making queries, I haven't seen the option in any other code windows (popup or otherwise).... so, a small percentage?
- How does the platform ensure that all components of an application are deployed correctly and together?
webapps are always live (just maybe not in production mode) as is the portal to access them. if you're loading outside libraries, they're pre-loaded, it actually reinitalizes the app when you add one, otherwise the React framework holds it together and ensures endpoints and content are served (well, it's React other than the servers, load balancers and whatnot.... and when no errors are present
)
sorry for answering in a scatter-brain order. If I come across other answers in my notes and whatnot I'll let you know. i think i got all the links in there.