You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A configurable "login required for downloading data" option is needed for prompting users to login before initiating a download. Specifically, a login-required popup is displayed on click of download if user is not authenticated and the "login required" flag is set for an app.
Login is not required to view pages that display download buttons (e.g. on the "Choose Export Method" page, login is only required on click of a download option not to view the actual page).
User should remain in the same flow as before login. For example:
User navigates to entity download page.
User clicks request curl command.
System displays login modal.
User logs in.
curl command is requested.
The download actions that require authentication are:
No change is required to the regular login use case unless updates to existing implementation are required to facilitate reuse with this ticket's use case.
Need
A configurable "login required for downloading data" option is needed for prompting users to login before initiating a download. Specifically, a login-required popup is displayed on click of download if user is not authenticated and the "login required" flag is set for an app.
Login is not required to view pages that display download buttons (e.g. on the "Choose Export Method" page, login is only required on click of a download option not to view the actual page).
User should remain in the same flow as before login. For example:
The download actions that require authentication are:
Note: this list may require updating once Make the general and dataset-details Export panes consistent is completed.
No change is required to the regular login use case unless updates to existing implementation are required to facilitate reuse with this ticket's use case.
See design ticket for rationale and mock for implementation.
Approach
The text was updated successfully, but these errors were encountered: