GNS-Science/kororaa-graphql-api

Feature: grouped science reports

Opened this issue · 0 comments

We want to be able to put science reports into groups and subgroups. The metadata table schema will require a new field

"name": "group"
"type": "string"

The group name will be a full path (group/subgroup/subsubgroup/...) e.g.

"NZ NSHM 2022/2022-2023"
"NZ NSHM 2022/2023-2024"

See GNS-Science/kororaa#399