Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Dev Meetings: Jan - Jun 2024 #790

Closed
aclark02-arcus opened this issue Jun 12, 2024 · 6 comments
Closed

Dev Meetings: Jan - Jun 2024 #790

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

Comments

@aclark02-arcus
Copy link
Collaborator

aclark02-arcus commented Jun 12, 2024

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()
@aclark02-arcus aclark02-arcus added the Meeting Minutes From bi-weekly dev meetup label Jun 12, 2024
@aclark02-arcus
Copy link
Collaborator Author

2024-04-09 Dev Meetup

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

Housekeeping items

  • Tentatively planning on publishing a new release to master by our next meeting
    • Including About page
    • Will be deployed with ProCogia team & shared with Pharma partners

PRs

New Issues

  • No discussion

@aclark02-arcus
Copy link
Collaborator Author

2024-04-23 Dev Meetup

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

Housekeeping items

  • Tentatively planning on publishing a new release to master by our next meeting
    • Including About page
    • Will be deployed with ProCogia team & shared with Pharma partners

PRs

  • Merged & closed

    • Failed to track in meeting mins
  • Open

    • Need review
      • Failed to track in meeting mins
    • In-progress drafts
      • Failed to track in meeting mins

New Issues / Discussion

  • Issue w/ Concurrent Users
    • Need to engineer a way that allows people to download reports in the background while the same person (or other person) is changing data in the database
      • One potential solution: list up the values and shoot them over to the report download renderer

@aclark02-arcus
Copy link
Collaborator Author

aclark02-arcus commented Jun 12, 2024

2024-05-07 Dev Meetup

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

Housekeeping items

  • Tentatively planning on publishing a new release to master
    • timeline: Is it good enough for now?
      • Maybe.
    • Will be deployed with ProCogia team & shared with Pharma partners

PRs

New Issues

  • No discussion

@aclark02-arcus
Copy link
Collaborator Author

aclark02-arcus commented Jun 12, 2024

2024-05-21 Dev Meetup

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

Housekeeping items

PRs

New Issues

  • No discussion

@aclark02-arcus
Copy link
Collaborator Author

aclark02-arcus commented Jun 12, 2024

2024-06-04 Dev Meetup

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

Housekeeping items

PRs

New Issues

  • See "housekeeping" items above

@aclark02-arcus
Copy link
Collaborator Author

aclark02-arcus commented Jun 17, 2024

2024-06-18 Dev Meetup

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

Housekeeping items

  • Planning on publishing a new release to master today
    • timeline: decided to cut a new release with all the changes we've made so far
    • Last issues from 2 weeks ago are wrapped up.
  • Next Release for Posit Conf Presentation (Aug 11)

PRs

New Issues

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

No branches or pull requests

1 participant