tbradley1013 / connectAnalytics

An R package containing a shiny app to display analytics for RStudio Connect
Other
9 stars 2 forks source link

feature request - downloadable table of access #13

Closed iainmwallace closed 4 years ago

iainmwallace commented 4 years ago

Hi,

This is such an awesome package, thanks for developing it.

Three small suggestions

Cheers,

Iain

tbradley1013 commented 4 years ago

When you say

enable filtering of graphs to exclude removed content + the publisher themselves

I assume you mean on the admin tab?

As far as the information about pins: The ability to implement that is dependent on the connectapi package and more importantly the Connect API exposing that data. AFAIK, pin usage is not exposed in the current API. Given the relative newness of pins, I would guess it will be something they plan to implement, but I don't have any information supporting that assumption.

The other two things (or three if I include the title request) shouldn't be much of an issue to add. Thanks for filing the issue

tbradley1013 commented 4 years ago

I implemented your first two requests with PR #14 , which has been merged into the master branch. You can install the updated version now using:

devtools::install_github("tbradley1013/connectAnalytics")

I am going to close this. If you would like to see the pins implemented, you should first file a feature request over at the connectapi package, as that is the official api package being developed by RStudio.

Please open more issues if you have any more feature requests or find any bugs!

iainmwallace commented 4 years ago

Fantastic, thanks!

iainmwallace commented 4 years ago

Just checked it out and it looks great.

A small thought would be to enable column filters on the content table (similar to DT column filters, https://rstudio.github.io/DT/)- this would make it very easy to check if person x has looked at the report since I e-mailed it

tbradley1013 commented 4 years ago

Oh I meant to add that and forgot. I have added the ability to filter all columns and sort any columns. I also added the times to the started and ended column that I mistakenly left out.

Thanks