Thanks, yes it is, there is a button at the bottom of the sidebar to mininize it. Looks like the black bar at the bottom is covering it. But i will look into this to avoid further explanation
it is more than a DB UI, we have custom actions, schedulers, webhooks, flows, data events, 3rd party integrations like HTTP, Slack, SMTP
Twilio, SendGrid etc,
We also have roles and permissions, change history and so much more.
You can write custom logic, i.e raw javascript to logically render the table/details page, manipulate the forms, write custom validations etc.
For server-side business logic, we have workflows that basically can do any server-side business logic, you can write conditions, run custom SQL logic, make 3rd party integration calls through HTTP calls, send mails etc.
So, if you want anything more than a CRUD database UI, you have to write it, which would be greater than or equal to writing one line of code.
This is like every other introspection based admin app; the second you need to do anything related to your business, you are not getting any value, and often times, you’re forced into the admin app’s dsl to perform your back office logic which may or may not be more costly than just writing your admin backend within your existing framework and org conventions.
Setting up internal tools/admin apps is using a boring task. Luckily we have many tools that help us with this but the problem is that they require building and maintenance with usually take time.
Hadmean generates your admin apps under 1 min with just `npx hadmean@latest`.
There is no building and maintenance as does everything based on your database schema