Simon Hunt | c2202d5 | 2014-12-16 13:30:15 -0800 | [diff] [blame] | 1 | # Framework related code |
| 2 | |
Simon Hunt | 4deb0e8 | 2015-06-10 16:18:25 -0700 | [diff] [blame] | 3 | - layer |
Simon Hunt | dc6362a | 2014-12-18 19:55:23 -0800 | [diff] [blame] | 4 | - Flash Service (transient messages) |
| 5 | - Panel Service (floating panels) |
| 6 | - Quick Help Service (key bindings, mouse gestures) |
Simon Hunt | 4deb0e8 | 2015-06-10 16:18:25 -0700 | [diff] [blame] | 7 | - Veil Service (loss of server connection) |
Simon Hunt | dc6362a | 2014-12-18 19:55:23 -0800 | [diff] [blame] | 8 | |
Simon Hunt | 4deb0e8 | 2015-06-10 16:18:25 -0700 | [diff] [blame] | 9 | - mast |
| 10 | - Masthead Service |
| 11 | |
| 12 | - nav |
| 13 | - Navigation Service (navigation menu) |
| 14 | |
| 15 | - remote |
| 16 | - REST Service |
| 17 | - URL functin Service |
Simon Hunt | dc6362a | 2014-12-18 19:55:23 -0800 | [diff] [blame] | 18 | - Web Socket Service |
Simon Hunt | 4deb0e8 | 2015-06-10 16:18:25 -0700 | [diff] [blame] | 19 | - Web Socket Event Service |
| 20 | - Web Socket encapsulation |
Bri Prebilic Cole | 1598301 | 2015-01-28 15:17:18 -0800 | [diff] [blame] | 21 | |
Simon Hunt | 4deb0e8 | 2015-06-10 16:18:25 -0700 | [diff] [blame] | 22 | - (Login Service) << planned |
| 23 | |
| 24 | - svg |
| 25 | - GeoData Service (TopoJSON map functions) |
| 26 | - Glyph Service |
| 27 | - Icon Service |
| 28 | - Map Service |
| 29 | - SVG Utilities Service |
| 30 | - Zoom Service |
| 31 | |
| 32 | - util |
| 33 | - General Functions |
| 34 | - Key Handler |
| 35 | - User Preference Service |
| 36 | - Randomization Service |
| 37 | - Theme Service |
| 38 | |
| 39 | - widget |
| 40 | - Button Service |
| 41 | - Table Service (table styling directives) |
Bri Prebilic Cole | 0feedc0 | 2015-04-09 14:17:37 -0700 | [diff] [blame] | 42 | - Table Builder Service |
Bri Prebilic Cole | 2e3f856 | 2015-02-17 17:21:31 -0800 | [diff] [blame] | 43 | - Toolbar Service |
Simon Hunt | 4deb0e8 | 2015-06-10 16:18:25 -0700 | [diff] [blame] | 44 | - Tooltip Service |