Git Product home page Git Product logo

shared-server's People

Contributors

aibarbetta avatar mastanca avatar miporto avatar

Watchers

 avatar  avatar

shared-server's Issues

Fix coverage run

19/32 tests fail while running the suite with istanbul ๐Ÿ˜•

No hay endpoint para la actividad reciente del usuario

No hay endpoints para la actividad reciente del usuario. De momento simulo que son las ultimas CANCIONES escuchadas (porque pinto). Si les parece otra cosa, hagamos otra cosa, sino simplemente trackeen (trackeen != cancion. anger intensifies) las canciones que el usuario va escuchando y es una lista de las N ultimas ? Lo que les sea mas facil, despues diganme como quedo por fa ๐Ÿ˜„

Create release and tag it

Merge final code into master and tag it.

Before doing that:

  • Ensure test are ok both in Travis and local.
  • Check that coverage is above 75%
  • Check that app works both with and without Docker.

After doing that:

  • Check that release is properly deployed to Heroku and freeze deployments to it until the checkpoint finishes.

Tener el campo de `images` en los modelos Short

  • UserShort tenga el campo images[]
  • ArtistShort tenga el campo images[]
  • AlbumShort tenga el campo images[]
  • Playlist tenga el campo images[] -> De momento no tiene imagenes, podemos hacer que tenga de images las de la primer cancion o album o cualquier gilada ? Asi tengo como mostrarla

SongShort no lo necesito, pero si les sirve por cohesividad atroden

Cambios en el pedido de follow / unfollow users

Los tenia como

POST/DELETE a: users/{my_id}/follow
Body:

{
  "userId": "user_to_follow/unfollow_id"
}

Dado que ya es authenticated, podemos sacar el body y que sea la url
users/{user_to_follow/unfollow_id}/follow ? De esta forma no mandariamos mi id ya que lo obtienen del token

Porque el cliente nativo de android no permite Deletes con body (es un bug de ellos, esta fileado)

Yapa: Asi como propongo estan los follow/unfollow a artistas y canciones en la docu, supongo que les quedo mal en estos endpoints justo jaja

Trending endpoints

Talves los agreguen despues, por las dudas marco los que faltan al dia de hoy

  • Trending artists (artists/trending?) -> Lo hice sin auth, si llega a necesitar auth avisen!
  • Trending songs (songs/trending?) -> Lo hice sin auth, si llega a necesitar auth avisen!
    - [ ] Playlists de un user (me/playlists?)
  • Follow/Unfollow user (users/{id}/follow POST/DELETE?) -> Tampoco sabemos si es doble relacion o simple, si es doble aca se cambiaria por algun request/accept/decline ?

Skin

Change IDE skin for enhacing the developer instead of writing garbage

Setup code linter

Currently it's installed but it doesn't run as far as I'm aware of.

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.