sosbrumadinho / brumadinho_location

Conjunto de ferramentas para ajudar no resgate e localização das vítimas atingidas pelo rompimento da barragem que ocorreu recentemente em Brumadinho/MG
MIT License
868 stars 129 forks source link

Visted_locations app: Adds radius, notes and date_visited to "visited_locations" models #87

Closed dezoito closed 5 years ago

dezoito commented 5 years ago

As per suggestion on issue #41, adds the following fields to the visited_locations model:

radius: Optional (default: 1) - Approximated radius visited around coordinates (this information enables circumferences to be drawn on the map providing a better understanding of the area covered

notes: (text field) - Allows users to leave notes and observations on the area visited (e.g.: need to revisit, equipment needed, what was found)

date_visited: self explanatory

@vaniaon @brunolcarli

pictos commented 5 years ago

@dezoito please, update your PR. And we'll work on the review.

dezoito commented 5 years ago

Pictos,

The changes I had proposed were already implemented by @brunolcarli . I think the issue can be closed now.

Thank you!