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

Improve best time to meet algorithm #14

Open
4 tasks
taneliang opened this issue Oct 15, 2018 · 0 comments
Open
4 tasks

Improve best time to meet algorithm #14

taneliang opened this issue Oct 15, 2018 · 0 comments
Labels
enhancement New feature or request

Comments

@taneliang
Copy link
Collaborator

  • Integrate best time to meet algo into UI.
  • Ensure that slots with 0 people aren't considered. This can be done by giving them a very low negative value.
  • Implement key people filter. This can be done by giving these people very high weights.
  • Check that a meeting has a constant set of attendees. The current max range algorithm tries to find the meeting time where the highest number of people can make it for the longest duration. However, as we only consider the number of people and not the actual people, the set of people who can attend the meeting may change throughout the meeting. This may be intentional - it may be okay for people to leave and arrive partway through the meeting, but it should be a setting available to the user.
@taneliang taneliang added the enhancement New feature or request label Oct 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant