hauke96 / GeoNotes

A simple app to create georeferences notes.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Feature: adding more functionality to the notes list

barefootstache opened this issue · comments

Features:

  • add DateTime to the note (Optionally can be deactivated in the settings panel)
  • add Sort button to sort ascending/descending DateTime and possibly different variables
  • add delete single note by swiping
  • add multi-select notes to delete many
    • by long-hold to select one note
    • tap every further note to select it
    • or long-hold a further away note to select all notes between the two select (including them)
    • the back-button will cancel the selection
  • some ideas taken from #21

Remarks:

  • The Sort button might be redundant at the current stage
  • The DateTime info would be great if let's say one wanted to delete all the notes of a specific day.
  • The checkmark mock icon might need to be reworked, since it isn't that vigilant

Mock for DateTime and Sort button:
sort-date

Mock for Delete-Many
delete-many

Hi, thanks for the feature ideas and the mockup. This is a good candidate to work on after version 1.5.0 has been release.

Feature request: add distance (in configurable units like meters, miles etc.) to the list of notes from the current position if the position is known. Sorting ascending/descending based on the distance from the current position would be also nice.

I'll consider this but the space in the list is quite limited. Maybe this is a feature for a future release or a feature toggle or something like that.