Skip to content
pmartin7 edited this page Aug 22, 2016 · 25 revisions

List of TODO in the Music Graph Explorer project, in no order of priority:

  1. Compute Artist relevance within a Genre.

  2. Add Artist relevance within a Genre in the DataAccess.GetArtistForSpotifyId method. This can only be done once we compute Artist relevance within a genre.

  3. Add Artist relevance within a Genre in the DataAccess.GetAllArtistsForGenres method. This can only be done once we compute Artist relevance within a genre.

  4. Make GraphStore.Write multi-threaded for multi-threaded writes. This may require to make Artist and Genres thread safe and use ConcurrentBag instead of list. In order to do parallel writes, we will need to use multiple instances of dal. Have to decide whether the right architecture is to spin multiple instances of the GraphStore.Write application working of a single queue.

  5. Find a way to implement full text search to search artists and genres by name

  6. add settings to tests

  7. read the list of seed artists from a settings file

Clone this wiki locally