Skip to content
pmartin7 edited this page Dec 28, 2016 · 25 revisions

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

  1. Create a base GetArtistResponseBase and GetGenreResponseBase class that other response data contract classes can inherit from

  2. exception processing

  3. build an http client to the web service

  4. Compute Artist relevance within a Genre.

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

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

  7. 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.

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

  9. Create test for web service APIs

  10. add settings to tests

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

Clone this wiki locally