daedalus

Results 69 comments of daedalus

We should be adding documentation for the new comments endpoints and removing the ones for activity comment ones

Once this PR is merged we should update and merge https://github.com/directus/directus/pull/22962 as it is dependant/blocked by this one but should be done

LGTM 🚀 Some things to note: 1. For older comments the ID changes from a number (from revisions table) to a UUID (from comments table) on first update after API...

The `email.send` filter was added in `v10.13.2` . See https://github.com/directus/directus/pull/23024

As mentioned above I would also advocate for keeping id as id instead of renaming it to documentId. id is a term everyone is already familiar with and understand what...

The updated version looks a lot better now! Given the option return formats I prefer option 2, but with it being meta not internal Reasoning - recognizable property from v4...

> Posting here from discord per request from joshua. This looks great! # Suggestions One additional command that I would suggest is a db migration generation one. Enabling devs to...

Nice, hopefully that resolves some issues. In terms of the extensibility of the code it was more for the admin panel than the design system I guess. Technically unrelated here....

LGTM 🚀 ### Test Cases Tested the following cases (cc @licitdev ) - Collection or Item does not exist -> permission error - Create works and correctly checks permissions -...

> The renaming of the publicly available method `getVersionSavesById` to `getLecayVersionSavesById` is technically a breaking change for users that have been relying on this method in custom extensions. As soon...