seriesci / support

Customer support
0 stars 0 forks source link

Is there a way to view all data at once? #4

Closed thekenu closed 4 years ago

thekenu commented 4 years ago

It looks like each series only plots the most recent ~25 or so data entries. image

Is there some way to view older data? And is there also a way to download all the past data at once so I can analyze it offline?

zemirco commented 4 years ago

Hey thekenu,

two really good questions.

  1. At the moment you can only see the 30 latest commits. This is due to the GitHub API that returns pages of 30 items. I will add a button to load more pages. That way you can see more data.

  2. Good idea! I'll add a feature to download the data as .csv and .json.

Best regards, Mirco

zemirco commented 4 years ago

Hey,

good news 🥳

Screenshot 2020-05-05 at 20 47 40

You can now load more values when you click on the brand new "Load more" button on the series page https://seriesci.com/UBCFormulaElectric/Consolidated-Firmware/series/master/PDM

Now working on the data export.

zemirco commented 4 years ago

And more good news.

You can now download all values from a single series.

Screenshot 2020-05-05 at 22 43 50

Find the link at Series > Settings.

thekenu commented 4 years ago

Thank you! Is there a way to embed the branch name in the CSV file as well? I would like to just focus on one branch at a time (i.e. master branch)

zemirco commented 4 years ago

Hey thekenu,

I'm always impressed by your great feedback. Please keep it coming 👍

I've added another download button to each series. The resulting CSV file contains all the data that you see in the table right below the button, including the branch name.

Have fun analysing the data offline. Out of interest, what do you want to do with it?

Best regards, Mirco

zemirco commented 4 years ago

Here is a little sneak peek

Screenshot 2020-05-06 at 16 39 17

Enojy!

thekenu commented 4 years ago

It works great, thanks! Honestly I don't have a specific use-case for offline data at the moment. I was just hoping to take ownership of the raw data for my own record! :smile: