GithubHelp home page GithubHelp logo

pairaoke's Introduction

Pairaoke

Find out where your friends or enemies are planning to show their vocal chops. Show up and either provide some harmonization or devastate them with your superior vocal acrobatics. Sign in to create new Pairaoke collabo or battle-style pop-up karaoke events.

Team

  • Product Owner: Emily Ashley
  • Scrum Master: Ben Janes
  • Development Team Members: Terry Capan, David Nguyen

Table of Contents

  1. Usage
  2. Tech Stack
  3. Development
    1. Local Development
    2. Building for Production
    3. Testing
  4. Team
  5. Issues
  6. Contributing

Usage

View events in your local area. Signup or login to add an event.

Tech Stack

  • Node/Express
  • Angular
  • Postgres/PostGIS
  • Karma/Mocha/Chai
  • Grunt

Development

From within the root directory:

npm install
bower install

To develop locally:

Must have Postgres installed and running

createdb karaoke
psql karaoke

Add the PostGIS extension to your Postgres database instance

karaoke=# CREATE EXTENSION postgis;

Run grunt to build and watch the dev files

grunt

Run node to start the server

node index.js

Server fires up at localhost:8000

To build for production:

grunt build

To test:

grunt test

Roadmap

View the project roadmap here

Contributing

See CONTRIBUTING.md for contribution guidelines.

pairaoke's People

Contributors

benjanes avatar terrycapan avatar lllnuggetslll avatar emilyashley avatar

Watchers

James Cloos avatar  avatar  avatar

pairaoke's Issues

Add user profile pages

Potential contents of profile pages:

  • profile pictures
  • upcoming events created by this user
  • past events created by this user
  • (if rsvp capability has been added) show events that this user is planning to attend

    Possibly add another table to database or refactor current tables to hold profile data

Add ability for user to add a link to newly created events.

Currently, the single event page displays a youtube search of the user's input to potentially demonstrate the exact song they are planning to sing. Since it is possible that this search will not return the exact version of the song they plan to sing, it might be better to allow them to include a link of their own. Or have both.

map default center

setup a default center for the homepage map if user location data unavailable.

Add specific error indications to forms

Forms currently have some client-side validation in place which prevents form submissions on form error, but doesn't indicate what the error is. Would add to the user experience if the actual form error was indicated to the user.

sample geojson

create & share a dummy geojson for dev environ testing/map rendering

refactor home page to only display future events

Currently, the home page map will display all events within 30 miles of the user's current location. This database query does not take into account that some events may have already happened.

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.