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 DID Endpoint, UseCase, API and Gateway components #226

Closed
2 tasks
maany opened this issue Jun 21, 2023 · 0 comments · Fixed by #245
Closed
2 tasks

Create DID Endpoint, UseCase, API and Gateway components #226

maany opened this issue Jun 21, 2023 · 0 comments · Fixed by #245
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@maany
Copy link
Member

maany commented Jun 21, 2023

Description

Description

POST /api/dids
{
  query: string
  type: DIDType
}

ViewModel

const DIDViewModel = {
  name: string
  scope: string
  did_type: DIDType
  bytes: number
  length: number // to be clarified
}

Motivation

No response

Change

No response

Additional Information

  • The Rucio API needs to be changed.

Motivation

This issue was mostly covered in #171 as part of the SDK design. The NextJS endpoint needs to be added.

Change

No response

Additional Information

  • The Rucio API needs to be changed.
@maany maany added the enhancement New feature or request label Jun 21, 2023
@maany maany added this to the 1.32.0 milestone Jun 21, 2023
@maany maany self-assigned this Jun 21, 2023
maany added a commit to maany/webui that referenced this issue Jun 29, 2023
maany added a commit that referenced this issue Jun 29, 2023
maany added a commit to maany/webui that referenced this issue Jul 14, 2023
maany added a commit to maany/webui that referenced this issue Jul 14, 2023
maany added a commit to maany/webui that referenced this issue Jul 14, 2023
maany added a commit to maany/webui that referenced this issue Jul 14, 2023
maany added a commit to maany/webui that referenced this issue Jul 14, 2023
maany added a commit to maany/webui that referenced this issue Jul 14, 2023
maany added a commit that referenced this issue Jul 14, 2023
maany added a commit that referenced this issue Jul 14, 2023
maany added a commit that referenced this issue Jul 14, 2023
maany added a commit to maany/webui that referenced this issue Jul 14, 2023
maany added a commit to maany/webui that referenced this issue Jul 14, 2023
Rucio_host in gateway endpoint url's should be set in the initialization phase
The presenter should always send out stringified JSON instead of objects
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant