Greenstand / treetracker-ios

IOS version of the Treetracker
GNU Affero General Public License v3.0
16 stars 41 forks source link

As a user, I want to add a note to my tree capture, so that I can provide more context #95

Closed AlexCornforth closed 2 years ago

AlexCornforth commented 2 years ago

As a user, I want to add a note to my tree capture, so that I can provide more context

Acceptance Criteria Once I take picture of a tree And before I save the tree I can optionally add a note about the tree

Solution Guidence Add a new button to the add tree screen with the title "Note" and maybe some kind of pen icon This button should only appear once we have a photo Tapping it should present a view controller in which the user can type a note A note is optional it should not be required to save the tree Hold onto the note content in the viewmodel ready to be saved when the save button is pressed Pass this to the TreeService on save

vasilinich11 commented 2 years ago

Hey, Alex. I'm ready to work.