togglr icon indicating copy to clipboard operation
togglr copied to clipboard

an R and Rstudio wrapper for toggl Api

Results 9 togglr issues
Sort by recently updated
recently updated
newest added

Use `usethis::use_github_actions(test-coverage)` to get the new action and the badge on the README

good-first-issue

There may be a way to test the API without sharing private information. Maybe a fake user free account. Although some functionalities only work with paid accounts. This may also...

help wanted

https://github.com/toggl/toggl_api_docs/blob/master/chapters/projects.md#get-project-data `GET https://api.track.toggl.com/api/v8/projects/{project_id}` with successful response: ``` { "data": { "id":193838628, "wid":777, "cid":123397, "name":"An awesome project", "billable":false, "is_private":true, "active":true, "at":"2013-03-06T12:15:37+00:00", "template":true, "color": "5" } } ```

enhancement
hacktoberfest-accepted
Difficulty: intermediate

As already noted by @VincentGuyader in a comment in `get_workspace_id()`, currently there's no way to query all workspace IDs from **togglr**. As far as I understand, `get_workspace_id()` is used in...

help wanted

Allow the user to set a tag when starting timer in `toggl_start()`

hacktoberfest-accepted

Could you add client_name as a variable in the table returned by the get_time_entries() function? Alternately, could you provide a function that would return a table similar to the info...

hacktoberfest-accepted
Difficulty: intermediate

Would it be possible to get the get_time_entries() function to check if the number of rows returned = 1000, and if so, download rows (from = [last date/time in previous...

`get_all_project_names()` returns the full list of projects in a given workspace. It could be useful to filter projects according to team members

hacktoberfest-accepted
Difficulty: intermediate

I was running into this error using the get_time_entries function from the togglr package. Error: Internal error in `vec_assign()`: `value` should have been recycled to fit `x`. I've been able...