https://github.com/Sage-Bionetworks/projectLive_NF
Live view of projects of funding partners
https://github.com/Sage-Bionetworks/projectLive_NF
Last synced: 20 days ago
JSON representation
Live view of projects of funding partners
- Host: GitHub
- URL: https://github.com/Sage-Bionetworks/projectLive_NF
- Owner: Sage-Bionetworks
- Created: 2020-03-09T17:57:05.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2023-12-01T16:37:51.000Z (over 1 year ago)
- Last Synced: 2024-11-16T22:32:50.563Z (6 months ago)
- Language: R
- Size: 3.76 MB
- Stars: 2
- Watchers: 6
- Forks: 3
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-synapse - projectLive - Track the impact of our funding partners in real time (R / Shiny)
README
# projectLive_NF
Track the impact of our funding partners in real time## Shiny app configuration:
There are two editions of the front end:https://sagebio.shinyapps.io/projectLive_NF/ (pulling from the release-x.x branch)
https://sagebio.shinyapps.io/projectLive_NF-staging/ (pulling from the master branch) [work in progress]## Development pipeline:
1. Please branch off of develop branch
2. Reference the issue you are working on in the new branch name (eg. user/issueX)
3. Make your additions, test locally, and then file a PR against develop (no review required).
4. Once the changes have been deployed in the staging app and tested, PR against master (1 review required).
Note - as with all Shiny apps, touch restart.txt any time you make changes to make sure they are reflected in your testing.## Setting up the app locally:
1. Clone the code on this github branch (develop):`git clone --single-branch --branch develop https://github.com/SageBionetworks/projectLive_NF`
2. `cd` into the `projectLive_NF` dir
3. Start RStudio
4. Restore the development environment using `renv::restore()`## Getting the virtual environment working locally
1. cd into the app directory
2. `python3 -m venv virtual_env`
3. `chmod 755 virtual_env/bin/activate`
4. `source virtual_env/bin/activate`
5. `pip3 install synapseclient`