mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-31 19:27:00 -06:00
A desktop client for the Symphony Collaboration Platform built using Electron
4aaa9ac539
* SEARCH-627 & SEARCH-628 - Add implementation for memory indexing - Batch indexing and Real-time indexing * ELECTRON-426 (#345) - Changes innerHTML to innerText - Removes 'replaceStrongTag' and 'replaceHTMLTags' function and changing to innerHTML to innerText * SEARCH-764 - Rework "deleteIndexFolders" in the Electron Preload Script - Fixes the Security Vulnerability * SEARCH-764 - Updates spectron test preload api version * SEARCH-766 - Rework "readFile" in Electron Preload Script - Removing this method as this is only for the demo app * SEARCH-766 - Removes merge method * SEARCH-767 - Rework "path" in Electron Preload Script - Removes the constructor to use hardcoded path * SEARCH-767 - Updates unit test * SEARCH-775 - Adds search api version to match with the client app * SEARCH-775 - Spectron test fix * SEARCH-770 (#391) - constructor is required which was removed as part of SEARCH-767 |
||
---|---|---|
.github/ISSUE_TEMPLATE | ||
build | ||
config | ||
demo | ||
installer | ||
js | ||
library | ||
locale | ||
tests | ||
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
CODE_OF_CONDUCT.md | ||
CONTRIBUTING.md | ||
DEV_SETUP.md | ||
LICENSE | ||
NOTICE | ||
package.json | ||
PULL_REQUEST_TEMPLATE.md | ||
README.md |
SymphonyElectron
About:
SymphonyElectron is a desktop client of the Symphony Communication Platform built for macOS, Windows 10 and Windows 7. We've built this using the popular electron framework to support cross platform desktop apps loaded in a chromium container
Project Goals:
Our goal is to improve the performance and development agility of Symphony's desktop wrapper and build a path to support other wrappers by:
- Standardizing the JS to native interfaces
- Standardizing the app to app interfaces (current embedding API)
- Provide an open and free reference implementation that anyone can contribute to, modify, and make derivative works.
In order to achieve those goals Symphony is participating and working in close collaboration with the Foundation Desktop Wrapper Working Group
Development Setup & Running
Read Dev Setup