RocketChat / RocketChat/fuselage
Date Time Picker Element
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 162
- Forks
- 258
- Avg merge
- 2d 23h
- Merged PRs (30d)
- 24
Description
Problem statement
- Rocket.Chat app developers might need a date time picker element to precisely set time in Javascript Dates in order to schedule tasks/jobs.
- Example: In ClickUp Rocket.Chat app, in order to set start/due dates for tasks, a user might want to set an interval for few hours in start and due durations, currently
datepickerelement lets user to select only date.
Example, currently datepicker element allows-

Describe the behavior of New Component
- Allowing users to select Date and Time (using Javascript datatime-local type)
Example, possible new datetimepicker element would allow-

Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the existing datepicker element and the requested JavaScript datetime-local behavior. Define the new datetimepicker element around date-and-time selection, then verify that users can select values suitable for scheduling task intervals and that its behavior is consistent with the existing datepicker.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- design, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100