Update README.md

This commit is contained in:
Jan Kvetina 2022-01-04 22:42:24 +01:00 committed by GitHub
parent 1e8e1f18df
commit 02d6d7d0df
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,13 +3,15 @@
## Framework for easier Oracle APEX apps development
- custom logging and error handling
- custom user and roles management
- [custom user and roles management](http://www.oneoracledeveloper.com/2021/12/managing-users-roles-and-authorization.html)
- [custom navigation](http://www.oneoracledeveloper.com/2021/12/custom-apex-navigation.html)
- help functions to ease daily life
- [universal app setting](http://www.oneoracledeveloper.com/2021/12/application-settings-in-apex.html)
- everal helpful pages and functions to ease daily life
### Sharing objects
- [designed for sharing pages between apps](http://www.oneoracledeveloper.com/2022/01/sharing-pages-across-multiple-apex-apps.html)
- designed for sharing objects for multiple projects/apps in same db schema
- designed for sharing objects for multiple schemas in same db instance
- lower maintance time/effort when something changes in shared code