Coder Social home page Coder Social logo

playlistior's People

Contributors

ttriggs avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

playlistior's Issues

add follow playlist feature

Allow users to subscribe to other user's playlistior playlists
to implement: create follows join table to connect any user to other user's playlists
add follows create/destroy routes and controller actions, add model for validations of user_id & playlist_id info

create genre scrollable drop down menu

to view subgenres of playlists users have created

  • limit it to only subgenres assigned to created playlists
  • color code them by super-genre (post rock, classic rock same color as "rock")

fix extra blank space below most pages

not sure what's causing this at the moment -
to troubleshoot, tried adding CSS for a red boarder on the body and html elements - the box did not extend beyond where I'd expect it to stop - maybe there's an issue in my JS?

add D3js or highcharts to playlist show page

use playlist track's audio info to put together some visual of how the harmonic mixing algorithm worked for your playlist...
possible parameters to use:
danceability,
tempo,
key,
mode,
track number,
familiarity

possible: highcharts bubble chart (use dark theme)
X= track number in playlist
y = key
size= artist familiarity to public
series/color = sub-genre?
if there's a shape param, incorporate mode (minor/major)

add checkbox to control adventurousness of song search

add default behavior to constrict echonest playlist search to keep results similar to seed artist's information.
to implement: get genres of seed artist along with sample songs by artist
get audio summary info of one sample song by artist and record parameters to playlist entry in playlists table.
create getter methods that calculate minimum constraints on variables (to be fed to echonest in static playlist create API call):
min_danceability, min_tempo, min_familiarity, etc

checking adventurous box will remove these constraints or set them very low (ie there is no minimum tempo/artist familiarity to the public, danceability etc)

fix error if artist found doesn't yield >= 30 songs

some artists (test case: die antwoord) only have one obscure echonest genre listed for them - this causes an error in the Camelot play order generator class (a PORO that performs the harmonic mixing algorithm when given an array of echonest song objects)

add favicon

use playlistior title font capital "P" character to create a favicon with differing pixel sizes

add about page

add a blurb about me, about harmonic mixing, link to my band (parachuterband.com),
downloadable resume?

add twitter share for playlist show link?

to implement:
add "except: [:show]" for playlist controller before_action :authenticate_user!
will need to reorganize way users are handled in page views - allow for guest users

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.