You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Now, in the description of each step, we have many points that need to be done in order to complete the step.
There is a proposal to make a checkbox for each item to mark that the item is ready.
Possible solutions are to make the "items" column in the form of an object in the step parameters
{id,number,description,is_solved}
and checkboxes to draw by key - is_solved
Сейчас в описании каждого шага у нас много пунктов, которые необходимо сделать, чтобы пройти шаг.
Есть предложение сделать для каждого пункта чекбокс, чтобы отмечать, что пункт готов.
Возможные пути решения - в параметрах шага делать колонку "пункты" в виде обьекта
{id,number,description,is_solved}
и чекбоксы рисовать по ключу - is_solved
The text was updated successfully, but these errors were encountered:
Now, in the description of each step, we have many points that need to be done in order to complete the step.
There is a proposal to make a checkbox for each item to mark that the item is ready.
Possible solutions are to make the "items" column in the form of an object in the step parameters
{id,number,description,is_solved}
and checkboxes to draw by key - is_solved
Сейчас в описании каждого шага у нас много пунктов, которые необходимо сделать, чтобы пройти шаг.
Есть предложение сделать для каждого пункта чекбокс, чтобы отмечать, что пункт готов.
Возможные пути решения - в параметрах шага делать колонку "пункты" в виде обьекта
{id,number,description,is_solved}
и чекбоксы рисовать по ключу - is_solved
The text was updated successfully, but these errors were encountered: