appwrite/app
Jake Barnby da5a137b98
refactor(insights): nest CTA execution and dismissal as sub-resources
Move POST /v1/insights/:id/dismiss to /v1/insights/:id/dismissals
and POST /v1/insights/:id/ctas/:ctaId/trigger to
/v1/insights/:id/ctas/:ctaId/executions, with the corresponding
class moves into Http/Insights/Dismissal/Create.php and
Http/CTA/Execution/Create.php. Rename the response model to
InsightCtaExecution and update events.php to surface dismissal
and execution as resource events with create verbs. The reshape
matches the rest of the API where verbs hang off plural sub-resources.
2026-05-01 14:04:31 +12:00
..
assets Feat: update GeoDB database 2025-12-02 01:40:44 +00:00
config refactor(insights): nest CTA execution and dismissal as sub-resources 2026-05-01 14:04:31 +12:00
controllers Improve scopes quality 2026-04-29 13:52:13 +02:00
init refactor(insights): nest CTA execution and dismissal as sub-resources 2026-05-01 14:04:31 +12:00
views compose fixes 2026-04-16 16:57:19 +05:30
cli.php set setGlobalCollections logs 2026-04-30 10:36:12 +03:00
http.php Merge remote-tracking branch 'origin/1.9.x' into chore-remove-shared-v1 2026-04-20 18:04:26 +12:00
init.php fix: memory leak 2026-01-03 22:38:17 +00:00
listeners.php feat: extract session alert email into Mails listener 2026-04-09 14:01:13 +01:00
realtime.php setGlobalCollections 2026-04-29 15:41:56 +03:00
worker.php chore: bump PHPStan to level 4 and fix all new errors 2026-04-19 17:31:20 +05:30