Migração de features desenvolvidas no Hackultura para o Mapas Culturais.#19
Open
JonasMatos0 wants to merge 14 commits intohacklabr:masterfrom
Open
Migração de features desenvolvidas no Hackultura para o Mapas Culturais.#19JonasMatos0 wants to merge 14 commits intohacklabr:masterfrom
JonasMatos0 wants to merge 14 commits intohacklabr:masterfrom
Conversation
…service lines, ajusted gulpfile to work with ionic version added google maps cordova plugin dependency.
This reverts commit 2877913.
Open
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Features incluidas:
Atualização de versão do ionic para o funcionamento com a versão 3.19.0;
Atualização de bibliotecas obsoletas;
Inclusão das bibliotecas: cordova-plugin-firebase, cordova-plugin-whitelist e cordova-plugin-x-socialsharing;
Tela de configuração dos interesses: exibida no primeiro acesso ao APP, ou pelo menu Configurações, possibilita que o usuário defina quais os interesses para receber notificações quando surgir um novo evento daquele tipo;
Adição do botão Social Share na tela de "Evento", possibilitando o compartilhamento de um evento acessado pelo App através das redes sociais;
Preparação no aplicativo para receber notificação com a mensagem "event_id", a qual ocasiona o redirecionamento do aplicativo para a tela do evento (ao ser tocado na notificação, ou se o aplicativo estiver aberto);
Obs.: A funcionalidade de notificação, e procedimento para instalação do Firebase Cloud Message pode ser melhor entendida no readme do projeto.