Quiztech Assessment Platform WordPress Plugin
Find a file
Ruben Ramirez 6beb1c2251 Fix activation errors and address initial TODOs
- Resolved fatal errors during plugin activation related to Composer autoloading, procedural function loading ('\die' vs 'die'), and 'dbDelta' SQL formatting.
- Defined and documented required post meta fields in 'memory-bank/project-knowledge/meta-fields.md'.
- Implemented logic for custom columns in 'AdminListTables.php' using defined meta keys.
- Made assessment title dynamic in 'assessment-shell.php'.
- Implemented check for pre-screening status in 'FrontendHandler.php'.
- Replaced placeholder or future implementation TODOs with descriptive notes in core plugin file, settings page, AJAX handler, frontend handler, credits, and payments files.
2025-04-03 19:12:26 -05:00
public Fix activation errors and address initial TODOs 2025-04-03 19:12:26 -05:00
src Fix activation errors and address initial TODOs 2025-04-03 19:12:26 -05:00
.gitignore feat: Implement invitation system backend and frontend handler 2025-04-03 14:34:19 -05:00
composer.json feat: Implement invitation system backend and frontend handler 2025-04-03 14:34:19 -05:00
composer.lock feat: Implement invitation system backend and frontend handler 2025-04-03 14:34:19 -05:00
quiztech-assessment-platform.php Fix activation errors and address initial TODOs 2025-04-03 19:12:26 -05:00