Skip to content

Implement a generic selection component #8

@thejonan

Description

@thejonan

Take the existing selection mechanism and wrap it as a generic skill-set. Few things are important here and need to be clarified:

  • It is important to have the (de)select mechanism in-browser, so the user doesn't need to wait for a server response to see the effect of her selection. However, certain storing of selection may be need on the server, still - no need to wait for it.
  • Currently the page's URL is changed on every selection so that sending the current URL also sends the selection. This has some additional problems, however. Probably it is a good idea to encapsulate the in-browser navigation possibilities in a separate skill-set (Implement a generic in-browser navigation skill-set #9).

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions