-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
The following can be done to better advise the user about deprecated stuff:
- create a dedicated topbar section for deprecated components and move datePicker and slider there
- in the page of the deprecated component, a clearly visible message should be added indicating that the component is deprecated and preferably, an explanation of the reasons.
- log a warning when instantiating a deprecated component. This can be done on the default constructor
- deprecated components should be annotated @deprecated to instruct developers reading trough the code
- deprecated atributes should use
styling. Can xtext handle this?
Metadata
Metadata
Assignees
Labels
No labels