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

Bug: name mismatch when renaming recurring meeting #10702

Open
jordanh opened this issue Jan 17, 2025 · 1 comment
Open

Bug: name mismatch when renaming recurring meeting #10702

jordanh opened this issue Jan 17, 2025 · 1 comment
Labels
bug p3 Should be addressed when able

Comments

@jordanh
Copy link
Contributor

jordanh commented Jan 17, 2025

Issue - Bug

  1. Enter a retro meeting that has been set up with recurrence
  2. Rename the meeting
  3. Navigate back the dashboard, note the name does not match (even after pressing refresh)

See this Loom: https://www.loom.com/share/55b16964192b481fabe4307d42144038

  • How serious is the bug? P3
  • OS: macOS
  • Browser: Chrome

Acceptance Criteria (optional)

Users can:

  • Rename (and override) the latest (open) meeting in a recurrence series

Estimated effort: 1 hour to triage. More if root cause is already identified.

@jordanh jordanh added bug p3 Should be addressed when able labels Jan 17, 2025
@github-project-automation github-project-automation bot moved this to To triage in Product Jan 17, 2025
@iamhks
Copy link

iamhks commented Jan 20, 2025

Hi @jordanh
I replicated the bug and here are my observations:

I setup a recurring retro:
Image

Post that I opened the meeting:
Image

As you see for the first instance of the meeting the Date is automatically appended in the title. That means each meeting is a unique instance. When a user edit's the title for a meeting they are just updating that specific instance. This is particularly helpful if we want to make a note of important meetings for example:
"Retro - All Hands"
"Retro - Christmas"
and the regular recurring meeting will continue like "Retro - Jan 29"
Hence, this might be the intentional design is what I feel.

The bug actually is once you edit in recurrence settings from the home page you get a server error, that shouldn't happen.

I looked into it and observe that once you refresh; the edited meeting name does update! So we just need to fix how the response is handeled in the front end. What do you think?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug p3 Should be addressed when able
Projects
Status: No status
Status: To triage
Development

No branches or pull requests

2 participants