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

Absolute scheduler time picker issues on study start/end dates #555

Closed
rania-is opened this issue Oct 22, 2024 · 2 comments
Closed

Absolute scheduler time picker issues on study start/end dates #555

rania-is opened this issue Oct 22, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@rania-is
Copy link

  • When setting the absolute scheduler for the first day of the study, the time picker restricts the start time to 2:00 AM, rather than allowing selection from midnight (00:00).

  • For the end date on the last day of the study, the time picker limits selection to 1:00 AM and 00:00.

The issue may stem from how the start and end times are configured for the study period. The time should be set from midnight (00:00) on the first day until 23:59 on the last day,

This is related to issue #541 regarding default scheduler behavior.

@rania-is rania-is added the bug Something isn't working label Oct 22, 2024
@rania-is rania-is changed the title Absolute Scheduler Time Picker Issues on Study Start/End Dates Absolute scheduler time picker issues on study start/end dates Oct 22, 2024
janoliver20 added a commit that referenced this issue Dec 2, 2024
Switches from require to import statements for consistency and modern syntax in both JavaScript and Vue files. Introduces computed properties for minDate and maxDate to improve date handling and ensure accurate time settings for scheduled events. This enhances code readability and maintains better date boundaries within the scheduler component.
@janoliver20
Copy link

#562

janoliver20 added a commit that referenced this issue Dec 2, 2024
…ts-at-200-and-ends-at-100-instead-of-0000-to-2359

#541, #555: Refactor imports and optimize date computations
@andresgruber
Copy link
Contributor

Default Schedulers now start at 00:00 on the first day and ends at 23:59 on the last day, changing values is possible!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants