-
Notifications
You must be signed in to change notification settings - Fork 133
Platform: Calendar Component Techical Design
kavya-b edited this page May 13, 2020
·
3 revisions
See Fundamental NGX: Core implementation of Calendar.
Link to general support for i18n: Supporting internationalization in ngx/platform
Core's Calendar is handling i18n in its own way: core internationalization
Special Usecase: No
Redesign Required: No
@From Sushma As per Fiori : update core with below types during development:
There are different calendar types:
- Single Day Selection: This type allows the user to select one single day at a time.
- Single Interval Selection: This type enables the user to select an interval or one entire week.
- Multiple Day Selection: This type allows the user to select multiple days, that do not have to be next to each other. Selecting entire week(s) and a date range is also possible.
- Multiple Months: If users need the context of more than one month for their date selection, the multiple month type of the calendar should be used. You can decide whether single day selection or multiple selection (like multiple days, entire weeks and date ranges) is possible. It is not recommended to display more than two or three calendars at the same time.