-
-
Notifications
You must be signed in to change notification settings - Fork 40
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
Distinguish scraped from manually verified/corrected entries #77
Comments
This is a quite interesting issue. However, I honestly fail to see a feasible way to implement this without destroying the current pipelines in a major way. E.g.: At this point I don't see how we can keep the JSONs human editable as they are now, though. [1] Some of those concepts are described in the OAIS model specification - https://public.ccsds.org/pubs/650x0m2.pdf |
can it be an interesting addition to add a "manual" or "verified" tag, so that manually reviewed entries could be tagged? |
From Discord:
|
In the event of an active platform which is being scraped multiple times, it's a good idea to know which entries have been manually adjusted or corrected, so that their metadata is not overridden with a flawed or incomplete version.
An ideal solution, IMO, would be for the raw, scraped data to be stored separately from manually corrected/user-provided data. From there, they could be merged every time an update is performed.
An alternate solution would be for the metadata to contain the source of the information, allowing skipping such unwanted overrides in this way.
The text was updated successfully, but these errors were encountered: