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

feat: Add recurring retros #9311

Merged
merged 9 commits into from
Jan 23, 2024
Merged

feat: Add recurring retros #9311

merged 9 commits into from
Jan 23, 2024

Conversation

Dschoordsch
Copy link
Contributor

@Dschoordsch Dschoordsch commented Jan 9, 2024

Description

Fixes #9291
[Please include a summary of the changes and the related issue]

Demo

https://www.loom.com/share/df6356fffd4e419d8c33384fb9f6fb34?sid=3d3440ae-44d1-4027-a458-073897b66e85

Testing scenarios

Try process recurrence with a retro

  • assign the org feature flag recurringRetros
  • create a recurring retro
  • adapt the fields MeetingRetrospective.createdAt, MeetingRetrospective.scheduledEndTime in Rethink and MeetingSeries.recurrenceRule in Postgres to one day behind and run scheduleRecurrence mutation to see the meeting restart, see Demo

Smoke test nothing broke

  • create and run normal Retro
  • create a Standup

Final checklist

  • I checked the code review guidelines
  • I have added Metrics Representative as reviewer(s) if my PR invovles metrics/data/analytics related changes
  • I have performed a self-review of my code, the same way I'd do it for any other team member
  • I have tested all cases I listed in the testing scenarios and I haven't found any issues or regressions
  • Whenever I took a non-obvious choice I added a comment explaining why I did it this way
  • I added the label One Review Required if the PR introduces only minor changes, does not contain any architectural changes or does not introduce any new patterns and I think one review is sufficient'
  • PR title is human readable and could be used in changelog

@github-actions github-actions bot added the size/l label Jan 9, 2024
Base automatically changed from chore/moveMeetingTypesToCodegen to master January 10, 2024 14:47
@github-actions github-actions bot added size/m and removed size/l labels Jan 11, 2024
@Dschoordsch Dschoordsch changed the base branch from master to chore/9342/recurringRetrosFeatureFlag January 17, 2024 13:51
@Dschoordsch Dschoordsch marked this pull request as ready for review January 17, 2024 15:52
Base automatically changed from chore/9342/recurringRetrosFeatureFlag to master January 18, 2024 08:56
Copy link
Contributor

@nickoferrall nickoferrall left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The code looks good, and it's working for me. I think we should find a way to get recurrence and the Gcal "Schedule" flow working together, but I know you're working on that in Slack with Alicia.

I also think that if it's a retro template, we shouldn't refer to "Standups" in the placeholder on description text:

Screenshot 2024-01-22 at 17 57 07

@Dschoordsch
Copy link
Contributor Author

@nickoferrall The placeholder is fixed in one of the upcoming PRs.

@Dschoordsch Dschoordsch merged commit df2e992 into master Jan 23, 2024
4 checks passed
@Dschoordsch Dschoordsch deleted the feat/9291/recurringRetros branch January 23, 2024 08:07
@github-actions github-actions bot mentioned this pull request Jan 23, 2024
24 tasks
mattkrick added a commit that referenced this pull request Jan 23, 2024
* fix: handle breaking syntax in pr body (#9368)

Signed-off-by: Matt Krick <matt.krick@gmail.com>

* feat: support SERVER_SECRET rotations gracefully (#9360)

Signed-off-by: Matt Krick <matt.krick@gmail.com>

* chore: Prettify "Time's up" Slack message (#9352)

* chore: Prettify "Time's up" Slack message

* Prettify Mattermost as well

* feat: Add recurring retros (#9311)

* chore: Add recurring retros feature flag

* Make it an org flag

* feat: Recurring retros

* Only show the recurring settings if the feature flag is set

* Formatting

* Add processRecurrence test for retros

* Remove debug output

* Minor fixes

* Fix recurrence label colours in meeting dash

* fix: render activity library tooltip (#9376)

* chore(release): release v7.14.0 (#9369)

Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>

---------

Signed-off-by: Matt Krick <matt.krick@gmail.com>
Co-authored-by: Matt Krick <matt.krick@gmail.com>
Co-authored-by: Georg Bremer <github@dschoordsch.de>
Co-authored-by: Nick O'Ferrall <nickoferrall@gmail.com>
Co-authored-by: parabol-release-bot[bot] <150284312+parabol-release-bot[bot]@users.noreply.github.com>
jordanh pushed a commit that referenced this pull request Feb 8, 2024
* chore: Add recurring retros feature flag

* Make it an org flag

* feat: Recurring retros

* Only show the recurring settings if the feature flag is set

* Formatting

* Add processRecurrence test for retros

* Remove debug output

* Minor fixes

* Fix recurrence label colours in meeting dash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Recurring retros: add meeting setting
2 participants