Miroslav Mitev
Miroslav Mitev
Hi guys, I get the following error when using the LaravelPackage model (Payum\LaravelPackage\Model\Payment) and stripe payments: ``` Traversable interface must be implemented in case custom ArrayAccess instance given. It is...
When viewing a newly created quiz, you see PHP warnings and a `There are no questions for this Quiz yet. Check back soon.` message. ### Steps to Reproduce 1. Create...
The goal of this card is to implement a database schema used for storing the quiz data (answers, feedback, grading, and questions asked). ## Notes * For bootstrapping the schema,...
# Goal The goal of the card is to allow storing the student progress in the new database tables. ## Scope * Integrate the new database table storage method with...
The goal of this card is to implement a database schema used for storing the student progress. ## Notes * [Jake's approach](https://github.com/Automattic/sensei/pull/3851/files#diff-7c893805411bfe432b0339a156b4e16a3cc33527fa2f201432808af846ae2e3aR559-R571) could be used as an inspiration. * For...
# Goal The goal of the card is to allow storing the quiz answers, feedback, and gradings in separate database tables. ## Scope * Integrate the new database table storage...
# Goal The goal of this card is to wrap the current quiz data logic using a new abstraction layer for the quiz answers, feedback, grading, and questions asked. ##...
# Goal The goal of this card is to wrap the current student progress logic using a new abstraction layer for the progress data. ## Scope * Create an abstraction...
# Goal Make sure the new progress and quiz tables have good performance and are not missing indexes. To test this, it would be best to have a reasonably sized...
# Goal The goal of the card is to implement a migration job that copies the quiz data from comments to the new tables. ## Scope * Create a migration...