We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Here is the list of CategoryService methods that need to be ported/re-implemented:
CategoryService
add
CategoryController.processInput
findIdsByNames
SeriesInfoExtractorServiceImpl.extract
SeriesInfoExtractorServiceImpl.extractCategory
findIdsWhenNameStartsWith
findAllAsLinkEntities
CategoryController.showCategories
findCategoriesWithParents
SeriesController.showForm
SeriesController.processInput
SeriesImportController.showRequestAndImportSeriesForm
SeriesImportController.processImportSeriesForm
SeriesController.addCategoriesToModel
findOneAsLinkEntity
CategoryLinkEntityDtoConverter.convert
@Category
countAll
SiteController.showIndexPage
countCategoriesOf
CollectionController.showInfoBySlug
countBySlug
UniqueCategorySlugValidator.isValid
@UniqueCategorySlug
AddCategoryForm
countByName
UniqueCategoryNameValidator.isValid
@UniqueCategoryName
countByNameRu
countAddedSince
CronServiceImpl.getDailyReport
countUntranslatedNamesSince
getStatisticsOf
suggestCategoryForUser
SuggestionController.suggestCategoryForUser
Part of #1162
The text was updated successfully, but these errors were encountered:
refactor: introduce USE_CATEGORY_MICROSERVICE feature with implementa…
1fdf756
…tion that delegates calls to a service. Part of #1459
The separate repo has been created: https://github.com/php-coder/mystamps-category
Sorry, something went wrong.
php-coder
No branches or pull requests
Here is the list of
CategoryService
methods that need to be ported/re-implemented:add
CategoryController.processInput
findIdsByNames
SeriesInfoExtractorServiceImpl.extract
->SeriesInfoExtractorServiceImpl.extractCategory
findIdsWhenNameStartsWith
SeriesInfoExtractorServiceImpl.extract
->SeriesInfoExtractorServiceImpl.extractCategory
findAllAsLinkEntities
CategoryController.showCategories
findCategoriesWithParents
SeriesController.showForm
,SeriesController.processInput
,SeriesImportController.showRequestAndImportSeriesForm
,SeriesImportController.processImportSeriesForm
) ->SeriesController.addCategoriesToModel
findOneAsLinkEntity
CategoryLinkEntityDtoConverter.convert
and@Category
countAll
SiteController.showIndexPage
countCategoriesOf
CollectionController.showInfoBySlug
countBySlug
UniqueCategorySlugValidator.isValid
and@UniqueCategorySlug
(used only inAddCategoryForm
)countByName
UniqueCategoryNameValidator.isValid
and@UniqueCategoryName
(used only inAddCategoryForm
)countByNameRu
UniqueCategoryNameValidator.isValid
and@UniqueCategoryName
(used only inAddCategoryForm
)countAddedSince
CronServiceImpl.getDailyReport
countUntranslatedNamesSince
CronServiceImpl.getDailyReport
getStatisticsOf
CollectionController.showInfoBySlug
suggestCategoryForUser
SuggestionController.suggestCategoryForUser
Part of #1162
The text was updated successfully, but these errors were encountered: