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

fix: Default people filter in bookings list for admin #18035

Open
wants to merge 13 commits into
base: main
Choose a base branch
from

Conversation

vijayraghav-io
Copy link
Contributor

@vijayraghav-io vijayraghav-io commented Dec 6, 2024

What does this PR do?

https://www.loom.com/share/dea5233306dd436c8e0e974c9dd658f5?sid=074ec548-12f4-47ae-8060-2d1497d99785

Mandatory Tasks (DO NOT REMOVE)

  • I have self-reviewed the code (A decent size PR without self-review might be rejected).
  • - N/A - I have updated the developer docs in /docs if this PR makes changes that would require a documentation change. If N/A, write N/A here and check the checkbox.
  • I confirm automated tests are in place that prove my fix is effective or that my feature works.

Copy link

vercel bot commented Dec 6, 2024

@vijayraghav-io is attempting to deploy a commit to the cal Team on Vercel.

A member of the Team first needs to authorize it.

@graphite-app graphite-app bot added the community Created by Linear-GitHub Sync label Dec 6, 2024
@graphite-app graphite-app bot requested a review from a team December 6, 2024 05:52
Copy link
Contributor

github-actions bot commented Dec 6, 2024

Hey there and thank you for opening this pull request! 👋🏼

We require pull request titles to follow the Conventional Commits specification and it looks like your proposed title needs to be adjusted.

Details:

No release type found in pull request title "Default people filter in bookings list for admin". Add a prefix to indicate what kind of release this pull request corresponds to. For reference, see https://www.conventionalcommits.org/

Available types:
 - feat: A new feature
 - fix: A bug fix
 - docs: Documentation only changes
 - style: Changes that do not affect the meaning of the code (white-space, formatting, missing semi-colons, etc)
 - refactor: A code change that neither fixes a bug nor adds a feature
 - perf: A code change that improves performance
 - test: Adding missing tests or correcting existing tests
 - build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
 - ci: Changes to our CI configuration files and scripts (example scopes: Travis, Circle, BrowserStack, SauceLabs)
 - chore: Other changes that don't modify src or test files
 - revert: Reverts a previous commit

@github-actions github-actions bot added Low priority Created by Linear-GitHub Sync 🧹 Improvements Improvements to existing features. Mostly UX/UI labels Dec 6, 2024
@dosubot dosubot bot added the bookings area: bookings, availability, timezones, double booking label Dec 6, 2024
Copy link

graphite-app bot commented Dec 6, 2024

Graphite Automations

"Add consumer team as reviewer" took an action on this PR • (12/06/24)

1 reviewer was added to this PR based on Keith Williams's automation.

"Add community label" took an action on this PR • (12/06/24)

1 label was added to this PR based on Keith Williams's automation.

"Add ready-for-e2e label" took an action on this PR • (12/08/24)

1 label was added to this PR based on Keith Williams's automation.

@vijayraghav-io vijayraghav-io changed the title Default people filter in bookings list for admin fix: Default people filter in bookings list for admin Dec 6, 2024
Copy link

vercel bot commented Dec 6, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
cal ❌ Failed (Inspect) Dec 11, 2024 7:53am
1 Skipped Deployment
Name Status Preview Comments Updated (UTC)
calcom-web-canary ⬜️ Ignored (Inspect) Visit Preview Dec 11, 2024 7:53am

Copy link
Contributor

@Praashh Praashh left a comment

Choose a reason for hiding this comment

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

Would be better, if you have test case for this functionality. @vijayraghav-io can you please add ?

@vijayraghav-io
Copy link
Contributor Author

Would be better, if you have test case for this functionality. @vijayraghav-io can you please add ?

sure will add

@vijayraghav-io
Copy link
Contributor Author

@Praashh , added an e2e test

Praashh
Praashh previously approved these changes Dec 8, 2024
Copy link
Contributor

@Praashh Praashh left a comment

Choose a reason for hiding this comment

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

Great Work @vijayraghav-io.

Copy link
Contributor

github-actions bot commented Dec 8, 2024

E2E results are ready!

@vijayraghav-io
Copy link
Contributor Author

Verified multiple times locally the new test is passing, along with bookings-list.e2e module.
Will figure out and update to remove flakiness on server.

@vijayraghav-io
Copy link
Contributor Author

@Praashh all tests are passing

Copy link
Contributor

@Praashh Praashh left a comment

Choose a reason for hiding this comment

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

Awesome work.

@vijayraghav-io
Copy link
Contributor Author

Thanks @Praashh may be you have to approve again, as prev approve was staled

Copy link
Contributor

This PR is being marked as stale due to inactivity.

@github-actions github-actions bot added the Stale label Dec 26, 2024
@vijayraghav-io
Copy link
Contributor Author

vijayraghav-io commented Dec 27, 2024

Gentle Reminder for review / action.

@Praashh
Copy link
Contributor

Praashh commented Dec 27, 2024

Gentle Reminder for review / action.

Cool Sir, I'll give it final touch 🙏 .

@vijayraghav-io
Copy link
Contributor Author

sure Thank you! 🙏

@github-actions github-actions bot removed the Stale label Dec 28, 2024
Praashh
Praashh previously approved these changes Dec 28, 2024
Copy link
Contributor

@Praashh Praashh left a comment

Choose a reason for hiding this comment

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

LGTM ❤️ !!

@vijayraghav-io
Copy link
Contributor Author

Gentle Reminder!

@PeerRich
Copy link
Member

hey @vijayraghav-io can you check the merge conflict?

@vijayraghav-io
Copy link
Contributor Author

vijayraghav-io commented Jan 14, 2025

hey @vijayraghav-io can you check the merge conflict?

@PeerRich , resolved merge conflicts 🙏

PeerRich
PeerRich previously approved these changes Jan 15, 2025
Copy link
Member

@PeerRich PeerRich left a comment

Choose a reason for hiding this comment

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

approved on behalf of @Praashh

@vijayraghav-io
Copy link
Contributor Author

resolved merge conflicts

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bookings area: bookings, availability, timezones, double booking community Created by Linear-GitHub Sync 🧹 Improvements Improvements to existing features. Mostly UX/UI Low priority Created by Linear-GitHub Sync ready-for-e2e
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[CAL-4851] If you're an admin, automatically filter to show your own bookings
4 participants