samvera-deprecated / sufia

[DEPRECATED] Sufia: a fully featured, flexible Samvera repository front-end.
http://sufia.io/
Other
111 stars 78 forks source link

UI Create _find_work_widget partial #1563

Closed elrayle closed 7 years ago

elrayle commented 8 years ago

Wireframes:

Used to find and select an existing work. Options for finding a work:

jcoyne commented 8 years ago

@mjgiarlo backlog this?

andjsmit commented 8 years ago

For the autocomplete: Would the right/desired approach be to create new local authority which returns the available works? Something like Qa::Authorities::Local::FindWorks. This class could then do a Solr query to return available works.

jcoyne commented 8 years ago

Sounds like a good idea to me.

andjsmit commented 7 years ago

After hitting some road blocks, looks like QA is not the way to go after all. In search of new direction.

jcoyne commented 7 years ago

@andjsmit why would you not use QA for this?

tahirpoduska commented 7 years ago

What is the status of work on this issue? Our team is interested in this feature as well. @andjsmit @dlpierce

andjsmit commented 7 years ago

There is working code, but I have so far not been able (lack of experience) to write required tests to push code through to a merge. Hope to revamp code to latest master branch and then look for assistance it creating proper test.

tahirpoduska commented 7 years ago

Let me know if you need a hand with that, I can put in some time this week

andjsmit commented 7 years ago

@tap87 I've replaced the pull request with some refreshed code. I would greatly appreciate any help you could provide in adding additional test. Thx.

tahirpoduska commented 7 years ago

@andjsmit I pushed a commit which adds some tests. Let me know how things are looking. This is also my first commit to Sufia 😄 .