Skip to content

category: introduce a microservice #1459

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

Open
php-coder opened this issue Jul 12, 2020 · 1 comment
Open

category: introduce a microservice #1459

php-coder opened this issue Jul 12, 2020 · 1 comment
Assignees
Labels
area/infrastructure kind/task Task that is part of some feature refactoring
Milestone

Comments

@php-coder
Copy link
Owner

php-coder commented Jul 12, 2020

Here is the list of CategoryService methods that need to be ported/re-implemented:

Method Used by Outcome
add CategoryController.processInput Need an endpoint: yes
findIdsByNames SeriesInfoExtractorServiceImpl.extract -> SeriesInfoExtractorServiceImpl.extractCategory Need an endpoint: ?
findIdsWhenNameStartsWith SeriesInfoExtractorServiceImpl.extract -> SeriesInfoExtractorServiceImpl.extractCategory Need an endpoint: ?
findAllAsLinkEntities CategoryController.showCategories Need an endpoint: ?
findCategoriesWithParents (SeriesController.showForm, SeriesController.processInput, SeriesImportController.showRequestAndImportSeriesForm, SeriesImportController.processImportSeriesForm) -> SeriesController.addCategoriesToModel Need an endpoint: ?
findOneAsLinkEntity CategoryLinkEntityDtoConverter.convert and @Category Need an endpoint: ?
countAll SiteController.showIndexPage php-coder/mystamps-category#1
countCategoriesOf CollectionController.showInfoBySlug Need an endpoint: yes (in collection service)
countBySlug UniqueCategorySlugValidator.isValid and @UniqueCategorySlug (used only in AddCategoryForm) Need an endpoint: ?
countByName UniqueCategoryNameValidator.isValid and @UniqueCategoryName (used only in AddCategoryForm) Need an endpoint: ?
countByNameRu UniqueCategoryNameValidator.isValid and @UniqueCategoryName (used only in AddCategoryForm) Need an endpoint: ?
countAddedSince CronServiceImpl.getDailyReport Need an endpoint: ?
countUntranslatedNamesSince CronServiceImpl.getDailyReport Need an endpoint: ?
getStatisticsOf CollectionController.showInfoBySlug Need an endpoint: ?
suggestCategoryForUser SuggestionController.suggestCategoryForUser Need an endpoint: ?

Part of #1162

@php-coder php-coder added refactoring area/infrastructure kind/task Task that is part of some feature labels Jul 12, 2020
@php-coder php-coder added this to the next milestone Jul 12, 2020
@php-coder php-coder self-assigned this Jul 12, 2020
php-coder added a commit that referenced this issue Jul 12, 2020
…tion that delegates calls to a service.

Part of #1459
@php-coder
Copy link
Owner Author

The separate repo has been created: https://github.com/php-coder/mystamps-category

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/infrastructure kind/task Task that is part of some feature refactoring
Projects
None yet
Development

No branches or pull requests

1 participant