Giter Site home page Giter Site logo

wav's People

Contributors

goje87 avatar

Watchers

 avatar  avatar

Forkers

abilashs90

wav's Issues

Component 'songs' should expose method 'removeUpload'

Component 'uploadProgress' should be calling 'songs' component's 'removeUpload' method when clicking on cross.

Going ahead, plan is that that 'uploadProgress' emits and event and 'songs' listens to it. On triggering of that event, 'songs' will attempt to remove the upload from list.

`app.definePage()` to accept api in form of function as well

app.definePage() should also be able to accept the api as function too. If the api passed is object then the flow should be as existing. But, if it is a function instead, then it should call that function (expecting it to return an object) and then proceed with the existing flow.

Create Footer

Create a simple footer that holds a copyright statement as of now.

Allow a page to extend from another page.

app.definePage() currently accepts two params - page name and api definition. It should also accept an optional param that indicates if the current page needs to extend from any other page.

E.g:

app.definePage(pageName [, extendsFromPage], api);

Implement invite based registration system

There are two options to do this.

  1. Have facebook login button as well as request invite button on the login page
  2. When ever create new user event occurs register it as an invite and notify the same to user.

Create routing solution

Create a basic routing solution that routes the given request to the required template and controller. A route can compromise of

  • page name
  • path

Store song images also on gdrive.

Currently fetching song objects from cloud is taking a long time. This is because the base64 images in the song object is making the cloud response bulky.

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.