Skip to content

Improve deprecation warnings #32

@ggam

Description

@ggam

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions