Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Dev Meetings: Jul - Dec 2024 #794

Open
aclark02-arcus opened this issue Jun 17, 2024 · 13 comments
Open

Dev Meetings: Jul - Dec 2024 #794

aclark02-arcus opened this issue Jun 17, 2024 · 13 comments
Labels
Meeting Minutes From bi-weekly dev meetup

Comments

@aclark02-arcus
Copy link
Collaborator

aclark02-arcus commented Jun 17, 2024

Dev Meetups

Expand for the "Who / What / Where / When / How" of Dev Meetups!
  • Who? All are welcome! Current developers will be present, but anyone who is interested in contributing OR just wants to listen in may join.
  • What? A technical meeting intended to bring together all the {riskassessment} developers who play a role in the project. Developers provide updates to their tasks & recent contributions, discuss various tips to improve the app, and support each other.
  • When? Every other Tuesday at 11am EST. How do you know which Tuesday? Add the zoom meeting (below) to your calendar!
  • Where? Zoom: https://arcusbio.zoom.us/j/91245862878
  • How? Please avoid using this thread for discussion. If you'd like to discuss something in the minutes, open a separate issue and reference this thread. Each meeting will be a new comment in this thread and will be linked at the top of the page. We'll create a new issue every six months so this thread doesn't get too long.

Meetings

Please avoid using this thread for discussion. If you'd like to discuss something in the minutes, open a separate issue and reference this thread. Each meeting will be a new comment in this thread and will be linked at the top of the page. We'll create a new issue every six months so this thread doesn't get too long.

No Date Agenda & Notes No Date Agenda & Notes
1 2024-07-02 Link 8 2024-10-08 Link
2 2024-07-16 Link 9 2024-10-22 Link
3 2024-07-30 Link 10 2024-11-05 Link
4 2024-08-13 Link 11 2024-11-19 Link
5 2024-08-27 Link 12 2024-12-03 Link
6 2024-09-10 Link 13 2024-12-17 Link
7 2024-09-24 Link
Code to produce table
rows <- 13
all <- dplyr::tibble(
  No = 1:rows,
  Date = seq.Date(from = as.Date("2024-07-02"),
                  by = 14,
                  length.out = rows),
  `Agenda & Notes` = "[Link]()"
) 
merge(
  all |> filter(No %in% 1:ceiling(rows/2)),
  all |> filter(!(No %in% 1:ceiling(rows/2))),
  by = 0, all = T, suffixes = c("","")
  ) |>
  knitr::kable()
@aclark02-arcus aclark02-arcus added the Meeting Minutes From bi-weekly dev meetup label Jun 17, 2024
@aclark02-arcus
Copy link
Collaborator Author

aclark02-arcus commented Jun 17, 2024

2024-07-02 Dev Meetup

Attendance:

  • jthompson-arcus, aclark02-arcus, narayanan-iyer-pfizer

Housekeeping items

  • Release of v3.1.0
  • Posit Conf Presentation (Aug 11)
    • ProCogia and Posit still working on license
    • Questionnaire has been sent to partners asking for the following:
      • package name
      • package version
      • assessment date
      • risk decision ("low", "medium", "high", "approved", etc.)
      • additional considerations (optional)
    • Request to include the questionnaire in the R Validation case studies has been made
    • News/blog post for R Validation hub being worked on
  • Cleaning up open issues
    • Contributors who opens an issue should label it appropriately
    • Issues should be labeled appropriately. Will assess new issues/labels at dev meetings
    • @jthompson-arcus will add a line to the Wiki about closing issues when reviewing PRs
    • Contributors will go through their open issues and reassess their importance
    • Co-leads will go through some of the older issues and assess current relevance
  • Reassessing use of projects
    • Project timeline will be narrower in scope, including only relevant items
    • @jthompson-arcus & @aclark02-arcus will investigate using milestones to track inclusion of enhancements

PRs

New Issues

@aclark02-arcus
Copy link
Collaborator Author

aclark02-arcus commented Jun 17, 2024

2024-07-16 Dev Meetup

Attendance: @jthompson-arcus, @aclark02-arcus, @narayanan-iyer-pfizer

Housekeeping items

PRs

New Issues / TODO

@aclark02-arcus
Copy link
Collaborator Author

aclark02-arcus commented Jun 17, 2024

2024-07-30 Dev Meetup

Cancelled

@aclark02-arcus
Copy link
Collaborator Author

aclark02-arcus commented Jun 17, 2024

2024-08-13 Dev Meetup

Jeff & Barbara were trying to get into the zoom meeting but there were some road blocks so the meeting didn't end up happening.

@aclark02-arcus
Copy link
Collaborator Author

aclark02-arcus commented Jun 17, 2024

2024-08-27 Dev Meetup

Attendance: @jthompson-arcus, @aclark02-arcus, @narayanan-iyer-pfizer

Housekeeping items

PRs

New Issues

  • Refactor module inputs/outputs #816
    • "brainstorming stage" label added
    • Work on a more consistent way of passing/using reactives within the applicatino
  • Greedy data collection #817
    • "brainstorming stage" label added
    • Try to determine what additional data we would want to be collecting
  • Reconsider using ::: to access admin_ui() #818
    • "brainstorming stage" label added
    • Should we even be pulling the internal function shinymanager:::admin_ui() in the app?
    • If yes, does the current usage of ::: pose issues to the end user? Should it be imported in another way?

@aclark02-arcus
Copy link
Collaborator Author

aclark02-arcus commented Jun 17, 2024

2024-09-10 Dev Meetup

Attendance: @jthompson-arcus, @aclark02-arcus, @narayanan-iyer-pfizer

Housekeeping items

  • No progress made on issues from 8/27 notes. There have been a lot of competing priorities for our current developers.
  • Some discussion around Jumping Rivers open-sourcing their riskmetric-like package.

New Issues

@aclark02-arcus
Copy link
Collaborator Author

2024-09-24 Dev Meetup

Attendance:

Housekeeping items

PRs

  • Merged & closed

  • Open

    • Need review
      *
    • In-progress drafts
      *

New Issues

@aclark02-arcus
Copy link
Collaborator Author

aclark02-arcus commented Jun 17, 2024

2024-10-08 Dev Meetup

Attendance:
@aclark02-arcus , @narayanan-iyer-pfizer, Jeff

Housekeeping items

  • New Exec director of R Consortium - Loves the efforts the R Validation Hub is championing.
  • New repo coming soon: pharmaR/r-package-listings

New Issues

@aclark02-arcus
Copy link
Collaborator Author

2024-10-22 Dev Meetup

Attendance:

Housekeeping items

PRs

  • Merged & closed

  • Open

    • Need review
      *
    • In-progress drafts
      *

New Issues

@aclark02-arcus
Copy link
Collaborator Author

2024-11-05 Dev Meetup

Attendance:

Housekeeping items

PRs

  • Merged & closed

  • Open

    • Need review
      *
    • In-progress drafts
      *

New Issues

@aclark02-arcus
Copy link
Collaborator Author

aclark02-arcus commented Jun 17, 2024

2024-11-19 Dev Meetup

Attendance: @aclark02-arcus, @jthompson-arcus

Housekeeping items

  • New effort to add "Contribution Page" to all R Val Hub repos

PRs

  • Merged & closed
    • None

New Issues

  • None

@aclark02-arcus
Copy link
Collaborator Author

2024-12-03 Dev Meetup

Attendance:

Housekeeping items

PRs

  • Merged & closed

  • Open

    • Need review
      *
    • In-progress drafts
      *

New Issues

@aclark02-arcus
Copy link
Collaborator Author

2024-12-17 Dev Meetup

Attendance:

Housekeeping items

PRs

  • Merged & closed

  • Open

    • Need review
      *
    • In-progress drafts
      *

New Issues

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Meeting Minutes From bi-weekly dev meetup
Projects
None yet
Development

No branches or pull requests

1 participant