-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
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).