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

Add a ScrapingService to manage perform comic scraping #451

Merged
merged 2 commits into from Aug 2, 2020

Conversation

mcpierce
Copy link
Contributor

Status

READY

Migrations

NO

Description

Scraping is now initiated by a service that delegates to the ScrapingAdaptor. Caching is handled outside of the scraping adaptor so it can be focused solely on interacting with the comic data source.

@mcpierce mcpierce added the enhancement A pull request containing a a new feature, refactoring, or security improvement.. label Jul 30, 2020
@mcpierce mcpierce added this to the 0.7 milestone Jul 30, 2020
…xed#438]

 - comixed-rest-api will get the dependency through comixed-services.
 - Renamed ComicVineScraperController => ScrapingController
 - Added the ScrapingService class.
 - ScrapingController delegates everything to ScrapingService.
 - Made ScrapingAdaptor more generic.
 - Added a new API to the ScrapingAdaptor for getting issue details.
@sonarcloud
Copy link

sonarcloud bot commented Aug 1, 2020

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

93.6% 93.6% Coverage
0.0% 0.0% Duplication

@BRUCELLA2 BRUCELLA2 merged commit 0529fd3 into comixed:develop Aug 2, 2020
@mcpierce mcpierce deleted the feature/issue-438 branch August 3, 2020 11:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement A pull request containing a a new feature, refactoring, or security improvement..
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants