feat: frontend datarequests page
Proposed Changes
The MR adds the Data access requests page on the frontend.
- datarequest page displays datarequests
- contract can be displayed in a modal
- enhance backend just command, so that it can be used with multiple query parameters
- datarequest can be accepted
- datarequest can be rejected
- DAA form values can be displayed as a modal
- datarequest creator is displayed
Types of Changes
What types of changes does your code introduce? Put an x in the boxes that
apply
- A bug fix (non-breaking change which fixes an issue).
- A new feature (non-breaking change which adds functionality).
- A breaking change (fix or feature that would cause existing functionality to not work as expected).
- A non-productive update (documentation, tooling, etc. if none of the other choices apply).
Checklist
Put an x in the boxes that apply. You can also fill these out after creating
the PR. If you're unsure about any of them, don't hesitate to ask. We're here to
help! This is simply a reminder of what we are going to look for before merging
your code.
- I have read the CONTRIBUTING guidelines.
- I have added tests that prove my fix is effective or that my feature works.
- I have added the necessary documentation (if appropriate).
CI Attributes
YAML Settings
build:
lazy: true # Use this experimentally only! (this uses change detection)
# Use this to run the DAG selecting only a single target
# Note: pipeline will fail at end automatically!
# targets: []
images:
# push: true # Push the images to a temporary space to test it.
# useReleaseTag: true # Use a release version tag.
debug:
# The job name where you want to launch `tmux` to attach into.
# jobName: contract-manager::test-endpoints
Further Comments
Edited by Sabine Maennel