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

Add a context property to downloads #371

Open
MortenHofft opened this issue Dec 17, 2024 · 0 comments
Open

Add a context property to downloads #371

MortenHofft opened this issue Dec 17, 2024 · 0 comments

Comments

@MortenHofft
Copy link
Member

MortenHofft commented Dec 17, 2024

When doing downloads for the B-cube project the context of the cube is lost when arriving at the download page. At this point it is just a large SQL statement. To ensure a smoother usability transition from the UI Cube builder to the download page we would like to provide some context.

So the idea is that when creating a download we add the option to provide some free text context.

{
"context": "Something to describe that it is a cube download and the parameters used",
"creator": "gbif_username",
  "sendNotification": true,
  "notification_address": [
    "gbif@example.org"
  ],
  "format": "DWCA",
  "predicate": { ....
}

On the download pages ew can then show the context to help explain the SQL and how it came about.

See gbif/portal16#1978

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant