Skip to content
pmartin7 edited this page Aug 19, 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. Create a helper method which creates an Artist or Genre object from an Neo4j IRecord or INode

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

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

  5. Need a DataAccess.GetRelatedGenresForGenre(string name) method

  6. Figure out a way to speed up computation of relevance scores between artists and between artist and genre. Think of parallelizing the process.

Clone this wiki locally