commit | 7fa2bf31c5a02692f6e9ba90be432580c61b5d97 | [log] [tgz] |
---|---|---|
author | Alex Fandrianto <alexfandrianto@google.com> | Fri Oct 03 13:09:16 2014 -0700 |
committer | Alex Fandrianto <alexfandrianto@google.com> | Fri Oct 03 13:09:18 2014 -0700 |
tree | 3d0692ab51c7200a2a1eb217a9f74429f1b02a04 | |
parent | e58f4b11f126169cdbd1b5f8b02ca95a5e34341e [diff] |
veyron-browser: Make invocation recommendations Use the smart-service to recommend method invocations too. This paves the way for the starring/pinning system. Screenshots - https://screenshot.googleplex.com/nZ401VR0oe (2 recommendations) - https://screenshot.googleplex.com/GtsBO097o1 (if 1 of the 2 got starred) This change also shows how the starring system would work. However, the stars are not maintained in local storage. Only recommendations can be starred at the moment. Inputted method invocations have no mechanism for getting stars. There's no limit to the number of starred items that can be shown. The <= 2 recommended items will not be shown if it'd result in >3 items. Change-Id: Ic3d20e329632a2c8fbc42a59ca8160e55c57752b
Mountable browser is a browser application that lets the user view and traverse mounttables.
Before you can run Mounttable Browser, you need to build. Simply run:
make
You must have the Veyron Extension installed to run this.
Get it here: https://github.com/veyron/veyron.js/raw/master/extension/veyron.crx
make start
and navigate to http://localhost:9000
to stop simply CTRL-C the console running the make start