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

Ability to Queue & Defer Seed Addition #53

Open
no-identd opened this issue May 5, 2020 · 1 comment
Open

Ability to Queue & Defer Seed Addition #53

no-identd opened this issue May 5, 2020 · 1 comment

Comments

@no-identd
Copy link

Often, the conversion of a single node from normal to seed state dramatically transforms the citation graph. Often I find myself in a situation where I think "I wanna add these three nodes there as seed papers", so I go and add the first one as a a seed… and then the graph explodes and I have a hard time visually finding the other two papers I wanted to add.

I figure one could solve this problem with some sort of multiselect implementation, however, that'd preconditionally require implementing some sort of buffer/queue-->could just expose that directly, which would probably make for less coding effort.

I'd also support multi-select support, but I suspect that'd take a lot more effort?

@barney-walker
Copy link
Collaborator

I think multiselect wouldn't actually be too hard to implement. The queue should just be handled naturally by promises in javascript. I might have a go at implementing this in the coming weeks.

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

No branches or pull requests

2 participants