https://github.com/dfeyer/neos.contentrepository.resourceadapter
Neos Content Repository Adapter for Asset Management
https://github.com/dfeyer/neos.contentrepository.resourceadapter
flowframework neoscms
Last synced: about 2 months ago
JSON representation
Neos Content Repository Adapter for Asset Management
- Host: GitHub
- URL: https://github.com/dfeyer/neos.contentrepository.resourceadapter
- Owner: dfeyer
- License: gpl-3.0
- Created: 2016-04-21T06:54:33.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-05-14T19:01:46.000Z (about 10 years ago)
- Last Synced: 2025-03-11T09:55:23.121Z (over 1 year ago)
- Topics: flowframework, neoscms
- Language: PHP
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Neos Content Repository Adapter for Asset Management
====================================================
**TLDR**: This package is work in progress and fully experimental
Goals
-----
- Move all assets storage to the content repository
- Make the content repository optional in Media package (by default: Doctrine)
- Provide an upgrade path
- Experiment with adavanced meta data handling
- Experiment with Asset API
- Integrate with Neos CMS
- Improve speed of the CR
- Filter by property
- Filter by reference(s)
Roadmap
-------
- [x] Node Type modeling
- [x] Command line utility to support migration (prototype)
- [x] Tag
- [x] AssetCollection
- [x] Document
- [x] Audio
- [x] Video
- [x] Image
- [x] ImageVariant
- [x] ResizeImageAdjustment
- [x] CropImageAdjustment
- [ ] Adapter for the Media package to support doctrine or CR based storage
- [ ] Integrate with Neos
- [ ] Adapt the Media Browser
- [ ] Rock solid Migration tools
- [ ] Asset API
- [ ] Advanced and modular meta data handling