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

Deal with the dynamic of the verification of capture. #26

Open
dadiorchen opened this issue Dec 23, 2021 · 2 comments
Open

Deal with the dynamic of the verification of capture. #26

dadiorchen opened this issue Dec 23, 2021 · 2 comments

Comments

@dadiorchen
Copy link
Contributor

Currently, the workflow of generating capture data to CKAN is: the 1st day of every month, generate the capture data of last month, as @nmcharlton mentioned in the meeting, because now in the table we output the verification status, how do we deal with the changing of it, and the token minting too, because that we can not predict when do operator verify new coming captures.

We were talking about some solutions:

  • Give some delay for the generation, like, generate the data two weeks later from the beginning of the month.
  • Do not output the status of the verification.

What do you think @ZavenArra

@nmcharlton
Copy link

A third option:

  • Monitor audit logs and periodically regenerate reports for any historic reporting periods for which events have been recorded

This raises questions about exactly what we're trying to report. Should it be more focussed on events (new captures, verifications, tokens minted etc.) during the given period, rather than states?

@dadiorchen
Copy link
Contributor Author

zaven - VP Eng:pick: 6 days ago
Yeah, well I was thinking that to start off we should actually export ALL of an organizations captures each month, to capture the state at the data at the end of the month. Otherwise the organization cannot get a full set of their data that is up to date with verification status or other changes. Each time we run the export, we can split it into multiple files to make it managable.

zaven - VP Eng:pick: 6 days ago
Our capture data currently does not exist in a form that is truly 'final', so really the only option is to do a complete export each month for organizations that want this kind of access to their data.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants