insider-framework
A web framework
Created Feb 16, 2019, Edited Feb 15, 2021
Fit all code to PSR #40- Dynamic load date format, currency and others from configuration (PHP and JS) #44
- Replace global $kernelspace variable for a module call #43
- Fix on persistent connection #1
Github integration test #2Implement install pkg on console #7- insertAndReturnRows function #11
- Implement console (PHP and JS) functions/logic #12
- Implement tests logic #13
- Match all code to PSR-2 (Coding Style Guide) #14
Updating framework documentation and creating task list #15Choose framework license #16Create a global context logic #17- Add option to customize format of logs in framework #19
- Optimize logging of the framework (LOG option of the ErrorRegister function) - add logrotate logic #20
- Review model code in sys/useradmin_model.php #21
- Separate in keyclasses what is just the internal function of the framework and the function that can be used by the developer. #24
- Annotation to allow/block request bodys #27
- Create cache for mirror functions (like mirrorpackageinfo) #28
- Set return type to all functions #29
Check cache bug when change template code #30- Use parent blocks on views #31
Uninstall pkg #33- Improve getDependencyRequiredVersion function in KeyClass\Registry #34
Implement progressive update on pkg system #35Docker environment for framework #36Translate messages and comments to English #37- Implement more formats to compress/decompress methods in KeyClass\Filetree #38
- Make private all functions that cannot be accessed from outside of a class #39
Create the new site for the framework #41- Refactory "native" auth methods #45
- Create i10n for views of errors #46
- Put "Retry time" in Apps/Sys/Views/error/load_avg.sgv to a config variable in the system #47
Create original images for assets in sys #48- Check @package annotations in the files #49
- Create missing actions of package system #50
- Implement Middlewares #51
- Implement Adapters layer #52
- Fix infinite log text registers #53
- Write Core tests #54
- Create some strategy to test components in Sagacious (include test directories for new components) #55
- Create "alias" for routes, for SEO friendly #56