-
Notifications
You must be signed in to change notification settings - Fork 1
/
params.json
1 lines (1 loc) · 3.98 KB
/
params.json
1
{"name":"Lighthouse","tagline":"Beacon Tools and UI Improvements","body":"#Lighthouse\r\n\r\n(Formerly \"*Beacon Enhancement Suite*\", \"*BES*\".)\r\n\r\n##Requirements\r\n\r\n- [Google Chrome Browser](https://www.google.com/chrome/browser/desktop/index.html \"Download Google Chrome\")\r\n- NSW SES Beacon Account\r\n\r\n##Purpose\r\n\r\nLighthouse is intended to augment the functionality provided by Beacon. It streamlines some common workflows, such as closing a job or tasking a job to a team, it also provides customised displays for use on screens in an Operations Room.\r\n\r\nLighthouse also provides an opportunity to test functionality or fixes before those changes are put to the Beacon development team for incorporation into the core system.\r\n\r\n##Operation\r\n\r\nLighthouse is completely client-side. It stores no user data and runs cmpletely within the Chrome web browser. It is bound by existing Beacon management systems, such as user permissions, security checks and logging of actions within Beacon for auditing purposes.\r\n\r\nLighthouse simply interfaces with the same information and functionality as normal Beacon, just in a different (and hopefully more effective and efficient) way.\r\n\r\n##Usage\r\n\r\nA compiled stable version of the Lighthouse system is available through the [Google Chrome Store](https://chrome.google.com/webstore/detail/lighthouse/eheijalihofgiaoeanmnjceefmcpajnb \"Lighthouse in the Google Chrome Store\").\r\n\r\nThis version is updated when major changes are committed through the GitHub repository, and/or it is convenient ans safe to distribute an updated version.\r\n\r\n\r\nA compiled developer version of the Lighthouse system is available through the [Google Chrome Store](https://chrome.google.com/webstore/detail/lighthouse-development-pr/jcmiinngebdojjbcjlpjpdhiankmjbda \"Lighthouse Development Preview in the Google Chrome Store\").\r\n\r\nThis version is updated when minor changes are committed through the GitHub repository, and/or there is something in the pipeline that we want to test on a wider audience.\r\n\r\n\r\n##Development\r\n\r\nInstall:\r\n\r\n- NodeJS and npm\r\n- Gulp (`npm install -g gulp-cli`)\r\n\r\nBuild:\r\nRun `npm install` in the root of this repository. You then should be able to run `gulp`. The extension will be built into `build` and bundled into `dist`. Load the `build` directory as an unpacked Chrome extension and then execute `gulp watch` while developing to have gulp automatically rebuild JS/JSX as you edit the files.\r\n\r\nPull requests are welcome!\r\n\r\n## Changes\r\n\r\n###In development:\r\n\r\n- Address history - display other jobs with same address.\r\n- NITC exports\r\n\r\n\r\n###To Do\r\n\r\n- Prefill \"Primary Action\" on job completion based of job type (you know, because of all the RCR we do on landsearch jobs)\r\n- Prefill \"Contact\" on send message screen to fill with users HQ\r\n\r\n###Tested:\r\n\r\n- Map overlay to prevent theft of mouse when scrolling.\r\n- Quick Filters. Allows for fast access to complex filter groups when searching. eg, \"All Open Jobs\" selects all the job tags that mean open (New,Ack, Tasked, Refered)\r\n- Idle session detection with popup to warn user.\r\n- Time picker options of 'this year' and 'all time' added.\r\n- Team summary screen.\r\n- Change page title to job number when viewing a job.\r\n- Change page title to team name when viewing a team.\r\n- Fixed missing favicon on the login page.\r\n- Fixed missing page title on the login page.\r\n- Hide maximise button on popup on situational awareness map\r\n- Job summary and statistics page that feeds directly from beacon filters\r\n- Quick Text on team completion and job finalisation\r\n- Quick Task on team completion\r\n- Fixed message line breaks. Instead of showing `<br>` an actual line break is inserted into the message correctly.\r\n- Added more pagination choices to tasking and job list\r\n- Christmas theme :p\r\n\r\n\r\n\r\n\r\n\r\n","google":"","note":"Don't delete this file! It's used internally to help with page regeneration."}