-
Notifications
You must be signed in to change notification settings - Fork 20
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
added uploading dataset and drag & drop support #317
base: main
Are you sure you want to change the base?
Conversation
0620845
to
d126f34
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just looked through the Front-end stuff
modules/demo/viz-app/components/demo-dashboard/slide-menu/slide-menu.jsx
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Left some comments. I think the names for the new routes need to be revisited to align with REST and CRUD principles.
@trxcllnt this is ready for review. Resolved most of the issues you mentioned. Still pending is better user session tracking, which I'll push out in a follow-up PR |
Co-authored-by: Matthew Zegar <[email protected]>
Demo is in working condition (can drag/drop datasets and generate graph viz) with a switch to start forceatlas2 rendering.
pendng is get/post pagify plugin for downloading queried datasets(currently sending via simple peer channels.
Edit: Implemented pagify plugin for downloading queried datasets