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

migrate topics to terms/vocab and purge topics from code and schema #1280

Closed
stopfstedt opened this issue Jan 27, 2016 · 1 comment · Fixed by #1281
Closed

migrate topics to terms/vocab and purge topics from code and schema #1280

stopfstedt opened this issue Jan 27, 2016 · 1 comment · Fixed by #1281
Assignees

Comments

@stopfstedt
Copy link
Member

follows #1279
refs #1257

@stopfstedt stopfstedt self-assigned this Jan 27, 2016
@stopfstedt
Copy link
Member Author

$ grep -irl 'Topic' src/ | sort
src/Ilios/AuthenticationBundle/Resources/config/voters.yml
src/Ilios/AuthenticationBundle/Voter/TopicVoter.php
src/Ilios/CoreBundle/Controller/TopicController.php
src/Ilios/CoreBundle/DataFixtures/ORM/LoadTopicData.php
src/Ilios/CoreBundle/Entity/CourseInterface.php
src/Ilios/CoreBundle/Entity/Course.php
src/Ilios/CoreBundle/Entity/Manager/TopicManagerInterface.php
src/Ilios/CoreBundle/Entity/Manager/TopicManager.php
src/Ilios/CoreBundle/Entity/ProgramYearInterface.php
src/Ilios/CoreBundle/Entity/ProgramYear.php
src/Ilios/CoreBundle/Entity/Repository/CompetencyRepository.php
src/Ilios/CoreBundle/Entity/Repository/CourseRepository.php
src/Ilios/CoreBundle/Entity/Repository/InstructorGroupRepository.php
src/Ilios/CoreBundle/Entity/Repository/LearningMaterialRepository.php
src/Ilios/CoreBundle/Entity/Repository/MeshDescriptorRepository.php
src/Ilios/CoreBundle/Entity/Repository/ProgramRepository.php
src/Ilios/CoreBundle/Entity/Repository/ProgramYearRepository.php
src/Ilios/CoreBundle/Entity/Repository/SessionRepository.php
src/Ilios/CoreBundle/Entity/Repository/TopicRepository.php
src/Ilios/CoreBundle/Entity/Repository/UserRepository.php
src/Ilios/CoreBundle/Entity/SchoolInterface.php
src/Ilios/CoreBundle/Entity/School.php
src/Ilios/CoreBundle/Entity/SessionInterface.php
src/Ilios/CoreBundle/Entity/Session.php
src/Ilios/CoreBundle/Entity/TopicInterface.php
src/Ilios/CoreBundle/Entity/Topic.php
src/Ilios/CoreBundle/Form/Type/CourseType.php
src/Ilios/CoreBundle/Form/Type/ProgramYearType.php
src/Ilios/CoreBundle/Form/Type/SessionType.php
src/Ilios/CoreBundle/Form/Type/TopicType.php
src/Ilios/CoreBundle/Handler/TopicHandler.php
src/Ilios/CoreBundle/Resources/config/dataloaders.yml
src/Ilios/CoreBundle/Resources/config/handlers.yml
src/Ilios/CoreBundle/Resources/config/managers.yml
src/Ilios/CoreBundle/Resources/config/routing.yml
src/Ilios/CoreBundle/Resources/dataimport/aamc_pcrs.csv
src/Ilios/CoreBundle/Resources/dataimport/mesh_concept.csv
src/Ilios/CoreBundle/Resources/dataimport/mesh_descriptor.csv
src/Ilios/CoreBundle/Resources/dataimport/mesh_previous_indexing.csv
src/Ilios/CoreBundle/Resources/dataimport/mesh_term.csv
src/Ilios/CoreBundle/Resources/dataimport/vocabulary.csv
src/Ilios/CoreBundle/Tests/Controller/CompetencyControllerTest.php
src/Ilios/CoreBundle/Tests/Controller/CourseControllerTest.php
src/Ilios/CoreBundle/Tests/Controller/InstructorGroupControllerTest.php
src/Ilios/CoreBundle/Tests/Controller/LearningMaterialControllerTest.php
src/Ilios/CoreBundle/Tests/Controller/MeshDescriptorControllerTest.php
src/Ilios/CoreBundle/Tests/Controller/ProgramControllerTest.php
src/Ilios/CoreBundle/Tests/Controller/ProgramYearControllerTest.php
src/Ilios/CoreBundle/Tests/Controller/SchoolControllerTest.php
src/Ilios/CoreBundle/Tests/Controller/SessionControllerTest.php
src/Ilios/CoreBundle/Tests/Controller/TopicControllerTest.php
src/Ilios/CoreBundle/Tests/Controller/UserControllerTest.php
src/Ilios/CoreBundle/Tests/DataFixtures/ORM/LoadTopicDataTest.php
src/Ilios/CoreBundle/Tests/DataLoader/CourseData.php
src/Ilios/CoreBundle/Tests/DataLoader/ProgramYearData.php
src/Ilios/CoreBundle/Tests/DataLoader/SchoolData.php
src/Ilios/CoreBundle/Tests/DataLoader/SessionData.php
src/Ilios/CoreBundle/Tests/DataLoader/TopicData.php
src/Ilios/CoreBundle/Tests/DependencyInjection/IliosCoreExtensionTest.php
src/Ilios/CoreBundle/Tests/Entity/CourseTest.php
src/Ilios/CoreBundle/Tests/Entity/ProgramYearTest.php
src/Ilios/CoreBundle/Tests/Entity/SchoolTest.php
src/Ilios/CoreBundle/Tests/Entity/SessionTest.php
src/Ilios/CoreBundle/Tests/Entity/TopicTest.php
src/Ilios/CoreBundle/Tests/Fixture/LoadCourseData.php
src/Ilios/CoreBundle/Tests/Fixture/LoadProgramYearData.php
src/Ilios/CoreBundle/Tests/Fixture/LoadSessionData.php
src/Ilios/CoreBundle/Tests/Fixture/LoadTopicData.php

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

Successfully merging a pull request may close this issue.

2 participants