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
wikirender is responsible for handling modifications in wikimarkup files
OPENRESEARCH migration is responsible for handling the Event,EventSeries (EventCorpus) and Location handling
geograpy has the entities for Location,Country,Region and City and the potential candidates for those
dblpconf is a misnomer it is the webfrontend and as such only responsible for web related functionality and RESTFUL APIs the implementation of OPENRESEARCH related functionality is in OPENRESEARCH
The text was updated successfully, but these errors were encountered:
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
entity as a python instance (Event, EventSeries,Location (Country,Region,City)
its corresponding wiki page (e.g. as a pageTitle and corresponding wiki)
it's corresponding wiki markup (WikiFile)
need to be consistently available via well designed APIs. Currently the approach is much to adhoc and redundant and not well tested enough.
The source backuppath should be the standard wiki backup path for a given wiki id. The fixing staging area needs to be specified.
There should be a clean separation of concerns:
The text was updated successfully, but these errors were encountered: