LeandroBraier / AppPlanoFacil

0 stars 0 forks source link

Server App Plano Fácil #1

Open LeandroBraier opened 8 years ago

LeandroBraier commented 8 years ago

@bubudrc te pongo en contacto con @mkreyness y @valentinsabbath para que coordinen lo que necesitás para el server de la app Plano Fácil.

Ellos necesitan saber qué datos y tipos de datos necesitás enviar via REST. Ya les mandé el mapa de screens y el detalle de las mismas, pero tienen algunas dudas, como, por ejemplo, si el plano a subir es un jpg o un JSON también.

Los dejo en contacto.

abrazo

mkreyness commented 8 years ago

Hola @bubudrc Para poder armarte una base de datos donde almacenar la informacion que necesites en el App, necesito que me detalles las tablas y campos que quieras que tenga esa base y como se vinculan entre ellas. Entiendo de lo que pude ver en las pantallas que habria una tabla de usuarios, una de proyectos por usuario, una de planos por proyecto, tal vez con un detalle de paredes y pisos del proyecto, y para cada uno de estos finalmente se engancharia un plano, pero desconozco si ese plano es una imagen o algo vectorizado que podria guardarse como una estructura de datos.

Necesitaria un detalle de los tipos de dato, campos y longitudes que cada una de estas tablas tendria asi puedo crear la base y definirla. Una vez que tengamos esto claro, podemos definirla, y hacer una interface REST para consultarla o actualizarla, pero primero tengo que saber que poner en ella.

Por otro lado nos estaria faltando la clave de root para poder ingresar al droplet donde hay que implementarlo, ya que la que supuestamente conociamos pareceria haber sido cambiada, no se si fueron ustedes.

Gracias, @mkreyness

bubudrc commented 8 years ago

@mkreyness un gusto.

La idea del plano es que sea un json, de esa forma se podrian sicnronizar entre devices y modificar en cualquiera. Respecto a esto estamos terminando de testear la mejor estructura como para pasartelo, sin embargo, a tener en cuenta que ademas de diferentes figuras en diferentes planos, de tamanos variables, puede haber comentarios y se pueden colocar patrones especificos a las paredes como a algunos segmentos cerrados (pisos)

Yo iria armando el servicio por lo que ya conocemos, que es el tema del usuario: Login/Registrar/Recuperar Pass.... en base a eso ya vamos viendo las llamadas y probando el envio y recepcion de datos.

Respecto a lo de droplet te comento que nosotros nunca lo usamos.

Nos mantenemos en contacto.

Saludos

mkreyness commented 8 years ago

Me podes mandar un json de ejemplo con los datos que me mandarias o esperarias recibir del perfil ? Asi usamos un mismo criterio para nombrar los campos y las tablas.

LeandroBraier commented 8 years ago

@bubudrc cuando puedas mandanos un json de ejemplo porfa así avanzamos.

bubudrc commented 8 years ago

Perdon @LeandroBraier y @mkreyness ,

Le estoy preparando un doc con todas las llamadas que pienso van a necesitar, para enviar y recibir datos, por eso estamos tardando.

Espero hoy mandartelo.

LeandroBraier commented 8 years ago

Perfecto, Marcelo. No quería que quedara colgado el tema nomás.

abrazo

Leandro Braier Producción Audiovisual & Social Media Benteveo Agencia Productora http://benteveo.tv Móvil 1158717399

2016-08-24 14:33 GMT-03:00 Marcelo Perretta notifications@github.com:

Perdon Lea,

Le estoy preparando un doc con todas las llamadas que pienso van a necesitar, para enviar y recibir datos, por eso estamos tardando.

Espero hoy mandartelo.

Saludos

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

2016-08-24 14:12 GMT-03:00 LeandroBraier notifications@github.com:

@bubudrc https://github.com/bubudrc cuando puedas mandanos un json de ejemplo porfa así avanzamos.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment- 242140677, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlyl- gw2v3KQtYHy2fqOQah7zNu90i8ks5qjHuUgaJpZM4Jo64_

.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-242146857, or mute the thread https://github.com/notifications/unsubscribe-auth/AGaJgGdhGrZEXPgq3rBNpT6qs-0odq1Hks5qjIBygaJpZM4Jo64_ .

bubudrc commented 8 years ago

@LeandroBraier / @mkreyness

Adjunto el link donde van a poder encontrar los endpoints iniciales para el usuario.

Los mismos estan pensados en base a las imagenes de las pantallas que habiamos definidos

URL de la DOCUMENTACION: http://docs.benteveo.apiary.io/

Cualquier duda o cambio o sugerencia lo hablamos y hacemos los cambios respectivos.

Nos mantenemos en contacto.

Saludos

mkreyness commented 8 years ago

Gracias, lo miro y cualquier cosa te consulto.

ghost commented 8 years ago

Qué tal @bubudrc tengo que hacer unas pruebas, para eso te pido que cambies el POST URL en apiary con esta url: app.parexklaukol.com.ar/

Otra consulta: Lo que dice la funcion "Actualizar Avatar" no recibe una imagen sino un path, no se entiende si hay que guardar ese path o intentar hacer un upload de ahi. Nos prodrías explicar mejor ese tema?

bubudrc commented 8 years ago

@valentinsabbath ahi actualice el apiary con la URL que me pasaste.

En cuanto al metodo de Actualizar Avatar, lo que nosotros desde la APP te ENVIARIAMOS es un string (creo de 64 bits) que es de la foto que elija el usuario convertido. Lo que el SERVER deberia DEVOLVER es el path abosoluto de esa imagen guardada en el server.

Avisame si se sigue sin entender.

Saludos

LeandroBraier commented 8 years ago

Buenisimo @bubudrc Cuando vamos a tener el BETA final para hacer testing?

bubudrc commented 8 years ago

Mande una version parcial hace una semana, quedaban algunos bugsitos del feedback, pero el finde como mucho tendras la nueva version con todos los cambios pedidos. Estamos trabajando en eso.

Saludos

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

On Wed, Aug 31, 2016 at 5:13 PM, LeandroBraier notifications@github.com wrote:

Buenisimo @bubudrc https://github.com/bubudrc Cuando vamos a tener el BETA final para hacer testing?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-243886264, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlyl60OK-Gy_XJD6H35fpwFtw9jgCq1ks5qleCEgaJpZM4Jo64_ .

LeandroBraier commented 8 years ago

Genial. Ya incorporando el server no? Podemos testear eso tambien?

bubudrc commented 8 years ago

No,

Del server no se si ya esta todo listo como para usarlo... deberian pasarme la confirmacion

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

On Wed, Aug 31, 2016 at 5:21 PM, LeandroBraier notifications@github.com wrote:

Genial. Ya incorporando el server no? Podemos testear eso tambien?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-243888589, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlyl0gzCvvMpzxWwYZu3L8YJJrDA-Ctks5qleJZgaJpZM4Jo64_ .

LeandroBraier commented 8 years ago

Ok!

@valentinsabbath Para cuando estaría?

Intentemos dejarlo funcionando cuanto antes así lo pueden incorporar en el próxima Beta.

ghost commented 8 years ago

Buen día! @bubudrc Está todo listo excepto la parte del avatar. Cómo vendría encoded la foto? En BASE 64 entonces? Me pasarías un ejemplo de cómo harían el upload?

bubudrc commented 8 years ago

Si, un string gigantezco

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

On Thu, Sep 1, 2016 at 11:25 AM, valentinsabbath notifications@github.com wrote:

Está todo listo excepto la parte del avatar. Cómo vendría encoded la foto? En BASE 64 entonces?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-244095352, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlyl0PoMjAAzcuMsoqXWkXu563SKNgYks5qluBKgaJpZM4Jo64_ .

LeandroBraier commented 8 years ago

Buen día @bubudrc ! Cómo estás? Como vienen con el nuevo Beta?

bubudrc commented 8 years ago

Leandro,

El dia viernes les envie nuevamente una version de la app con todos los cambios que habiamos hablados la otra vez.

Ahora estamos trabajando en la implementacion de las llamadas al server. Esperamos tener un version, con todos los cambios lo antes posible.

Avisame sino te llega la build del viernes.

Saludos

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

On Mon, Sep 5, 2016 at 10:24 AM, LeandroBraier notifications@github.com wrote:

Buen día @bubudrc https://github.com/bubudrc ! Cómo estás? Como vienen con el nuevo Beta?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-244746230, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlylz7htFoExJVEx4aSoMMVePSiWfH7ks5qnBgegaJpZM4Jo64_ .

ghost commented 8 years ago

Buen dia. Ya está listo el server para hacer las llamadas

El 5 sept. 2016 10:26 a. m., "Marcelo Perretta" notifications@github.com escribió:

Leandro,

El dia viernes les envie nuevamente una version de la app con todos los cambios que habiamos hablados la otra vez.

Ahora estamos trabajando en la implementacion de las llamadas al server. Esperamos tener un version, con todos los cambios lo antes posible.

Avisame sino te llega la build del viernes.

Saludos

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

On Mon, Sep 5, 2016 at 10:24 AM, LeandroBraier notifications@github.com wrote:

Buen día @bubudrc https://github.com/bubudrc ! Cómo estás? Como vienen con el nuevo Beta?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment- 244746230, or mute the thread https://github.com/notifications/unsubscribe-auth/ AAlylz7htFoExJVEx4aSoMMVePSiWfH7ks5qnBgegaJpZM4Jo64_ .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-244746628, or mute the thread https://github.com/notifications/unsubscribe-auth/AP1JffOR-BZ93r2ht9IFDuSY2-HF_uNSks5qnBiWgaJpZM4Jo64_ .

LeandroBraier commented 8 years ago

Ahí lo recibí Marce!! Mañana vamos a hacer un testing completo. Confirmame qué falta en este beta para tenerlo en cuenta porque queremos testear todo.

bubudrc commented 8 years ago

Leandro,

Faltaria:

El resto deberia estar todo.

Saludos

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

2016-09-05 10:29 GMT-03:00 LeandroBraier notifications@github.com:

Ahí lo recibí Marce!! Mañana vamos a hacer un testing completo. Confirmame qué falta en este beta para tenerlo en cuenta porque queremos testear todo.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-244747340, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlyl-tXkGDwkj2qWDxKFYmoYQvgmWzxks5qnBlSgaJpZM4Jo64_ .

LeandroBraier commented 8 years ago

Ok, Marce. Y estos 3 puntos para cuándo crees que van a estar? Porque me da la impresión de que no falta mucho y ya podríamos hacer el testeo el jueves bien completo full.

bubudrc commented 8 years ago

Los 2 primeros no dependen de nosotros sino de que puedan ustedes pasarnos correctamente los assets. El tercero lo trabajamos y cuanto antes esperamos conseguirlo.

Saludos

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

2016-09-05 10:35 GMT-03:00 LeandroBraier notifications@github.com:

Ok, Marce. Y estos 3 puntos para cuándo crees que van a estar? Porque me da la impresión de que no falta mucho y ya podríamos hacer el testeo el jueves bien completo full.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-244748530, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlyl2OEF6Fa8TnBi5yleuiKzKAhxPwJks5qnBqngaJpZM4Jo64_ .

LeandroBraier commented 8 years ago

Ok, hubo un malentendido.

  1. - Agregar diseño completo del splashscreen, con frase PLANO FÁCIL y el DISEÑA Y PLANIFICA TUS OBRAS (no tenemos el diseno para implementarlo)

Acá nosotros no quedamos en mandarles un diseño, es un cambio de texto con el diseño que ya tienen. Quedamos en que lo corregían directamente. Sino decime exacto qué necesitás y lo pido.

  1. - Agregar imagen de mayor definición para la gráfica del footer (mañanate paso ese footer en el triple del tamaño o vectorizada si se puede) (la imagen que enviaron es distinta a la que habian entregado inicialmente, por lo que no se pudo implementar correctamente)

Decime qué problema tuvieron con el editable en alta que les pasamos. Es el único que tenemos.

LeandroBraier commented 8 years ago

Buen día @bubudrc ! recibiste estas consultas?

bubudrc commented 8 years ago

Leandro,

En la del splash screen, necesitariamos saber como queda la imagen, un ejemplo, para dejarlo correctamente.

En cuando a la imagen de mayor definicion, la que uds nos pasaron es rara... necesitamos una como la que estaba en el psd, pero en AI, cuestion de escalarla automaticamente de ser necesario.

Quedamos en contacto

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

2016-09-05 11:07 GMT-03:00 LeandroBraier notifications@github.com:

Ok, hubo un malentendido.

  1. - Agregar diseño completo del splashscreen, con frase PLANO FÁCIL y el DISEÑA Y PLANIFICA TUS OBRAS (no tenemos el diseno para implementarlo)

Acá nosotros no quedamos en mandarles un diseño, es un cambio de texto con el diseño que ya tienen. Quedamos en que lo corregían directamente. Sino decime exacto qué necesitás y lo pido.

  1. - Agregar imagen de mayor definición para la gráfica del footer (mañanate paso ese footer en el triple del tamaño o vectorizada si se puede) (la imagen que enviaron es distinta a la que habian entregado inicialmente, por lo que no se pudo implementar correctamente)

Decime qué problema tuvieron con el editable en alta que les pasamos. Es el único que tenemos.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-244755191, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlyl0p9KPVLb3sxS8CTsYM6D8Wj2LEiks5qnCIcgaJpZM4Jo64_ .

LeandroBraier commented 8 years ago

@bubudrc

1) Marce: esto lo hablamos en un skype hace más de 2 semanas con Ezequiel y quedamos en que lo resolvían uds, era un ajuste mínimo. Por qué demoraste tanto en decirmelo? Te lo ajusto y te lo mando pero no demoren tanto en dar un feedback así. Ya estamos en la etapa final, intentemos resolver todo, no demorar en estas pavadas.

Refrescame qué ajustes lleva el diseño y te los paso en PSD.

2) Te pasé la versión en alta y en .ai. No está raro, es la imagen completa de lo que se ve solo una parte dentro del diseño.

Lo que vos ves así...

captura de pantalla 2016-09-06 a las 5 29 11 p m

...deja oculto el resto de la forma original, pero necesaria para que puedas ajustar bien el diseño:

captura de pantalla 2016-09-06 a las 5 29 54 p m

Te vuelvo a pasar el .ai por acá. Con esto lo pueden arreglar bien a lo que se veía pixelado. Superponganlo y van a ver que encaja. Es solo ubicarlo en el lugar correcto.

Fondo App Klaukol en Vector Smart Object.ai.zip

abrazo

LeandroBraier commented 8 years ago

@bubudrc no te olvides de pasarme esto. Es solo agregar "PLANO FÁCIL" y "Diseñar y planifica tus obras" en el splash screen? Confirmame y te paso.

bubudrc commented 8 years ago

Leandro,

Nosotros hacemos lo mejor que podemos con los que no pasan. La idea original era que ustedes se encargaban del diseno y assets iban a ser entragdos por usd, pero sin embargo, los assets los tenemos que cortar nosotros, y no solo adaptar para ipads y iphone sino para la gran variedad de dispositivos android, lo que lleva un tiempo y prueba para que quede lo mejor posible.

Respecto al .ai, no es dejarlo oculto... esto no es una imagen, son componentes que llevan su tiempo personalizar. Los cambios que pedimos es para poder avanzar de la manera mas rapida y eficiente, pero no podemos trabajar con eso. Necesitamos que sea rectangular la imagen, con fondo transparente para poder trabajarla.

Lo del splash es lo que me pasaste vos en el feedback, sin emabrgo, nuestra duda es la misma que la tuya. No sabemos como quieren que quede especificamente esa pantalla, por lo que tendrias que pasarmela para que podamos adaptarla.

Seguimos trabajando en las llamadas al server para tenerte una version de prueba lo antes posible.

Nos mantenemos en contacto.

Saludos

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

On Wed, Sep 7, 2016 at 6:50 PM, LeandroBraier notifications@github.com wrote:

@bubudrc https://github.com/bubudrc no te olvides de pasarme esto. Es solo agregar "PLANO FÁCIL" y "Diseñar y planifica tus obras" en el splash screen? Confirmame y te paso.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-245430784, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlyl3klsEc2uM2ij6fd-IOqe8PZCP6_ks5qnzGygaJpZM4Jo64_ .

LeandroBraier commented 8 years ago

Ok Marce. Entiendo lo del splash screen pero no entiendo lo primero.

Aparte del splash screen rediseñado necesitás algo más? O con eso estaría bien?

Te lo mando rectangular y también vertical y listo.

2016-09-07 20:14 GMT-03:00 Marcelo Perretta notifications@github.com:

Leandro,

Nosotros hacemos lo mejor que podemos con los que no pasan. La idea original era que ustedes se encargaban del diseno y assets iban a ser entragdos por usd, pero sin embargo, los assets los tenemos que cortar nosotros, y no solo adaptar para ipads y iphone sino para la gran variedad de dispositivos android, lo que lleva un tiempo y prueba para que quede lo mejor posible.

Respecto al .ai, no es dejarlo oculto... esto no es una imagen, son componentes que llevan su tiempo personalizar. Los cambios que pedimos es para poder avanzar de la manera mas rapida y eficiente, pero no podemos trabajar con eso. Necesitamos que sea rectangular la imagen, con fondo transparente para poder trabajarla.

Lo del splash es lo que me pasaste vos en el feedback, sin emabrgo, nuestra duda es la misma que la tuya. No sabemos como quieren que quede especificamente esa pantalla, por lo que tendrias que pasarmela para que podamos adaptarla.

Seguimos trabajando en las llamadas al server para tenerte una version de prueba lo antes posible.

Nos mantenemos en contacto.

Saludos

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

On Wed, Sep 7, 2016 at 6:50 PM, LeandroBraier notifications@github.com wrote:

@bubudrc https://github.com/bubudrc no te olvides de pasarme esto. Es solo agregar "PLANO FÁCIL" y "Diseñar y planifica tus obras" en el splash screen? Confirmame y te paso.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment- 245430784, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlyl3klsEc2uM2ij6fd- IOqe8PZCP6_ks5qnzGygaJpZM4Jo64_

.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-245448022, or mute the thread https://github.com/notifications/unsubscribe-auth/AGaJgCF1GYjokA3B4HgQeIm5Xw7zMdcyks5qn0VggaJpZM4Jo64_ .

bubudrc commented 8 years ago

Dale... con esas 2 assets, podriamos cerrar esos items que faltaba.

Quedo a la espera de esos cambios.

Saludos

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

2016-09-07 20:18 GMT-03:00 LeandroBraier notifications@github.com:

Ok Marce. Entiendo lo del splash screen pero no entiendo lo primero.

Aparte del splash screen rediseñado necesitás algo más? O con eso estaría bien?

Te lo mando rectangular y también vertical y listo.

2016-09-07 20:14 GMT-03:00 Marcelo Perretta notifications@github.com:

Leandro,

Nosotros hacemos lo mejor que podemos con los que no pasan. La idea original era que ustedes se encargaban del diseno y assets iban a ser entragdos por usd, pero sin embargo, los assets los tenemos que cortar nosotros, y no solo adaptar para ipads y iphone sino para la gran variedad de dispositivos android, lo que lleva un tiempo y prueba para que quede lo mejor posible.

Respecto al .ai, no es dejarlo oculto... esto no es una imagen, son componentes que llevan su tiempo personalizar. Los cambios que pedimos es para poder avanzar de la manera mas rapida y eficiente, pero no podemos trabajar con eso. Necesitamos que sea rectangular la imagen, con fondo transparente para poder trabajarla.

Lo del splash es lo que me pasaste vos en el feedback, sin emabrgo, nuestra duda es la misma que la tuya. No sabemos como quieren que quede especificamente esa pantalla, por lo que tendrias que pasarmela para que podamos adaptarla.

Seguimos trabajando en las llamadas al server para tenerte una version de prueba lo antes posible.

Nos mantenemos en contacto.

Saludos

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

On Wed, Sep 7, 2016 at 6:50 PM, LeandroBraier notifications@github.com wrote:

@bubudrc https://github.com/bubudrc no te olvides de pasarme esto. Es solo agregar "PLANO FÁCIL" y "Diseñar y planifica tus obras" en el splash screen? Confirmame y te paso.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment- 245430784, or mute the thread https://github.com/notifications/unsubscribe- auth/AAlyl3klsEc2uM2ij6fd- IOqe8PZCP6_ks5qnzGygaJpZM4Jo64_

.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment- 245448022, or mute the thread https://github.com/notifications/unsubscribe-auth/ AGaJgCF1GYjokA3B4HgQeIm5Xw7zMdcyks5qn0VggaJpZM4Jo64_

.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-245448674, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlyl8naAL6Lg9OdQgi8Ct5j0VLm-o5Cks5qn0ZLgaJpZM4Jo64_ .

LeandroBraier commented 8 years ago

@bubudrc te paso el psd, decime si te sirve, si era eso.

Splash Screen Wide 1200px Klaukol App.psd.zip

abrazo

bubudrc commented 8 years ago

Leandro, me sirve el psd para el splash

Saludos

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

On Thu, Sep 8, 2016 at 2:35 PM, LeandroBraier notifications@github.com wrote:

@bubudrc https://github.com/bubudrc te paso el psd, decime si te sirve, si era eso.

Splash Screen Wide 1200px Klaukol App.psd.zip https://github.com/LeandroBraier/AppPlanoFacil/files/462272/Splash.Screen.Wide.1200px.Klaukol.App.psd.zip

abrazo

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-245676699, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlylzP8jkwN7_f5HlW8pHAqhZRdEbZnks5qoEd7gaJpZM4Jo64_ .

LeandroBraier commented 8 years ago

Genial! Avisame si necesitás algo más.

abrazo

Leandro Braier Producción Audiovisual & Social Media Benteveo Agencia Productora http://benteveo.tv Móvil 1158717399

On Fri, Sep 9, 2016 at 12:56 PM, Marcelo Perretta notifications@github.com wrote:

Leandro, me sirve el psd para el splash

Saludos

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

On Thu, Sep 8, 2016 at 2:35 PM, LeandroBraier notifications@github.com wrote:

@bubudrc https://github.com/bubudrc te paso el psd, decime si te sirve, si era eso.

Splash Screen Wide 1200px Klaukol App.psd.zip https://github.com/LeandroBraier/AppPlanoFacil/ files/462272/Splash.Screen.Wide.1200px.Klaukol.App.psd.zip

abrazo

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment- 245676699, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlylzP8jkwN7_ f5HlW8pHAqhZRdEbZnks5qoEd7gaJpZM4Jo64_

.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-245956180, or mute the thread https://github.com/notifications/unsubscribe-auth/AGaJgCgYWBGKK2snlWuBztxiUJjMGbjgks5qoYHIgaJpZM4Jo64_ .

bubudrc commented 8 years ago

QUedaria lo del .ai de la imagen como habiamos hablado.

Saludos

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

On Fri, Sep 9, 2016 at 1:01 PM, LeandroBraier notifications@github.com wrote:

Genial! Avisame si necesitás algo más.

abrazo

Leandro Braier Producción Audiovisual & Social Media Benteveo Agencia Productora http://benteveo.tv Móvil 1158717399

On Fri, Sep 9, 2016 at 12:56 PM, Marcelo Perretta < notifications@github.com> wrote:

Leandro, me sirve el psd para el splash

Saludos

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

On Thu, Sep 8, 2016 at 2:35 PM, LeandroBraier notifications@github.com wrote:

@bubudrc https://github.com/bubudrc te paso el psd, decime si te sirve, si era eso.

Splash Screen Wide 1200px Klaukol App.psd.zip https://github.com/LeandroBraier/AppPlanoFacil/ files/462272/Splash.Screen.Wide.1200px.Klaukol.App.psd.zip

abrazo

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment- 245676699, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlylzP8jkwN7_ f5HlW8pHAqhZRdEbZnks5qoEd7gaJpZM4Jo64_

.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment- 245956180, or mute the thread https://github.com/notifications/unsubscribe-auth/ AGaJgCgYWBGKK2snlWuBztxiUJjMGbjgks5qoYHIgaJpZM4Jo64_ .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-245957644, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlylxCXk11Wi0DUzxMuJdRd9Dtyn6Zfks5qoYL1gaJpZM4Jo64_ .

LeandroBraier commented 8 years ago

Eso ya te lo pasé y te lo expliqué Marce. Es lo único que tengo. Te lo vuelvo a copiar acá. Leelo bien, está claro: el .ai es el que ya tenés, solo tenés que posicionarlo bien dentro de la composición y ya está, lo tenés en alta.

2) Te pasé la versión en alta y en .ai. No está raro, es la imagen completa de lo que se ve solo una parte dentro del diseño.

Lo que vos ves así...

captura de pantalla 2016-09-06 a las 5 29 11 p m

...deja oculto el resto de la forma original, pero necesaria para que puedas ajustar bien el diseño:

captura de pantalla 2016-09-06 a las 5 29 54 p m

Te vuelvo a pasar el .ai por acá. Con esto lo pueden arreglar bien a lo que se veía pixelado. Superponganlo y van a ver que encaja. Es solo ubicarlo en el lugar correcto.

Fondo App Klaukol en Vector Smart Object.ai.zip

bubudrc commented 8 years ago

LEandro,

Te vuelvo explicar, que hacer eso q vos me pedis no es asi no mas... yo no puedo ponerlo o ir acomodandolo hasta que quede....

Te lo pedi en un formato rectangular con fondo transparente para poder utilizarlo.

Saludos

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

2016-09-09 17:01 GMT-03:00 LeandroBraier notifications@github.com:

Eso ya te lo pasé y te lo expliqué Marce. Es lo único que tengo. Te lo vuelvo a copiar acá. Leelo bien, está claro: el .ai es el que ya tenés, solo tenés que posicionarlo bien dentro de la composición y ya está, lo tenés en alta.

2) Te pasé la versión en alta y en .ai. No está raro, es la imagen completa de lo que se ve solo una parte dentro del diseño.

Lo que vos ves así...

[image: captura de pantalla 2016-09-06 a las 5 29 11 p m] https://cloud.githubusercontent.com/assets/6719872/18288931/ab52f836-7453-11e6-8074-dac4cd60285f.png

...deja oculto el resto de la forma original, pero necesaria para que puedas ajustar bien el diseño:

[image: captura de pantalla 2016-09-06 a las 5 29 54 p m] https://cloud.githubusercontent.com/assets/6719872/18288963/c27d4f5c-7453-11e6-98cf-888ea60181a5.png

Te vuelvo a pasar el .ai por acá. Con esto lo pueden arreglar bien a lo que se veía pixelado. Superponganlo y van a ver que encaja. Es solo ubicarlo en el lugar correcto.

Fondo App Klaukol en Vector Smart Object.ai.zip https://github.com/LeandroBraier/AppPlanoFacil/files/457648/Fondo.App.Klaukol.en.Vector.Smart.Object.ai.zip

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-246023494, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlylwSYIciM5mDMGo3pUpvAOMh9yZXfks5qobsKgaJpZM4Jo64_ .

LeandroBraier commented 8 years ago

A ver si es esto:

Footer Alta App Klaukol.zip

Confirmame por favor.

bubudrc commented 8 years ago

Esta perfecto Leandro.

Muchas gracias.

Seguimos trabajando.

Saludos

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

On Fri, Sep 9, 2016 at 6:44 PM, LeandroBraier notifications@github.com wrote:

A ver si es esto:

Footer Alta App Klaukol.zip https://github.com/LeandroBraier/AppPlanoFacil/files/464887/Footer.Alta.App.Klaukol.zip

Confirmame por favor.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-246049254, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlylxutJ8JmNqzcu_WdMqecR8Nkw8KEks5qodNJgaJpZM4Jo64_ .

LeandroBraier commented 8 years ago

@valentinsabbath te transcribo el pedido de @bubudrc porque en ese ticket no estás copiado.

Buenas,

Escribo los errores encontrados en el server:

Registrar Usuario

Al parecer lo registra bien, pero me devuelve siempre el "success_msg": y "error_msg": "" seteado. La idea es que si es correcto solo me envie el success y si es error solo me envie el error.

Ademas, no valida que el username y email sean unicos, puedo registrar siempre al mismo usuario y me va a devolver siempre un userid distinto.

Loguear Usuario

Siempe me devuelve que falta la contrasena, por mas que le mande datos correcto o incorrectos, por lo que no puedo loguear al usuario, ni siquiera los creados recientemente.

Recuperar Datos Usuarios

Al loguearme, como no me trae el userid, es dificil. Si uso alguno de los que ya tengo, me devuelve cualqueir cosa

  data =     {
        avatarURL = "<null>";
    };
    success = 1;
    "success_msg" = "Se ha enviado un email a su correo";

Lo mismo sucede cuando trato de subir el avatar y actualizar el profile

LeandroBraier commented 8 years ago

@valentinsabbath ?

ghost commented 8 years ago

Estoy trabajando en eso, ya pueden probar el registro de usuarios

El 26 sept. 2016 5:28 p. m., "LeandroBraier" notifications@github.com escribió:

@valentinsabbath https://github.com/valentinsabbath ?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-249687714, or mute the thread https://github.com/notifications/unsubscribe-auth/AP1JfX2L0vzBk7TX8WYFEEuRNDoCx3ykks5quCsHgaJpZM4Jo64_ .

LeandroBraier commented 8 years ago

Gracias @valentinsabbath ! Fijate @bubudrc si ahora envia solo el success.

abrazo

LeandroBraier commented 8 years ago

@bubudrc pudiste probar?

@valentinsabbath como venimos con los demás ajustes? Metamosle pata por favor.

ghost commented 8 years ago

Estoy cerca de terminar. Para mañana está terminado

2016-09-28 15:40 GMT-03:00 LeandroBraier notifications@github.com:

@bubudrc https://github.com/bubudrc pudiste probar?

@valentinsabbath https://github.com/valentinsabbath como venimos con los demás ajustes? Metamosle pata por favor.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-250260099, or mute the thread https://github.com/notifications/unsubscribe-auth/AP1JfanDkQMAF71CR5ZJJ-FDUGwy2uFJks5qurSigaJpZM4Jo64_ .

Atte. Valentín Gavela.

LeandroBraier commented 8 years ago

Genial Valen! Gracias!

Leandro Braier Producción Audiovisual & Social Media Benteveo Agencia Productora http://benteveo.tv Móvil 1158717399

On Wed, Sep 28, 2016 at 5:54 PM, valentinsabbath notifications@github.com wrote:

Estoy cerca de terminar. Para mañana está terminado

2016-09-28 15:40 GMT-03:00 LeandroBraier notifications@github.com:

@bubudrc https://github.com/bubudrc pudiste probar?

@valentinsabbath https://github.com/valentinsabbath como venimos con los demás ajustes? Metamosle pata por favor.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment- 250260099, or mute the thread https://github.com/notifications/unsubscribe- auth/AP1JfanDkQMAF71CR5ZJJ-FDUGwy2uFJks5qurSigaJpZM4Jo64_ .

Atte. Valentín Gavela.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-250296557, or mute the thread https://github.com/notifications/unsubscribe-auth/AGaJgEOwqUscQwgrU9-32rdOBikwm2i1ks5qutQIgaJpZM4Jo64_ .

bubudrc commented 8 years ago

Buenas,

Estaba esperando las novedades para testear y seguir avanzando. Por lo que esperare hasta que Valentin me confirme y vuelvo a tester y modificar lo que haya q ser necesario para trabajr correctamente con las llamadas y comenzar a agregar las siguientes sobre el plano.

Saludos

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

2016-09-28 18:00 GMT-03:00 LeandroBraier notifications@github.com:

Genial Valen! Gracias!

Leandro Braier Producción Audiovisual & Social Media Benteveo Agencia Productora http://benteveo.tv Móvil 1158717399

On Wed, Sep 28, 2016 at 5:54 PM, valentinsabbath <notifications@github.com

wrote:

Estoy cerca de terminar. Para mañana está terminado

2016-09-28 15:40 GMT-03:00 LeandroBraier notifications@github.com:

@bubudrc https://github.com/bubudrc pudiste probar?

@valentinsabbath https://github.com/valentinsabbath como venimos con los demás ajustes? Metamosle pata por favor.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment- 250260099, or mute the thread https://github.com/notifications/unsubscribe- auth/AP1JfanDkQMAF71CR5ZJJ-FDUGwy2uFJks5qurSigaJpZM4Jo64_ .

Atte. Valentín Gavela.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment- 250296557, or mute the thread https://github.com/notifications/unsubscribe-auth/AGaJgEOwqUscQwgrU9- 32rdOBikwm2i1ks5qutQIgaJpZM4Jo64_ .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-250298151, or mute the thread https://github.com/notifications/unsubscribe-auth/AAlyl856XDm8wCMh1ZgLBiXFnWwl4UFzks5qutVggaJpZM4Jo64_ .

LeandroBraier commented 8 years ago

Ok. Entonces lo único que falta es lo que requiere del server? Todo lo demás ya está final? Diseños últimos y demás? Para todos los dispositivos?

Confirmame asi me organizo para hacer un testing bien completo cuando esté.

2016-09-28 18:21 GMT-03:00 Marcelo Perretta notifications@github.com:

Buenas,

Estaba esperando las novedades para testear y seguir avanzando. Por lo que esperare hasta que Valentin me confirme y vuelvo a tester y modificar lo que haya q ser necesario para trabajr correctamente con las llamadas y comenzar a agregar las siguientes sobre el plano.

Saludos

Marcelo Perretta

MaWaPe Mobile Development Rosario. SF. Argentina Skype: mwperretta Cel.: +54 (341)3 774695

info@mawape.com

2016-09-28 18:00 GMT-03:00 LeandroBraier notifications@github.com:

Genial Valen! Gracias!

Leandro Braier Producción Audiovisual & Social Media Benteveo Agencia Productora http://benteveo.tv Móvil 1158717399

On Wed, Sep 28, 2016 at 5:54 PM, valentinsabbath < notifications@github.com

wrote:

Estoy cerca de terminar. Para mañana está terminado

2016-09-28 15:40 GMT-03:00 LeandroBraier notifications@github.com:

@bubudrc https://github.com/bubudrc pudiste probar?

@valentinsabbath https://github.com/valentinsabbath como venimos con los demás ajustes? Metamosle pata por favor.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/ issues/1#issuecomment- 250260099, or mute the thread https://github.com/notifications/unsubscribe- auth/AP1JfanDkQMAF71CR5ZJJ-FDUGwy2uFJks5qurSigaJpZM4Jo64_ .

Atte. Valentín Gavela.

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment- 250296557, or mute the thread https://github.com/notifications/unsubscribe-auth/AGaJgEOwqUscQwgrU9- 32rdOBikwm2i1ks5qutQIgaJpZM4Jo64_ .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment- 250298151, or mute the thread https://github.com/notifications/unsubscribe-auth/ AAlyl856XDm8wCMh1ZgLBiXFnWwl4UFzks5qutVggaJpZM4Jo64_ .

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/LeandroBraier/AppPlanoFacil/issues/1#issuecomment-250304598, or mute the thread https://github.com/notifications/unsubscribe-auth/AGaJgPF12H1Ounw5ucBBi_fe8YEIP538ks5qutpigaJpZM4Jo64_ .

ghost commented 8 years ago

Estoy teniendo problemas con el manejo del ávatar en base64, esa sería la última corrección que tengo que hacer. Lo demás ya está listo