Skip to content

Commit

Permalink
TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
bntmorgan committed Oct 11, 2017
1 parent 9582dfc commit f02c358
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions TODO
Expand Up @@ -18,3 +18,16 @@ No left and right when UI is locked
Send a note to the user when a new match or message has been received !!!!

Add shortcuts L and D

use a separated cb_match for swipe update and scan recs

- match when swipe:
update the person into a match do not add it in the list it is already in
- if matched in the callback clones the match given by the parser into a
pointer given in data
- after api call if pointer is not NULL is_match = 1;
- then call after with the cloned match
- if remaining likes < 0 do not remove match
- else remove match from db and glist store
- if is_match reinsert the new match in db and glist store and free cloned
match

0 comments on commit f02c358

Please sign in to comment.