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

Provide export functionality for the build output #61

Open
ReinerVelte opened this issue Jun 10, 2018 · 2 comments
Open

Provide export functionality for the build output #61

ReinerVelte opened this issue Jun 10, 2018 · 2 comments
Assignees
Labels

Comments

@ReinerVelte
Copy link

It would be nice to have a functionality to export the build output for later analysis, for example in CSV Format.

I was working recently on improving build times and it would habe been handy to document these data in Excel for further analysis and comparison.

@StefanKert StefanKert self-assigned this Jun 12, 2018
@StefanKert
Copy link
Owner

Hi Reiner,

I like the idea. Have already thought about adding this feature. So just to get some feedback:

I would suggest to add a ContextMenuItem to the Windows Contextmenu to export this. So we have different opportunities:

  • Export to a file
  • Copy to clipboard

Also I would suggest to export the exact same columns as listed in the window. So for example if only the name and the elapsed time is visible then the csv would look like this:

Name;Elapsed Time
Project1;00:01

I also woud suggest to use the same formatting for the export as in the window.

@ReinerVelte
Copy link
Author

ReinerVelte commented Jun 12, 2018 via email

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

No branches or pull requests

2 participants