SmartDataAnalytics / OpenResearch

Public issue system for OPENRESEARCH/ConfIDent
8 stars 3 forks source link

refactor to cleanup redundant and misplaced code in dblpconf, OPENRESEARCH migration, geograpy and wikirender #243

Open WolfgangFahl opened 3 years ago

WolfgangFahl commented 3 years ago

There should be a clean separation of concerns:

WolfgangFahl commented 3 years ago

The main functions of each fixer should work independently for better testability and a common command line api for each fixer.

All Fixers should have the pipe capabilty as specified a few weeks ago. The Code in wikirender's wikiExtract has tried to get this capability but it's not integrated with the WikiFilemanager and or the EventCorpus at this time.

During the fixer process the

The source backuppath should be the standard wiki backup path for a given wiki id. The fixing staging area needs to be specified.

WolfgangFahl commented 3 years ago

see https://rq.bitplan.com/index.php/Workdocumentation_2021-07-10

WolfgangFahl commented 2 years ago

Almost done - close when Continuous Integration of https://github.com/WolfgangFahl/ConferenceCorpus and https://github.com/WolfgangFahl/ProceedingsTitleParser work again