Skip to content

Dev Meetings: Jan - Jun 2024 #790

Description

@aclark02-arcus

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

Note: Due to a recent change of employers, I only have notes going back to March 2024.

No Date Agenda & Notes No Date Agenda & Notes
1 2024-01-02 NA 8 2024-04-09 Link
2 2024-01-16 NA 9 2024-04-23 Link
3 2024-01-30 NA 10 2024-05-07 Link
4 2024-02-13 NA 11 2024-05-21 Link
5 2024-02-27 NA 12 2024-06-04 Link
6 2024-03-12 NA 13 2024-06-18 Link
7 2024-03-26 NA 14 Jul - Dec Link
Code to produce table
rows <- 13
all <- dplyr::tibble(
  No = 1:rows,
  Date = seq.Date(from = as.Date("2024-01-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()

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions