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

XRDDEV-1939 Mock UI updates #1194

Merged
merged 4 commits into from
May 3, 2022
Merged

Conversation

Riippi
Copy link
Contributor

@Riippi Riippi commented Mar 8, 2022

status: 'APPROVED',
},
{
id: '736287',
created: '2021-05-05',
type: 'delete_certificate',
serverOwnerName: 'Eesti Põllumajandusloomade Jõudluskontrolli ASi',
serverOnwerId: 'COM-777',
serverCode: 'SS1',
serverId: 'COM-777:SS1',
Copy link
Contributor

@jhyoty jhyoty Mar 24, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The mock data is not up to date the with opendapi definition (or current implementation). More accurate would be something like:

{
  "id": 13,
  "type": "AUTH_CERT_REGISTRATION_REQUEST",
  "origin": "CENTER",
  "server_owner_name": "...",
  "security_server_id": {
    "instance_id": "DEV7X",
    "type": "SERVER",
    "member_class": "TST",
    "member_code": "MEMBER1",
    "server_code": "RH1"
  },
  "status": "APPROVED",
  "created_at": "2021-07-07T10:09:42.10186Z"
}

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Mock data has been updated to look more like the real one

@jhyoty jhyoty merged commit 3a04c08 into develop-7.x May 3, 2022
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

Successfully merging this pull request may close these issues.

2 participants