Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(discover): 1st deliverable - Basic Features
wip(discover): Adding basic features feat: Adding unit tests fix: Markdown formatting issues fix: Remove default value for json datatype column feat: Adding python library feat: Add a translation fix: Remove locale files Revert "feat: Adding python library" This reverts commit 7d2db6a. fix: Do not trigger the default lesson on the installation page feat: Show "My Lessons" tab only for super-admin profiles fix: Adding error message when a lesson is completed even though it was already completed Apply suggestions from code review fix: Remove lessons files fix: Remove old lessons compilation fix: PHP lint fix: JSON datatype can't have a default value fix: Twig lint fix: Missing relation feat: Adding lessons repository as composer dependency fix: Make the Discover_User class non-final to allow mocking I'm not sure that making the class non-final is the best solution. It is necessary to mock the class during unit testing to abstract from the configuration. Nevertheless, the class has been made final to prevent third-party code from extending the class. fix: Handle null progression field in Discover_User class fix: Bad table name for tests fix: Update deprecated method fix: disable scroll when intro is running feat: add ending lesson and action engine chore: add class for lessons menu entry fix: refresh intro on dropdown animation end to ensure correct zone display fix: Ensure 'showEndingLesson' is set before accessing it and correct function syntax chore: Update lessons library reference in composer.lock
- Loading branch information