Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create a component to display tree views #293

Closed
3 tasks done
syphax-bouazzouni opened this issue Jul 12, 2023 · 1 comment · Fixed by #307
Closed
3 tasks done

Create a component to display tree views #293

syphax-bouazzouni opened this issue Jul 12, 2023 · 1 comment · Fixed by #307
Assignees

Comments

@syphax-bouazzouni
Copy link
Collaborator

syphax-bouazzouni commented Jul 12, 2023

Issue

Currently, we are using Jquery simple tree to display our tree views (for classes/concepts).

image

And there are multiple issues regarding this:

  • The plugin is obsolete
  • It is hard to develop new features on it
  • We can remove Jquery from our code base (because depend on it)

Requirements

  • Create a view component that we will re-implemented using Turbo frames (Zero JS ) or Stimulus JS (like this https://codepen.io/danilonovakovic/pen/bxmWVM)
  • Replace the current usage of Jquery simple tree with this new component
  • Remove Jquery simple tree
@syphax-bouazzouni
Copy link
Collaborator Author

done #307

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants