IntersectMBO / govtool

🔩 GovTool and utilities monorepo.
https://gov.tools
Apache License 2.0
13 stars 7 forks source link

Create govtool metadata submission service #942

Open MSzalowski opened 5 months ago

MSzalowski commented 5 months ago

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)
MSzalowski commented 4 months ago

@pmbinapps Why is that being blocked?

MSzalowski commented 4 months ago

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

pmbinapps commented 4 months ago

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 commented 4 months ago

UPDATE: not valid checks, related to Wrapper.

Adding meta data: OK for dRep OK for Info GA

TO CHECK: Rest of GA types

MSzalowski commented 4 months ago

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

This package is not testable at the moment.

MSzalowski commented 4 months ago

Migrate to govtool-assembly under this PR

MSzalowski commented 22 hours ago

Not required for the working govtool-assembly