An app to explore and watch PositConf 2024 talks.
- Card for individual talk that opens up the talk page containing:
- talk title
- YouTube video
- description
- Ability to filter talks based on:
- session type
- session topics
- speaker name, talk title & description
PositConf 2024 talks platform used green colors and cards as shown in this video.
Start date: 2025-02-05
End date: 2025-02-19
- Day 1 and 2:
- Initial wireframing. You may use AI tools such as tldraw, shiny assistant or ploomber AI editor
- Framework to use:
- Day 3:
- First meeting for discussing UI and features (meeting recording)
- Day 10:
- Second meeting for discussing deployment (meeting recording)
- Day 15 or before:
- Deployment: https://umair.shinyapps.io/pctalks/
Projects start on Wednesdays with meetings on Fridays. We have a shiny club channel on the DSLC Slack for chatting. Zoom link appears 10 minutes before meeting on Fridays in the slack channel.
- Fork this repository
- Create a new branch for your feature
- Make your changes
- Submit a pull request
- Wait for review and address any feedback
You can install the development version of {pctalks} like so:
remotes::install_github("shiny-meetings/pctalks")You can launch the application by running:
pctalks::run_app()You are reading the doc about version : 0.0.0.9000
This README has been compiled on the
Sys.time()
#> [1] "2025-02-16 19:56:18 EST"Here are the tests results and package coverage:
devtools::check(quiet = TRUE)
#> ℹ Loading pctalks
#> ── R CMD check results ───────────────────────────────── pctalks 0.0.0.9000 ────
#> Duration: 1m 25.7s
#>
#> ❯ checking installed package size ... NOTE
#> installed size is 7.4Mb
#> sub-directories of 1Mb or more:
#> R 6.4Mb
#>
#> 0 errors ✔ | 0 warnings ✔ | 1 note ✖covr::package_coverage()
#> pctalks Coverage: 49.43%
#> R/create_talks.R: 0.00%
#> R/run_app.R: 0.00%
#> R/app_server.R: 77.42%
#> R/app_config.R: 100.00%
#> R/app_ui.R: 100.00%