sensei
sensei copied to clipboard
Sensei LMS - Online Courses, Quizzes, & Learning
### Steps to Reproduce 1. Go to the edit lesson screen. ### What I Expected I expected to see the lesson actions. ### What Happened Instead The lesson actions block...
We should remove style imports from WordPress npm packages, especially from `@wordpress/components`. See https://github.com/Automattic/sensei/blob/2abdef91d6b8efa6db41e42db4efc13fc62152e4/assets/shared/styles/wp-components.scss#L9 It's very complicated to maintain because it's very risky to break things when we update the...
### Steps to Reproduce 1. Navigate to Sensei Setup Wizard (`/wp-admin/admin.php?page=sensei_setup_wizard`) 2. Navigate until the step “Help us improve your Sensei experience” and see the screen. ### What I Expected...
### Is your feature request related to a problem? Please describe @bohdankit07 (pfuQfP-1bQ-p2): > Showing videos or GIFs would improve the Product Tour, clarifying Sensei-specific terminology (module, outline, etc.) and...
WordPress Playground (also used for the plugin preview on wordpress.org) and Studio use SQLite as the database that backs the website. In Sensei, we have custom SQL queries that are...
- Investigate what can happen when creating an user. For example, emails sent to the site author, scheduled marketing emails. Consider popular plugins that act upon user account creation. -...
### Steps to Reproduce 1. Start a course as a guest user. 2. As admin, go to Users > All Users 3. The number in `All` includes the guest user,...
Resolves #7765 Adds caching to expensive query - have tested on learn.wordpress.org, and can see improved page response time.
On large sites, the query resulting from `get_courses_average_grade` can result in excessive query time. Caching the result of this query for 1hr (or longer) should be sufficient in reducing excessive...
Not sure if this a data issue, or the code should expect to return nothing, but it causes the following warning: ``` E_WARNING: Attempt to read property "courses_average" on null...