gbif / registry-spring-boot

GBIF Registry (Spring Boot)
Apache License 2.0
0 stars 0 forks source link

Initial exploratory test #16

Open fmendezh opened 4 years ago

fmendezh commented 4 years ago

Using the registry admin UI backed by the new spring-boot-ws a set a of fundamental functionalities need to be tested and validated:

    • [x] Dataset CRUD operations: list, create a new dataset, update an existing dataset and delete a dataset. Elements linked to a dataset:
    • [x] CRUD operations on a dataset's contact
    • [x] CRUD operations on a dataset's default values
    • [x] CRUD operations on a dataset's endpoints
    • [x] CRUD operations on a dataset's identifiers
    • [x] CRUD operations on a dataset's machine tags
    • [x] CRUD operations on a dataset's tags
    • [x] CRUD operations on a dataset's comments
    • [x] Networks CRUD operations: list, create a new network, update and delete an existing one
    • [x] Installations CRUD operations: list, create a new installation, update and delete an existing installation
    • [x] Nodes CRUD operations: list, create a new node, update and delete an existing node
    • [x] Users CRUD operations: list, create a new user, update and delete an existing user
    • [x] Organizations CRUD operations: list, create a new user, update and delete an existing organization
    • [x] GrSciColl CRUD operations on Collections, Institutions and Staff
mike-podolskiy90 commented 4 years ago

Resources coverage http://sonar.gbif.org/code?id=org.gbif.registry%3Aregistry-spring-boot-parent&selected=org.gbif.registry%3Aregistry-spring-boot-parent%3Aregistry-spring-boot-ws%2Fsrc%2Fmain%2Fjava%2Forg%2Fgbif%2Fregistry%2Fws%2Fresources

mike-podolskiy90 commented 4 years ago

Issue must be fixed before further testing https://github.com/gbif/registry-spring-boot/issues/24 (fixed)

mike-podolskiy90 commented 4 years ago

Issue with installations #27 (fixed)