Hacker News new | ask | show | jobs
by corytheboyd 811 days ago
I think they were referring to implementing server-side business logic, not client-side view logic customizations.

Every sizable admin ops thingie eventually needs buttons to kick off server-side code that fixes something.

1 comments

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.