You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I see there are SQL queries that works with series, collections and collections_series tables. These are the candidates to move to another package (service).
Now JdbcCountryDaoTest doesn't depend on a service class and we can stop @ignore this test. This
removes a hack that has been added in e004fa3 commit (#1163).
Part of #1150
Here is the list of
CountryService
methods that need to be ported/re-implemented:add
CountryController.processInput
findIdsByNames
SeriesInfoExtractorServiceImpl.extractCountry
findIdsWhenNameStartsWith
SeriesInfoExtractorServiceImpl.extractCountry
findAllAsLinkEntities
CountryController.showCountries
,SeriesController.addCountriesToModel
andSeriesImportController
findOneAsLinkEntity
CountryLinkEntityDtoConverter.convert
and@Country
(SeriesController
,AddSeriesForm
,ImportSeriesForm
)countAll
SiteController.showIndexPage
countCountriesOf
CollectionController.showInfoBySlug
countBySlug
UniqueCountrySlugValidator
->UniqueCountrySlug
->AddCountryForm
countByName
UniqueCountryNameValidator
->UniqueCountryName
->AddCountryForm
countByNameRu
UniqueCountryNameValidator
->UniqueCountryName
->AddCountryForm
countAddedSince
CronServiceImpl.getDailyReport
->ReportController.showDailyReport
andCronServiceImpl.sendDailyStatistics
countUntranslatedNamesSince
CronServiceImpl.getDailyReport
->ReportController.showDailyReport
andCronServiceImpl.sendDailyStatistics
getStatisticsOf
CollectionController.getCountriesStatistics
suggestCountryForUser
SuggestionController.suggestCountryForUser
Part of #1162
The text was updated successfully, but these errors were encountered: