Code Monkey home page Code Monkey logo

dropify's People

Contributors

chunisama avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

printfsam

dropify's Issues

Design Docs

MVP List

  • For Track / Playlist CRUD, I would hold off on implementing likes at this stage and focus on the CRUD for tracks and playlists.
  • Search feature will rely on filtering by genre as well as by artist, album, etc.
  • Timeline looks straightforward!

Schema

  • As long as the only likeable entity is tracks, we can hold off on making likes a polymorphic association
  • What does type refer to in the Albums table?
  • The playlist_songs table looks great, we absolutely need a joins table and the added column of position will pose an interesting challenge. More on this in our meeting Tuesday.

Backend Routes

  • GET /api/users should provide an :id specifying which user we're providing information on
  • Songs should also have POST PATCH DELETE routes to create, update and delete songs
  • Should we add POST for Artists? Eg. if I try to upload a song with a nonexistent Artist, we automatically create a DB record for that new artist? Let's talk about this as well
  • Playlist_Songs should also support a PATCH request to update a song's position.

Frontend Routes

  • I'll update this once these are added.

Sample State

  • It makes more sense to me for each playlist in the playlist slice of state to have an array of song_ids instead of also including a playlist_songs slice of state

Keep up the great work! Looking forward to meeting this Tuesday.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.