Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[User Story] Show map using location data #183

Open
21 tasks done
jimmyandrade opened this issue May 4, 2020 · 0 comments
Open
21 tasks done

[User Story] Show map using location data #183

jimmyandrade opened this issue May 4, 2020 · 0 comments

Comments

@jimmyandrade
Copy link
Member

jimmyandrade commented May 4, 2020

User story

As a user who is creating a parking report
I want to view a map with the location of the car
So that I can confirm that I am informing the correct place

Business context

In order to submit a report with enough information for authorities to eventually take action, the localization of the user is necessary. Without this information, it would be difficult to identify where the car is parked, even with car plate information. After obtaining user authorization to get their location (#181), we need to show the result to the user as a map.

Describe alternatives you've considered
It would be also possible for the user to type their address, instead of using GPS.

In scope

  • Give user the chance to try to obtain the address again, by clicking on "Atualizar localização".

Out of scope

Show map with address to the user on the same screen.
Ask for user permission to use GPS (#181 ).
Offering a field for the user to type their address, in case the GPS was incorrect, not available, or the user did not authorize using GPS (#208).

Acceptance Criteria

  • 1. Happy path (user sees the correct location on map)
    Given the user has chosen an image to proceed with the parking report
    When the user clicks to accept informing their position by GPS
    Then the page shows "obtendo localização"
    Then the page shows the map with the user location marked.
  • 2. Alternative path (give user the chance to try to click and see address again)
    Given the user has seen the map with the address marked
    When the address marked is wrong
    Then the user can click on "atualizar localização" to try again

Checklist do kickoff

  • A análise da história está concluída?
  • QA (ou pessoa que assumiu o papel de QA) revisou a análise?
  • A história está completa com todos os detalhes e as informações relevantes?
    (Ex.: Contexto, Escopo, Fora de Escopo, Critérios de aceite, etc);
  • O valor de negócio da história está bem entendido? (se aplicável)
  • Esta história não tem dependência de outras histórias futuras?
  • Não existem dívidas técnicas (débitos técnicos) relacionadas a história;
  • Há protótipos de telas para essa história (se aplicável)
  • Há detalhes na história de mensagens de erro e outros feedbacks para o usuário (se aplicável)
  • Há mensagens de ajuda ou outros textos definidos na história (se aplicável)
  • A história está em um tamanho adequado
  • Existe feature toggle para a feature (se aplicável)

Checklist do deskcheck

  • Há testes unitários que validem a implementação? (se aplicável)
  • As alterações de código passaram em todas as pipelines
  • A história foi executada manualmente
  • A história não trouxe regressões ou impacto negativo a outras implementações
  • Todos os critérios de aceite foram cobertos
  • A história não precisa de feedback ou correção
  • Foi testada uma jornada completa do usuário através da história (se aplicável)
@jimmyandrade jimmyandrade added this to the Report parking MVP milestone May 4, 2020
@jimmyandrade jimmyandrade added the invalid This doesn't seem right label May 4, 2020
@thomazmz thomazmz added this to Backlog in Multei May 14, 2020
@heitorbffi heitorbffi moved this from Backlog to In analysis in Multei May 19, 2020
@heitorbffi heitorbffi moved this from In analysis to Todo in Multei May 20, 2020
@heitorbffi heitorbffi removed the invalid This doesn't seem right label May 20, 2020
@tuliooassis tuliooassis moved this from Todo to In Progress in Multei Jul 10, 2020
@tuliooassis tuliooassis self-assigned this Jul 13, 2020
@tuliooassis tuliooassis moved this from In Progress to Ready for QA in Multei Jul 14, 2020
@tuliooassis tuliooassis removed their assignment Jul 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Multei
  
Ready for QA
Development

No branches or pull requests

4 participants