Merge branch 'main' of https://github.com/jkvetina/CORE
This commit is contained in:
commit
7701d29933
14
packages/README.md
Normal file
14
packages/README.md
Normal file
@ -0,0 +1,14 @@
|
||||
# Packages
|
||||
|
||||
### APP
|
||||
- generic functions and procedures for logging, user & session management, APEX things...
|
||||
|
||||
<br />
|
||||
|
||||
### APP_ACTIONS
|
||||
- more complex procedures for handling some actions in APEX
|
||||
|
||||
<br />
|
||||
|
||||
### A770
|
||||
- overrides and app roles just for app 770
|
||||
51
tables/README.md
Normal file
51
tables/README.md
Normal file
@ -0,0 +1,51 @@
|
||||
# Tables
|
||||
|
||||
### Apps, Roles, Users, Sessions
|
||||
|
||||
Table Name | Description
|
||||
---------- | -----------
|
||||
APPS | List of apps
|
||||
ROLES | List of roles
|
||||
SESSIONS | List of sessions
|
||||
USER_ROLES | List of roles assigned to users
|
||||
USERS | List of users
|
||||
|
||||
<br />
|
||||
|
||||
### Navigation
|
||||
|
||||
Table Name | Description
|
||||
---------- | -----------
|
||||
NAVIGATION | Navigation items
|
||||
|
||||
<br />
|
||||
|
||||
### Logging
|
||||
|
||||
Table Name | Description
|
||||
---------- | -----------
|
||||
EVENTS | List of events interesting for business
|
||||
LOG_EVENTS | List of business events
|
||||
LOGS | Various logs raised in application; daily partitions
|
||||
LOGS_BLACKLIST | Define what logs will or wont be tracked
|
||||
|
||||
<br />
|
||||
|
||||
### Settings
|
||||
|
||||
Table Name | Description
|
||||
---------- | -----------
|
||||
SETTING_CONTEXTS | List of contexts for settings overrides
|
||||
SETTINGS | List of settings shared through whole app
|
||||
|
||||
<br />
|
||||
|
||||
### Others
|
||||
|
||||
Table Name | Description
|
||||
---------- | -----------
|
||||
USER_SOURCE_VIEWS | User views source converted to lines
|
||||
|
||||
<br />
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user