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

Question about Global Export #212

Open
arky opened this issue Jul 21, 2020 · 5 comments
Open

Question about Global Export #212

arky opened this issue Jul 21, 2020 · 5 comments

Comments

@arky
Copy link

arky commented Jul 21, 2020

Am confused about 'Export' button. Does the [Export] button on the top right hand corner of each tab provide CSV, JSON endpoints that includes all the workflow steps in the current tab.

However sometimes if you actively select/highligh a single workflow in the editor, the Export endpoint seems to publish the result of the currently workflow step. Here is the testcase

  1. Create a tab with 4 workflow steps.
  2. Click and highlight 3 workflow step.
  3. Click on 'Export' button and download the CSV or JSON file

Expected Result: The CSV or JSON contains the results of all 4 workflow steps.

Actual Result: The CSV or JSON contain only the results of 1, 2 and 3 workflow steps only.

image

@adamhooper
Copy link
Contributor

The "Export" button exports the table you're looking at -- that is, the current step. This lets users access any data they see (as opposed to only the last data in each tab).

To export the CSV/JSON for the fourth step, select the fourth step and then click "Export".

We'll discuss this in our next design meeting. In the meantime, I'll close this issue.

@adamhooper
Copy link
Contributor

We've come up with a short-term design solution that should help avoid confusion: in the export dialog, we should say what the export contains. Re-opening the issue.

@adamhooper adamhooper reopened this Jul 23, 2020
@arky
Copy link
Author

arky commented Jul 23, 2020

Thanks @adamhooper I think that would indeed solve this issue.

@adamhooper
Copy link
Contributor

had another user confused at this point. She thought "Export" exports the latest version.

@arky
Copy link
Author

arky commented Feb 12, 2021

After spending considerable time teaching CJ workbench to all our regional partners in SE. Asia. I feel the reason for the confusion where the the 'export' button is located. The right top hand corner has always been associated with global action related to application/page. say a 'Login | Sign Up' button for instance.

If you just move that button and place it next to or in the header of the current workflow step, then the confusion disappears.

HTH

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

No branches or pull requests

2 participants