Skip to content

Commit

Permalink
Release 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
saantiaguilera committed Apr 29, 2017
1 parent 0002d35 commit 66c06e3
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 28 deletions.
25 changes: 12 additions & 13 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,16 @@
### Changelog

#### v1.0.0
- Utiliza la version de debug este release ya que el backend esta mockeado
- Incluye Splash
- Incluye Home
- Incluye Search
- Incluye Perfil de usuario
- Incluye Chat
- Incluye responses interceptadas y mockeadas frente al backend (excepto el chat, esta completado)
- Incluye apis
- Incluye login con facebook
- No incluye ui de login nativo, si internals
#### v2.0.0
- Contactos. El usuario ahora puede buscar y seguir usuarios
- Login nativo. UX para login nativo y creacion de cuenta
- Play streaming
- Notificacion del play status con botones
- Se puede agregar canciones a una playlist
- Se puede crear playlists
- Crash reporting
- Minor bugfixes
- UX changes

Para ver los issues/pull request asociados a este release, buscar por [milestone 1.0.0]
Para ver los issues/pull request asociados a este release, buscar por [milestone 2.0.0]

[milestone 1.0.0]: https://github.com/tallerify/fiuba-taller-II-tallerify-android/milestone/1?closed=1
[milestone 2.0.0]: https://github.com/tallerify/fiuba-taller-II-tallerify-android/milestone/2?closed=1
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,16 +118,4 @@ How to dance correctly:

Dependencies should download automatically. Please ensure you are running with the latest android and google repository versions and you have gradle 3.4 / android 2.3

For building a release apk please run `./gradlew assembleRelease -PFirebaseServiceAccountFilePath=path`

## :boom:

1. No hay endpoints para los trendings artists / songs (artists/trending y songs/trending ?). Los hice sin auth necesario. Un usuario que no tiene cuenta puede ver los trendings.
2. No hay endpoints para las playlists de un user (me/playlists ?)
3. No hay endpoints para "seguir" o tener contactos entre usuarios (users/{id}/follow POST/DELETE ?)
4. `AlbumShort` que conserve el campo de `images`, sino la song no tengo con que imagen mostrarla. (y no voy a hacer n*endpoints para averiguar todas)
Mismo con `ArtistShort` y con `Playlist` vamos a tener que agregar un campo `images` (que use las imagenes del album asociado a la primer cancion?). Todas por la misma razon.
5. No hay endpoints para la actividad reciente del usuario. De momento simulo que son las ultimas CANCIONES escuchadas (porque pinto)
6. UserShort necesito que tenga tambien las imagenes del wachin (de que me sirve solo el nombre...)
7. Falta endpoint de GET de songs en un album (el de artist y playlist estan tho)
8. Los endpoints de GET de songs estan mal documentados, no dice que devuelven, deberian devolver Song[]. No SongShort[].
For building a release apk please run `./gradlew assembleRelease -PFirebaseServiceAccountFilePath=path`
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ org.gradle.jvmargs=-Xmx1536m
# This option should only be used with decoupled projects. More details, visit
# http://www.gradle.org/docs/current/userguide/multi_project_builds.html#sec:decoupled_projects
# org.gradle.parallel=true
versionCode = 1
versionName = 1.0
versionCode = 2
versionName = 2.0.0
sdkVersion = 25
minSdkVersion = 16
buildToolsVersion = 25.0.2

0 comments on commit 66c06e3

Please sign in to comment.