Closed Mil4n0r closed 9 months ago
Only the basic documentation for the website was done. Design part and basic usage are still missing. (It is possible to create a new task for it)
An observation on this PR and for the next time. When we develop a new component we normally do the implementation first and then the documentation in a separate PR. This alleviates the burden of the review, allows the task to be broken down into smaller modules and also has the benefit that once the implementation has been merged, a new version of the library is generated and can therefore be used in the documentation PR for the examples.
Also, developers are only in charge of the Code
tab. Usage
and Specifications
are created by the designers in most of the cases, since they are who best know its usage and specs.
Checklist (Check off all the items before submitting)
/lib
directory./website
as needed.Description Implementing the new
StatusLight
component, including testing and documentation.Closes #1803