computational-rarity-team / batch-api-retrieval

This is a web page which takes in a CSV file of a collection of music, and cross references each entry in the CSV file against the Discogs and Musicbrainz Databases to provide collectors/archivists with more information about materials in their collection.
GNU General Public License v3.0
2 stars 1 forks source link

Search Functionality #2

Open whatcoloris opened 9 months ago

whatcoloris commented 9 months ago

A system for searching through the Discogs and Musicbrainz APIs with a clear user interface and back end.

tolem commented 4 months ago

Hey Brian Do you help with this feature?

whatcoloris commented 4 months ago

Hello Lami - I both help and need help with allll the features. We're currently in the process of making things dynamic with search functionality included in the chain, which is currently focused on Discogs and looks like:

  1. Upload CSV of Items to connect to a Discogs Release ID
  2. For each item/row of the CSV, display an initial set of results to choose from, along with a search bar in case nothing looks right (meaning the content of the CSV for that row has a misspelling, wasn't entered correctly, or has some other problem)
  3. Then a User can zero in on a Discogs result for that row, selecting one that seems right.
  4. The resulting Release ID is then added to the new CSV being generated, and is populated by the information from the Discogs API
tolem commented 4 months ago

I see. Great work so far @whatcoloris . Can you provide a requirement for this search feature. I can make time and implement it. I will need some time to do a code review. I am a bit out of the loop ;)