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 endpoints for maatregelen and vereisten #341

Closed
robbertbos opened this issue Oct 30, 2024 · 0 comments · Fixed by MinBZK/task-registry#67 or #347
Closed

Create endpoints for maatregelen and vereisten #341

robbertbos opened this issue Oct 30, 2024 · 0 comments · Fixed by MinBZK/task-registry#67 or #347
Assignees

Comments

@robbertbos
Copy link
Member

robbertbos commented Oct 30, 2024

Description

  • Measures and requirements are in the task-registry (related to #64)
  • Versioning is part #43

Technical implementation

  • refactor existing instrument endpoints to:
    from instruments/ and urns/ to instruments/ and instruments/urn resp.
    NOTE: endpoints need to be adjusted in AMT.

  • add new endpoints:

    • requirements (returning a list of urns of all requirements)
    • requirements/urn/{urn} (returning requirement with a specific urn)
  • add new endpoints: measures and measures/urn

    • measures (returning a list of urns of all measures)
    • measures/urn/{urn} (returning measures with a specific urn)
  • similar to how instruments are loaded upon start of server, requirements and tasks should be loaded upon start of server.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: ✅ Done
2 participants