dongheenam / math-test-builder

This is a Next.js app that lets you write math quizzes and tests easily.
https://math-builder.vercel.app
0 stars 0 forks source link

Create stores for questions #7

Closed dongheenam closed 1 year ago

dongheenam commented 1 year ago

Create a Zustand store to manage the state for questions and queries for questions.

Tasks

dongheenam commented 1 year ago

react-form-hooks was incompatible with Mantine (onChange method sometimes have value as parameter and sometimes have event as parameter...)

dongheenam commented 1 year ago

Progress update

https://github.com/dongheenam/math-test-builder/commit/79c7fb665f88e6ef9719694bea2628f784e573bb divided the store into different slices https://github.com/dongheenam/math-test-builder/commit/4d6613a0f9832f27d006b7b3df22c9f8e8366fd2 added buckets to the store https://github.com/dongheenam/math-test-builder/commit/96811c7174618d8ab2b36b754a62a74c8a3eb966 added checkboxes and bulk actions to the questions

dongheenam commented 1 year ago

https://github.com/dongheenam/math-test-builder/commit/3e77ab629d45eeaff8c6dff4f31e3f941d83d6ff all complete