Related links
Framework Core functionality
- AyMINE Framework Server
- Configuration of the user-defined fields
- Client-Defined attributes
- Default server methods
- Strings and translations
- User sessions
- Import collection of objects
- Multi tenant Architecture
- The AyMINE licence model
- Export collection of objects
- System messaging
- System Rights
- File Management with End-to-End Encryption
- Server configuration for large files
SOA / Event Management
Support for Service Object Architecture and Internal Event ManagementModule - support for management
Front-End Scripting
System Management
- SaaS Management Module
- Management of the SaaS service client
- Encryted wallet storing access keys for data vault
- Definition and Management users in the SaaS system
- Management of the system users
- System right management
- System role is how user administrator sets the rights
- File access, storing and locking
- Communication geateways
- Private Object Marks, Sign & Notes
Task Management Module
- About TSK module
- Support for voting and decision management
- Support and implementation notes for FMEA
- Support for the Methodology Management
- Project Methodology Support
- Project Roles - Data model and implementation notes
- Actions and Meeting Agenda
- Description of person and supplier competencies
- Business event
- Problem & Helpdesk management support
- TSK module releases
- User Reminder
Task & Task pattern
Mobile & Web Application
- Client-Side Scripting using API
- Application Object Structure
- Clipborad Link - Cliplink
- fclip
- drag-drop
- AyMINE Application
- objectdefinition_inlineedit
- clientprogramming
- mobileapplication
- languagesupport
- objectdefinition_multiupdate
- Object API – object <g>
- clientprogramming_fevallanguage
- clientprogramming_fevaluser
- objectdefinition_viewdefinition
- offlineobjects
- System console
- Runtime debugging
- objectdefinition_detailview
CMS - Content Management & Web API services
FI - Finance Management
CRM - Customer-Relationship Management
Sales & Asset management
Sales related services
Description of a part of the AM module - sales partCommon libraries
AyMINE Application uses several NPM (js/TS) libraries with MIT or similar licence that permits their using both for commercial and non-commercial use.
All libraries are managed by the npm.
Libraries used by AyMINE Application
- TypeScript – Complete application is in the Type Script and so the library is necessary to create Java Script.
- Rollup – Used to build up application during transpilation. Several other free-to-used plugins are parts of the rollup transpilation ecosystem.
- TOAST library – Visual elements are used for some important parts of the application
- TOAST Charts – used to generate graphs and charts
- TOAST Editor – used for markdown text editing
- TOAST/TUI Calendar – graphical library to present the calendar
- Simple lightweight string operation library – described on the subpage
Subsections contains information about included libraries and modules. Documentation is in the form how is provided by authors except the entry comments.
TOAST/UI library has its own well-managed pages and so there is no reason to publish anything else about the library here.
Let's mention that AyMINE Application is not dependent on any of common libraries like Bootstrap, Angular, React or even JQuery. We are building application mostly from scratch in its roots after several years of experience that these libraries are good for regular project but risky for application designed to support 15+ years of operation.
Although AyMINE Application does not used any of the mentioned frameworks and although any other, they can be used by the developers that implement modules including Application plugins. (Plugins are not necessary part of the module but can be used to enrich the visual experience or visual elements of the client Application.)
All direct application depenedencies
├── tui-calendar
├── tui-code-snippet
├── tui-color-picker
└── tui-tree
Development dependencies
├── @toast-ui/chart
├── @toast-ui/editor
├── @rollup/plugin-node-resolve
├── composer
├── npm-dts
├── npm
├── rollup-cache
├── rollup-plugin-terser
├── rollup-plugin-typescript2
├── rollup
├── eslint
├── npm
├── sass
└── typescript