Dictionary

Viewing 15 Dictionary
DictionaryDictionaryReleasesReleasesFrequently Asked QuestionsFrequently Asked QuestionsTutorialsTutorialsCategoriesCategoriesDownloadsDownloadsGlossaryGlossary
#
Dictionary Word 
Dictionary Description
1
Adapter 

Adapters are integration processes that are design as interfaces to process service call to an external gateway/integration interface. Within the structure of an adapter, the system call implements a Web Service call (SOAP/RESTful).

Path: /adapters/ tucksee-pay/ tucksee-pay.interface.php

 

2
Allowed Objects 

Allowed objects are the configuration settings that allow a custom module to be configured to inherit the core components like: list, add, edit, delete, approve, reject, resolve without having to write an peace of code of those modules.

3
ChooChoo Handler 

ChooCho is a handler developed as batch script that will facilitated background processes execute when requested by the event controller that is event initiated. Ultimately this as still Cronjobs with the same cronjob file structure.

 

Path: components/payment/cronjobs/context/cron/modules/send-remnder.php

 

4
Component 

Individual units of functionality that are a related in terms or functionality. These are packaged together as component and have a capabilities of becoming a plug-and-play:

  • components/user/application/context/modules/add.php
  • components/user/application/context/modules/view.php
  • components/user/application/context/modules/edit.php
  • components/user/application/context/modules/delete.php
  • components/user/application/context/modules/list.php
5
Cronjob 

The cronjob are background processes that help us execute those resource intensive processes. These Cronjobs can be executed from a scheduled task/job that will trigger the process execution at the scheduled date & time. 

6
Extra List Action 

Extra List actions are the action button list view, edit, delete buttons that you see in every list page. The action can be configures as a link or dialog-box

7
Extra Tab 

Extra Tabs are a UI component within your framework designed to enhance navigation by dividing an application form or process into multiple sections. These tabs are typically positioned at the top of the form and serve as a navigational aid, allowing users to switch between different sections of the application seamlessly. 

8
Group Filter 

Group filters are the advanced searches that you see every list page to allow user to search using keyword, from list of select items, search record between two dates. These group filters are so powerful that as a developer the only thing to worry about is to enable the searching of your chosen fields and connect your fields to the right data source.

9
Module 

Individual function that/process design to perform one use: create-record. These modules can be deigned or configured to inherit the core framework module with the use of  reuseModule runtime method.

Path: components/user/application/context/modules/add-user.php

 

10
Registry 

System configuration and technical customization tools which allows you to configure the application. This set of registry items are managed from the interface and access to this registry must only be issued those with the knowhow of system configuration and the impact thereof.

11
Reuse Module 

The Reuse Module in the framework is a powerful feature designed to promote code reusability and streamline the development process. It allows developers to leverage the functionality of existing code modules without needing to write or design new source code or UI/UX templates. 

12
Routine Helper 

Routine helpers are modules used as an extension of a class method to request the loading

 

Path: components/property-rates/routine-helper/ get-revenue-bills.php

 

13
Runtime 

The runtime is a helper that is responsible for passing module process request making sure that data is loading correctly based on the component configuration dictionary.

14
System Context 

System context are interfaces to the different parts of the system. Example of the context is an agent interface or a cronjon interface. The framework context structure have been deign offer an unlimited interface channels. 

15
Web Interfaces 

Module designed as helpers help us connect using service provider’s SDKs external interfaces, particularly for tasks like completing e-commerce transactions.

web-interfaces/service-provider/classes/ServiceProviderWebInterface.js could handle interactions with some e-commerce API.