OpenUnited / platform

Other
41 stars 66 forks source link

feat: interactive tree implementation. #204

Closed endalkh closed 6 months ago

endalkh commented 6 months ago

What is done

adrianmcphee commented 6 months ago

Thanks @endalkh !

@dogukanteber pls review

dogukanteber commented 6 months ago

Hi @endalkh. Thank you for your work!

I can't see a button for creating and deleting a new product area. In the ux-prototype repository, we have something like this:

Screenshot 2024-03-26 at 15 03 17

When I try to update the product area, I cannot type anything in the fields. Also, I don't think we need to get video_name and video_duration information.

It also seems like the drag-and-drop doesn't work.

Can you fix those and update the PR?

endalkh commented 6 months ago

Hi @endalkh. Thank you for your work!

I can't see a button for creating and deleting a new product area. In the ux-prototype repository, we have something like this:

Screenshot 2024-03-26 at 15 03 17

When I try to update the product area, I cannot type anything in the fields. Also, I don't think we need to get video_name and video_duration information.

It also seems like the drag-and-drop doesn't work.

Can you fix those and update the PR?

Hey @dogukanteber, Thank you for the review, We added the permission, to modify the nodes, you have to be Admin or Manager on ProductRoleAssignment for that specific product.

Can you please take a look at this?

dogukanteber commented 6 months ago

Okay, now I see it. I can't see anything wrong. Everything seems to be working. Thank you for your work 🚀

endalkh commented 6 months ago

Okay, now I see it. I can't see anything wrong. Everything seems to be working. Thank you for your work 🚀

Thank you!