sl-ember-components
sl-ember-components copied to clipboard
Define capabilities and API for sl-calendar
This issue is where discussion about all of the things we want to change about the sl-calendar
component should occur and the final definition of its capabilities and API are defined. As these items are discussed and vetted, issues will be created to work any individual tasks, with this issue serving as the overall source of progress.
To indicate that a capability of the component needs to be verified, add a comment with **VERIFY**
as the first line.
To propose a change to the component, add a comment with **PROPOSAL**
as the first line.
To indicate that something needs to be researched, add a comment with **RESEARCH**
as the first line.
As you are leaving comments regarding any of these VERIFY
, PROPOSAL
, or RESEARCH
comments, link back to the comments link in your own so that the conversation can be more easily followed (in absence of threaded conversation support in Github). This should be done on the first line of the comment via **RE: <url>**
Capabilities and API
- [ ] ARIA support
- [ ] ...
Tasks Adding them here until issues are created
- Update documentation for each change
- Complete review of documentation against capabilities
Issues tracking these efforts
https://github.com/softlayer/sl-ember-components/issues?q=is%3Aopen+is%3Aissue+milestone%3A%22v0.13.0+%28Final+push+for+a+1.0.0+release%29%22+label%3Asl-calendar
PROPOSAL
Better/fully support story around sl-calender-day
and other sub components being able to be used independently.
PROPOSAL
Clicking a day should fire an action that receives a moment date object. Currently, without this, there is no use for the calendar other than as a reference.
PROPOSAL
Calendar should respect the day that the week starts on based on the locale. Spanish locale should show Monday/Lunes as first day of the week.
PROPOSAL
Separate 'active' vs 'today'. The day box representing "today" should be designated with a class that can be styled/overridden. Days marked "active" should represent some sort of selection or data.
RESEARCH
As we investigate what is desired / required for a native calendar implementation how do we address the TWBS styling of the calendar with a native implementation?
Do we try to follow the look and feel of https://bootstrap-datepicker.readthedocs.org/en/latest/#
RE: https://github.com/softlayer/sl-ember-components/issues/1253#issuecomment-186286404 I would say no, since the padding and colors aren't bootstrap