Max Tkachenko

Results 335 comments of Max Tkachenko

It depends on number of this feature request. Why do you need to have it?

@ellaroyce Yes, it's possible, but each column will be presented as separate channel.

Could you try this one: ``` curl -X POST https://url/api/users/ -H 'Authorization: Token TOKEN' -H "Content-Type: application/json" -d '{"username":"test11","email":"[[email protected]](mailto:[email protected])","active_organization":1}' ``` ("active_organization":"1" => "active_organization":1) ?

You can reset user passwords using this docs: https://labelstud.io/guide/signup.html#Reset-password However I'm not sure it's available via API.

@ankurhanda What kind of reward sketches do you want to have? LS has ratings, checkboxes and text areas, so you can have [something like this](https://labelstud.io/playground/?config=%3CView%3E%3Cbr%3E%20%20%3CHyperText%20name%3D%22video%22%20value%3D%22%24video%22%2F%3E%3Cbr%3E%20%20%3Cbr%3E%20%20%3CHeader%20value%3D%22Rating%22%2F%3E%3Cbr%3E%20%20%3CRating%20name%3D%22rating%22%20toName%3D%22video%22%2F%3E%3Cbr%3E%20%20%3Cbr%3E%20%20%3CHeader%20value%3D%22Choice%22%2F%3E%3Cbr%3E%20%20%3CChoices%20name%3D%22type%22%20toName%3D%22video%22%20choice%3D%22single-radio%22%3E%3Cbr%3E%20%20%20%20%3CChoice%20value%3D%22Bad%20try%22%20%2F%3E%3Cbr%3E%20%20%20%20%3CChoice%20value%3D%22Good%20try%22%20%2F%3E%3Cbr%3E%20%20%3C%2FChoices%3E%3Cbr%3E%20%20%3Cbr%3E%20%20%3CHeader%20value%3D%22Describe%22%2F%3E%3Cbr%3E%20%20%3CTextArea%20name%3D%22text%22%20toName%3D%22video%22%20%2F%3E%3Cbr%3E%20%20%3Cbr%3E%3C%2FView%3E) for video.

Thanks! Now I've got it. It's a very cool feature!

Thank you very much! But we need to re-implement it in JS React for LS.