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

Create govtool metadata submission service #942

Closed
MSzalowski opened this issue May 6, 2024 · 7 comments · Fixed by #950
Closed

Create govtool metadata submission service #942

MSzalowski opened this issue May 6, 2024 · 7 comments · Fixed by #950

Comments

@MSzalowski
Copy link
Contributor

MSzalowski commented May 6, 2024

What

In order to integrate with the new services architecture extract metadata creation functionality into the separate package.

How

Metadata creation service should work in both ways:
Provider:

<MetadataProvider>{children}</MetadataProvider>

and usage with hooks

const { validate, initialize } = useMetadata();

And service:

const metadataService = new MetadataService(...config)
  • Metadata service should follow CIP-108 standard.
  • Metadata service should provide fields validation described in the above standard.
  • Metadata service should build jsonld as an output.
  • Metadata service should not use CSL in v1 hence, no on-chain data are to be applicable on first delivery.
@MSzalowski
Copy link
Contributor Author

@pmbinapps Why is that being blocked?

@MSzalowski
Copy link
Contributor Author

The issue has been blocked due to failed test-env deployment.

@pmbinapps
Copy link

pmbinapps commented May 14, 2024

Unable to verify Registration as Drep and Submitting new GA due to:

DRep registration - Registration hang up after providing json file and confirming

GA - entering to GA submit wizard causes error 500 (dev) or black screen (test) and error 405
#1015

@pmbinapps
Copy link

pmbinapps commented May 14, 2024

UPDATE: not valid checks, related to Wrapper.

Adding meta data:
OK for dRep
OK for Info GA

TO CHECK: Rest of GA types

@pmbinapps pmbinapps assigned MSzalowski and unassigned pmbinapps May 15, 2024
@MSzalowski
Copy link
Contributor Author

That is to be moved to the https://github.com/IntersectMBO/govtool-assembly

This package is not testable at the moment.

@MSzalowski
Copy link
Contributor Author

Migrate to govtool-assembly under this PR

@MSzalowski MSzalowski reopened this May 20, 2024
@MSzalowski MSzalowski assigned MSzalowski and unassigned Sworzen1 Aug 13, 2024
@MSzalowski MSzalowski removed their assignment Oct 4, 2024
@MSzalowski
Copy link
Contributor Author

Not required for the working govtool-assembly

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

Successfully merging a pull request may close this issue.

3 participants