Miroslav Mitev

Results 48 issues of 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...

[Type] Bug
[Pri] High
Quizzes
[Status] Queued

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,...

Quizzes
Progress Storage

# 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...

Progress Storage

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...

Progress Storage

# 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...

Quizzes
Progress 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. ##...

Quizzes
Progress Storage

# 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...

Progress Storage

# 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...

Progress Storage

# 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...

Quizzes
Progress Storage