CDLUC3 / dmsp_frontend_prototype

Repo to test out new NextJS framework
MIT License
0 stars 0 forks source link

Contributor Role page #20

Open briri opened 3 months ago

briri commented 3 months ago

Create a contributor role management page (template for any lookup tables)

The initial entries to use will be from the Credit NISO taxonomy.

[
  { "id": 1, "label": "Data Manager", "url": "https://credit.niso.org/contributor-roles/data-curation/" },
  { "id": 2, "label": "Principal Investigator", "url": "https://credit.niso.org/contributor-roles/investigation/" },
  { "id": 3, "label": "Project Administrator", "url": "https://credit.niso.org/contributor-roles/project-administration/" }
]
jupiter007 commented 2 months ago

The Contributor Role page was created and the GraphQL calls to the development branch of the backend code was added and tested.