JavaScript Framework
Go to file
2020-09-10 21:05:49 +02:00
.github improve issue templates 2020-03-03 20:22:44 +01:00
3D fix docblock alignment 2019-12-29 23:40:20 +01:00
Account move '{' of 'export class .* {' to newline 2019-12-31 10:39:08 +01:00
Animation fix capitalization of Object/Array 2019-12-30 00:48:05 +01:00
Asset continue optimizing todos 2020-01-05 21:39:19 +01:00
Auth move '{' of 'export class .* {' to newline 2019-12-31 10:39:08 +01:00
Chart let in to const in 2020-02-11 21:46:06 +01:00
Config move '{' of 'export class .* {' to newline 2019-12-31 10:39:08 +01:00
DataStorage move '{' of 'export class .* {' to newline 2019-12-31 10:39:08 +01:00
Dispatcher move '{' of 'export class .* {' to newline 2019-12-31 10:39:08 +01:00
Event let in to const in 2020-02-11 21:46:06 +01:00
Localization Init 2015-11-29 22:01:42 +01:00
Log let in to const in 2020-02-11 21:46:06 +01:00
Math normalize int|float order 2020-02-06 23:54:24 +01:00
Media CameraRecognition draft 2017-08-27 22:16:06 +02:00
Message delete header in some special cases 2020-06-18 20:37:00 +02:00
Model fix form bugs and add actions for click and submit 2020-04-18 22:37:05 +02:00
Module move '{' of 'export class .* {' to newline 2019-12-31 10:39:08 +01:00
Route continue optimizing todos 2020-01-05 21:39:19 +01:00
Security/Hash Static analysis fixes 2018-09-23 14:49:56 +02:00
Socket/Client cleanup and tests added for ci/cd 2019-11-20 22:27:51 +01:00
Spreadsheet fix docblock alignment 2019-12-29 23:40:20 +01:00
tests adjust frontend selector/fragment loading 2020-07-29 20:58:39 +02:00
UI fix sorting bug 2020-09-10 21:05:49 +02:00
Uri fix bug where cached uri information were used 2020-07-30 21:26:59 +02:00
Utils manual cs fixes 2020-09-01 20:57:48 +02:00
Views fix import relative path 2020-06-18 18:54:49 +02:00
.gitignore fix gitignore 2020-03-02 17:23:32 +01:00
Autoloader.js fix docblock alignment 2019-12-29 23:40:20 +01:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2018-01-05 21:28:02 +01:00
composer.json update phpstan version 2020-04-12 15:56:44 +02:00
composer.lock update composer and fix tests and add gitignore 2020-07-31 15:44:06 +02:00
CONTRIBUTING.md add issue information 2020-05-22 17:31:23 +02:00
LICENSE.txt Adding license 2015-12-22 18:15:28 +01:00
README.md Update Readme 2019-04-09 22:46:52 +02:00
UnhandledException.js fix docblock alignment 2019-12-29 23:40:20 +01:00

General

The jsOMS framework provides many features to manage and interact with the UI and connect the frontend to the backend for data exchange. Additionally to the framework features it also includes a library that provides additional functionality.

Features

Features this framework provides are:

  • UI action management
  • UI manipulation
  • Event management
  • Form management
  • Audio/Speech recognition
  • Logging (console/backend)
  • Asset management
  • Input management (touch, mouse, keyboard)
  • Math (e.g. matrix, string evaluation, etc.)
  • Uri generation
  • Charts
  • Websockets
  • Markdown
  • Templating
  • Cache/Storage management

Development Status

The framework reached a point where it can be already used albeit many features are still under development.