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

create SSPs directly in FeedEaterScheduleWorker + activate a feed version by import_level in FeedActivationWorker #392

Closed
8 tasks done
drewda opened this issue Feb 8, 2016 · 0 comments

Comments

@drewda
Copy link
Member

drewda commented Feb 8, 2016

  • add import_level to FeedVersion (0, 1, 2, 3, 4) -- in a separate issue we'll make this editable through Dispatcher
  • FeedEaterScheduleWorker creates SSPs directly, not through changesets
  • SSPs belong to Feed and FeedVersion directly (no longer through EIFFs)
  • Feed.activate_feed_version will now just set attributes on Feed and FeedVersion
  • remove active flag from SSP tables
  • SSP controller needs to filter against currently active feed version (and, in the future, import level)
  • update test suite
  • Migrate SSP feed/feed_version data from EIFF to SSP table, remove EIFFs
@drewda drewda changed the title improve performance of SSP activation create SSPs directly in FeedEaterScheduleWorker + activate a feed version by setting flag in FeedEaterActivationWorker Feb 10, 2016
@drewda drewda changed the title create SSPs directly in FeedEaterScheduleWorker + activate a feed version by setting flag in FeedEaterActivationWorker create SSPs directly in FeedEaterScheduleWorker + activate a feed version by import_level in FeedEaterActivationWorker Feb 10, 2016
@drewda drewda changed the title create SSPs directly in FeedEaterScheduleWorker + activate a feed version by import_level in FeedEaterActivationWorker create SSPs directly in FeedEaterScheduleWorker + activate a feed version by import_level in FeedActivationWorker Feb 10, 2016
@drewda drewda added in progress and removed ready labels Feb 10, 2016
@irees irees changed the title create SSPs directly in FeedEaterScheduleWorker + activate a feed version by import_level in FeedActivationWorker create SSPs directly in FeedEaterScheduleWorker + activate a feed version by import_level in FeedActivationWorker Feb 16, 2016
@irees irees removed the in progress label Feb 16, 2016
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

2 participants