{"id":22636677,"url":"https://github.com/josedv82/push_notes_to_athlete","last_synced_at":"2025-03-29T05:12:17.369Z","repository":{"id":118075629,"uuid":"297100163","full_name":"josedv82/Push_Notes_to_Athlete","owner":"josedv82","description":"A basic athlete dashboard built in Shiny that enables coaches send notes directly to athletes's phone from the app.","archived":false,"fork":false,"pushed_at":"2020-12-22T15:54:15.000Z","size":23321,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-02-03T14:47:44.893Z","etag":null,"topics":["athletes","athletetracking","data-visualization","nba","rstats","shiny","shinyapps"],"latest_commit_sha":null,"homepage":"","language":"R","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/josedv82.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-09-20T14:59:55.000Z","updated_at":"2021-10-15T20:38:14.000Z","dependencies_parsed_at":null,"dependency_job_id":"8e5e05c2-7e06-44c1-83be-f00762b1f11b","html_url":"https://github.com/josedv82/Push_Notes_to_Athlete","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josedv82%2FPush_Notes_to_Athlete","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josedv82%2FPush_Notes_to_Athlete/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josedv82%2FPush_Notes_to_Athlete/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/josedv82%2FPush_Notes_to_Athlete/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/josedv82","download_url":"https://codeload.github.com/josedv82/Push_Notes_to_Athlete/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246140592,"owners_count":20729802,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["athletes","athletetracking","data-visualization","nba","rstats","shiny","shinyapps"],"created_at":"2024-12-09T03:29:43.526Z","updated_at":"2025-03-29T05:12:17.347Z","avatar_url":"https://github.com/josedv82.png","language":"R","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Push Notes to Athlete's Phones\nA minimal athlete dashboard app built in Shiny that enables coaches to send notes directly to an athletes's phone from within the dashboard.\n\n## Demo\n\n![](push00.gif)\n\n## Content\nThis shiny app uses the package [{pushover}](https://cran.r-project.org/web/packages/pushoverr/pushoverr.pdf) to let users send notifications to an athlete's mobile phone directly from the R shiny dashboard. Steps I followed build the app:\n\n#### Register on Pushover\n\n* Register an account on pushover (it offers a free trial)\n* Create a pushover app\n* Both, the *user key* and *pushover app* keys provided during the registration process will be needed for the shiny app.\n\n**For step-by-step intructions on how to create a pushover account (and a pushover app) check this [this tutorial](https://github.com/briandconnelly/pushoverr)\n\nAlternatively, you can choose other notification services such as [slack](https://github.com/hrbrmstr/slackr), [pushbullet](https://cran.r-project.org/web/packages/RPushbullet/index.html), etc.. depending on your organization's requirements.\n\n#### Shiny APP\n\n* Download your data and format your dashboard. I did that [here](https://github.com/josedv82/Push_Notes_to_Athlete/blob/master/data.R). I re-used a table dashboard I had previously created [here](https://github.com/josedv82/graphicalDT). \n\n* Next I added a column with action buttons. On this [code](https://github.com/josedv82/Push_Notes_to_Athlete/blob/master/data.R), towards the end I added a mutate statement that contains this part of the code. The important thing here is, no matter whether you have a table with 5 or 500 rows, each button has a unique id. This means you only need to create one modal and one observeEvent later in the app, instead of having to create one for each different row/button.\n\n* Finally, design your app UI and Server. My code example is [here](https://github.com/josedv82/Push_Notes_to_Athlete/blob/master/app.R)\n\n#### Disclaimer\n\nThe raw data and images for this example were downloaded using the NBAstatR package.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosedv82%2Fpush_notes_to_athlete","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjosedv82%2Fpush_notes_to_athlete","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjosedv82%2Fpush_notes_to_athlete/lists"}