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

Remove Recurring Event Concept #932

Closed
jrjohnson opened this issue Aug 6, 2015 · 2 comments
Closed

Remove Recurring Event Concept #932

jrjohnson opened this issue Aug 6, 2015 · 2 comments
Assignees
Milestone

Comments

@jrjohnson
Copy link
Member

Remove all entities, manger, controllers etc for RecurringEvent. Creating recurring events will still be supported in the front-end, but the recurrence will not be persisted to the DB.

@jrjohnson jrjohnson added this to the v3.0.0 milestone Aug 6, 2015
@stopfstedt stopfstedt self-assigned this Aug 12, 2015
@stopfstedt
Copy link
Member

$ egrep -irl 'recurring_event|recurringevent' src/
src/Ilios/AuthenticationBundle/Voter/RecurringEventVoter.php
src/Ilios/AuthenticationBundle/Resources/config/voters.yml
src/Ilios/CoreBundle/Handler/RecurringEventHandler.php
src/Ilios/CoreBundle/Entity/OfferingInterface.php
src/Ilios/CoreBundle/Entity/Manager/RecurringEventManagerInterface.php
src/Ilios/CoreBundle/Entity/Manager/RecurringEventManager.php
src/Ilios/CoreBundle/Entity/RecurringEvent.php
src/Ilios/CoreBundle/Entity/RecurringEventInterface.php
src/Ilios/CoreBundle/Entity/Offering.php
src/Ilios/CoreBundle/Tests/Fixture/LoadOfferingData.php
src/Ilios/CoreBundle/Tests/Fixture/LoadRecurringEventData.php
src/Ilios/CoreBundle/Tests/Entity/OfferingTest.php
src/Ilios/CoreBundle/Tests/Entity/RecurringEventTest.php
src/Ilios/CoreBundle/Tests/DataLoader/OfferingData.php
src/Ilios/CoreBundle/Tests/DataLoader/RecurringEventData.php
src/Ilios/CoreBundle/Tests/Controller/RecurringEventControllerTest.php
src/Ilios/CoreBundle/Tests/DependencyInjection/IliosCoreExtensionTest.php
src/Ilios/CoreBundle/EventListener/UpdateOfferingTimestamp.php
src/Ilios/CoreBundle/Controller/RecurringEventController.php
src/Ilios/CoreBundle/Form/Type/OfferingType.php
src/Ilios/CoreBundle/Form/Type/RecurringEventType.php
src/Ilios/CoreBundle/Resources/config/managers.yml
src/Ilios/CoreBundle/Resources/config/dataloaders.yml
src/Ilios/CoreBundle/Resources/config/routing.yml
src/Ilios/CoreBundle/Resources/config/handlers.yml

@stopfstedt
Copy link
Member

closed via #950

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants