Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add data type hints to column and entry descriptions #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jan 25, 2021

  1. Add data type hints to column and entry descriptions

    Fixes eclipse-cdt-cloud#35
    
    With this, it is expected that column and entry descriptions may contain
    an optional typing option, to explain what the data type is and, if
    available, what unit to use when formatting it.
    
    This allow the server implementations to send raw data to the client,
    who would then have the option to format the data, but also the
    possibility to do some other actions, like sorting, or use the data for
    richer data interactions, as raw data may have a same meaning in
    different outputs, unlike pre-formatted data which may not allow such
    interaction.
    
    Signed-off-by: Geneviève Bastien <[email protected]>
    tahini committed Jan 25, 2021
    Configuration menu
    Copy the full SHA
    8897d35 View commit details
    Browse the repository at this point in the history