Giter VIP home page Giter VIP logo

vinyfi's Introduction

vinyfi

Description

Trying to solve the lackluster experience of keeping track of your vinyl records, Vinyfi is an intuitive app for vinyl enthusiasts to keep track of what they own and want. While there are many apps with a vast marketplace and microsoft excel can be excellent for keeping track of inventory. Why settle for the mediocre user experience of a poorly designed, laggy website or the need to export files from one device to another if you want to view things from anywhere? Vinyfi is a free service with a simple and intuitive interface that incorparates current web design standards (no tables) that users can manage from any device simply. Vinyfi. Keep track of your tracks.

User Stories

As a vinyl collector I want to be able to:

  • Register for a free account on Vinyfi
  • Sign in from anywhere
  • View my collections from anywhere
  • Search for albums that I want to add to my collections
  • Add items to my collection
  • View album covers of albums that I own or want to add
  • View liner notes
  • Delete albums from my collection
  • Have multiple collections ('I own' list and 'I want' list)
  • Be able to choose which collection to add to
  • Turn my collections into Spotify playlists (Spotify account required)

Wireframes

https://drive.google.com/open?id=0B2EAWUQzrY0rSW1pcXdXWk9ydms&authuser=0

Models

Passport attributes :

  • protocol: { type: 'alphanumeric', required: true }
  • password: { type: 'string', minLength: 8 }
  • provider : { type: 'alphanumericdashed' }
  • identifier : { type: 'string' }
  • tokens : { type: 'json' }
  • user: { model: 'User', required: true }
  • validatePassword: function (password, next) { bcrypt.compare(password, this.password, next); }

User attributes:

  • username : { type: 'string', unique: true }
  • email : { type: 'email', unique: true }
  • passports : { collection: 'Passport', via: 'user' }
  • albums : {collection: 'Album', via: 'user'}

Album attributes:

  • artist: {type: 'string', required: true, unique: false}
  • album: {type: 'string', required: true, unique: false}
  • releaseDate: {type: 'datetime', required: false, unique: false}
  • albumCover: {type: 'string', required: true, unique: false}
  • user : { model: 'User", required : true }

APIs, Plugins, Libraries and Frameworks

  • Spotify API
  • Sails
  • Angular JS
  • Underscore
  • jQuery

vinyfi's People

Contributors

alarner avatar danielstclair avatar fleeting avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar

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.