Flowpack / media-ui

The development repository for the new Neos media management interface
GNU General Public License v3.0
20 stars 16 forks source link

[Folders] Content Repository backend folder source #181

Closed Sebobo closed 1 year ago

Sebobo commented 1 year ago

Relates: #64

tdausner commented 1 year ago

@Sebobo can be obsoleted if you define the the GraphQL part so I could map it to my implementation (#180).

Sebobo commented 1 year ago

Hi @tdausner, I don't want to have an external dependency for this feature, the t3n/graphql dependency is already a problem that needs a replacement (which I don't have the resources for). That's why I would prefer a simple implementation in this package for now and more flexibility via extensibility.

tdausner commented 1 year ago

Hi @Sebobo, the Neos.Folder solution is very lean: a CR layer and a very slim web service (or CLI) layer. To reduce external dependencies: could it be an idea to move it to the new-media-ui?

Sebobo commented 1 year ago

Paused for now

Sebobo commented 1 year ago

Not planned for now, as we use hierarchical collections in #184.