Skip to content

[Web UI] Disabling Upload, Download, Get when in Metadata Mode #1410

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

Open
AronPerez opened this issue May 5, 2025 · 0 comments
Open

[Web UI] Disabling Upload, Download, Get when in Metadata Mode #1410

AronPerez opened this issue May 5, 2025 · 0 comments
Labels
Type: New Feature New or enhanced feature

Comments

@AronPerez
Copy link
Collaborator

Problem We Want to Solve

As a DataFed user or admin in Metadata Mode, I want simplified data record/collection interactions so I can focus on my tasks.

Describe the Solution You'd Like

  1. On the Dashboard when in Metadata Mode, disable right-clicks on data-records for
  1. ...

Acceptance Criteria

GIVEN a user/admin is in Metadata Mode
WHEN the user right-clicks a data-record
THEN they don't see the options:

  • Actions> Upload Raw Data
  • Actions> Download Raw Data
  • New> New Data Record > Source (non-external)

SO THAT they have a simplified Metadata Mode

Resources

  • We handle GET, PUT, UPDATE actions with web/static/components/transfer/index.js

Here are some usages we need to validate

  • web/static/dlg_data_new_edit.js:104 (transferDialog)
  • web/static/main_browse_tab.js:616 (transferDialog)
  • web/static/util.js:753 (transferDialog)
@AronPerez AronPerez added the Type: New Feature New or enhanced feature label May 5, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: New Feature New or enhanced feature
Projects
None yet
Development

No branches or pull requests

1 participant