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

Enhancement: Allow Users to Specify Event Duration in Hours and Minutes Instead of Only Minutes #19553

Open
suraj719 opened this issue Feb 26, 2025 · 0 comments
Labels
✨ feature New feature or request 🧹 Improvements Improvements to existing features. Mostly UX/UI 🚨 needs approval This feature request has not been reviewed yet by the Product Team and needs approval beforehand

Comments

@suraj719
Copy link

suraj719 commented Feb 26, 2025

Is your proposal related to a problem?

Currently, when users create an event, they have to specify the duration in minutes. This can be inconvenient, especially for longer events. For example, if a user wants to create a 2-hour 45-minute event, they must manually convert it to 165 minutes. This extra step affects user experience and can lead to mistakes.

Describe the solution you'd like

A more intuitive approach would be to allow users to enter the duration in hours and minutes separately. The UI could provide two input fields—one for hours and one for minutes.

=> If the user selects 2 hours and 45 minutes, the event duration should be displayed as "2hr 45min".
=> If the hours field is 0, then we display only minutes (e.g., "30min" instead of "0hr 30min").

This would enhance usability and make scheduling events more user-friendly.

Describe alternatives you've considered

An alternative could be using a dropdown or predefined time slots, but this might limit flexibility. Another option could be allowing natural language input (e.g., "2h 45m"), but a dedicated hours/minutes input would be the most straightforward and accessible solution.

Additional context

This change would align with how most scheduling tools handle time inputs, improving overall usability. A simple UI update with backend validation would be sufficient to implement this feature.

Requirement/Document

No specific document, but the existing event scheduling UI can be referenced

Image

@suraj719 suraj719 added ✨ feature New feature or request 🚨 needs approval This feature request has not been reviewed yet by the Product Team and needs approval beforehand labels Feb 26, 2025
@dosubot dosubot bot added the 🧹 Improvements Improvements to existing features. Mostly UX/UI label Feb 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ feature New feature or request 🧹 Improvements Improvements to existing features. Mostly UX/UI 🚨 needs approval This feature request has not been reviewed yet by the Product Team and needs approval beforehand
Projects
None yet
Development

No branches or pull requests

1 participant