Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for content staging scenarios #110

Open
gggeek opened this issue Mar 14, 2017 · 0 comments
Open

Add support for content staging scenarios #110

gggeek opened this issue Mar 14, 2017 · 0 comments
Milestone

Comments

@gggeek
Copy link
Member

gggeek commented Mar 14, 2017

This is similar to issue #57 , but it caters to a different usecase: content is edited on server A, and transferred to server B for display.

This is generic base functionality, and different customers might have different specific needs, such as fe.:

  • stream all contents as soon a they are edited, or
  • decide chunks of content to sync at a given time
  • transform some data on-the-fly while syncing (eg. creator user, modification timestamp).
    We should focus on some specific scenarios and describe them in detail to come out with a definite set of requirements.

First requirements that come to my mind:

  • allow 'upsert' migrations that would either create an object or update it if already existing (Support upsert migrations #245)
  • check that the eZ kernel has enough Signal Slots defined to trap all content editing events
  • allow the on-the-fly generation of migrations (maybe via a migration itself, of type migration/create)
@gggeek gggeek added this to the 6.0 milestone Mar 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant