Code Monkey home page Code Monkey logo

Comments (7)

howdyjessie avatar howdyjessie commented on July 30, 2024

A preliminary Google says the URL limit is basically at 2000 characters... http://stackoverflow.com/a/417184/3581097

... which I think would be broken if we selected all.

from chaise.

robes avatar robes commented on July 30, 2024

Itโ€™s really just implementation dependent. Notice the comment that says Chrome handles 20,000+ character URLs. And thatโ€™s just the browser side of the equation.

from chaise.

howdyjessie avatar howdyjessie commented on July 30, 2024

Aside from the question of technical feasibility, there's also a question of utility. I don't recall that we have user test data to support a "Select All/Deselect All" checkbox, but I defer to @crisaless to affirm/negate that.

What exactly should a Select All and Deselect All do?

from chaise.

karlcz avatar karlcz commented on July 30, 2024

The select-all/deselect-all is a crutch to deal with overly large checkbox lists or to express other constraint concepts. Consider the cases approaching the limits:

  1. Select all: every possible value matches the facet, which makes it equivalent to a column-is-not-null constraint.
  2. Select all then deselect a few: equivalent to not-null AND not-equal one of those few deselected values.
  3. Deselect all then select a few: matches a few (our normal use case), adding a short-cut for delete chicklet, edit facet over again
  4. Deselect all is a weird UX corner case which could mean either of:
    • Column-is-null constraint?
    • Facet deactivated, no constraint at all?

I wonder whether the UX should address different scenarios with different constraint forms rather than trying to cram such pathological cases into a checkbox list.

from chaise.

robes avatar robes commented on July 30, 2024

@howdyjessie I think this is still a good task to keep around and decide on how we want to solve it. But maybe we should un-schedule it from the Sept Sprint.

from chaise.

howdyjessie avatar howdyjessie commented on July 30, 2024

@robes I put it under the nebulous Oct Sprint milestone for now ๐Ÿ‘

from chaise.

robes avatar robes commented on July 30, 2024

We need to revisit this later. There may be a different approach.

from chaise.

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.