Giter Site home page Giter Site logo

Comments (6)

deppp avatar deppp commented on August 16, 2024 1

@vade Excellent point! Making multiple tags with the same name can't work because then the model may get confused. But adding an ability to adjust the view can be an option. I'll experiment later today and let you know if that's doable.

As a side note, I've run some experiments with nesting the Choice tags inside other Choice tags, something like this:

<View>
  <Choices name="checkbox">
    <Choice value="main group 1">
      <Choice value="sub group 1"></Choice>
    </Choice>
    <Choice value="main group 2" />
  </Choices>
</View>

It would render the main group only, and you can "open" it by clicking on it and find a specific item. Also, something that can be useful is to show an input to filter.

from label-studio.

makseq avatar makseq commented on August 16, 2024 1

Try to check this examples:

1 conditional classification

2 two level classification

3 taxonomy tag

from label-studio.

vade avatar vade commented on August 16, 2024

Oh goodness the latter option would be amazing!

from label-studio.

vade avatar vade commented on August 16, 2024

Yea if nested choices are revealed when the parent is clicked that would be amazing. Does

<Choice value="main group 1">

also have the ability to have a value and alias to send to the model and show up as a task output?

Perhaps if it has the tags it can? That would help make a flexible 'tree' of choices to navigate.

Alternatively it might be nice to have the sub-group expand - select some choices for the data , and then collapse the set of choices while retaining your selection.

Perhaps some sort of disclosure triangle like metaphor?

Very much appreciate the quick reply! Thank you!

from label-studio.

deppp avatar deppp commented on August 16, 2024

@vade that is now supported with the latest release, you can include the <View> and <Header> and <HyperText> tags inside either Choices or Labels tags. Check it out

from label-studio.

joaourbano avatar joaourbano commented on August 16, 2024

Hi,

Browsing through this topic. Could someone get me an example of it working? Running into problems.

Thanks

from label-studio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.