ceaseless-prayer / CeaselessIOS

This is the iOS application code for Ceaseless.
http://www.ceaselessprayer.com
MIT License
5 stars 2 forks source link

Person notes #85

Closed LIL717 closed 9 years ago

LIL717 commented 9 years ago

added search by person tagged to Prayer Journal

there are a couple enhancements that could be made:

  1. currently searches on first or last name with a BEGINSWITH, would work more like searching names if it searched BEGINSWITH (concatenated First and Last) or BEGINSWITH Last or maybe there should be an intermediate step where a person can be selected and then all their notes show up
  2. The tintColor of the words (Cancel, Note text, Person Tagged would be better white, but the cursor takes that tintColor too so it doesn't show up if tintColor is white. I'm sure there is a way to dig down into the views and set the cursor to a different color, just not an easy fix.
chrislim commented 9 years ago

I think we discussed potentially changing the predicate to look up on first and last name and getting the values for those parts by splitting the input string.