You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Marcus Christie (Jira)" <ji...@apache.org> on 2021/02/04 14:54:00 UTC

[jira] [Commented] (AIRAVATA-3400) Implement Slider as an input mechanism in Django portal

    [ https://issues.apache.org/jira/browse/AIRAVATA-3400?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17278883#comment-17278883 ] 

Marcus Christie commented on AIRAVATA-3400:
-------------------------------------------

Ran into some local errors about mutated props in vue-slider-component. Installing the beta version fixes the issue for me: https://github.com/NightCatSama/vue-slider-component/issues/342#issuecomment-715882583

> Implement Slider as an input mechanism in Django portal
> -------------------------------------------------------
>
>                 Key: AIRAVATA-3400
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-3400
>             Project: Airavata
>          Issue Type: Sub-task
>          Components: Django Portal
>    Affects Versions: 0.18
>            Reporter: Eroma
>            Assignee: Marcus Christie
>            Priority: Major
>             Fix For: 0.18
>
>
> Requirement
>  # Input mechanism slider for Django portal String and numeric input types.
>  # In Sliders we should be able to configure the min and max.
>  # Users should be able to select a range in the slider or a specific number in the slider.
>  # Gateway admins should be able to configure whether its a range requiem from the user or a specific number.
>  # In slider, the gateway admins should also be able to say/state whether its a number, percentage, etc that is been taken as an input from the user.
> h5. Design
> - if a single value, the numeric value will be converted to string, for example: "5.5"
> - if a range value, the beginning and ending values will be converted to a comma-separated pair of numbers, for example: "20,80"
> h5. TODO
> - [ ] support range slider for specifying a range of values



--
This message was sent by Atlassian Jira
(v8.3.4#803005)