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

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

  1. In DataAccess, cleanup connection properties to read from a config file

  2. Compute Artist relevance within a Genre.

  3. Create a helper method which creates an Artist or Genre object from an Neo4j IRecord or INode

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

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

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

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