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

Exports should include friendly names #120

Open
5 tasks
MisterPhilip opened this issue Sep 8, 2020 · 0 comments
Open
5 tasks

Exports should include friendly names #120

MisterPhilip opened this issue Sep 8, 2020 · 0 comments

Comments

@MisterPhilip
Copy link
Owner

Currently the export feature just exports the raw URL/POST data and it does not break values out into separate columns like the interface does. This should be updated to include the separate columns as shown in the interface.

Decision points that'll need to be made for this:

  • Do we show...
    • Omnibug-provided column names
    • User-provided column names (e.g. changing eVar3 to Page Type)
  • For column names, do we...
    • Combine the same column names (e.g. Page URL) for all providers when they have different parameter keys? This would require more work to ensure that the names we use are consistent (which we should be doing anyways) but also unique enough that we aren't combining things that shouldn't be.
    • Combine the same column names (e.g. Page URL) only when they have the same parameter key (e.g. pageurl)
    • Break out each provider into their own columns
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Ideation
Development

No branches or pull requests

1 participant