RayKaZe / CATS

2 stars 0 forks source link

Add functionality to delete single items on the watch #7

Closed LiyouZhou closed 8 years ago

jgillard commented 9 years ago

I was always wondering wether the more user-friendly way to cover both #7, #8, and #9 would be to store all codes on the phone where the adding/deleting/re-ording and syncing could be done, and only show the most recently used n on the watch. Would also allow some location-based smarts to be added. Unfortunately would require a separate app so probably not.

If not then store everything on the watch with a menu system that covers #7 and #8. Probably best from where we are now, and can all be done from our settings page in the Pebble app.

LiyouZhou commented 9 years ago

I would say support both ways. From the config page and from the watch. Location based smarts probably a later stage feature.

LiyouZhou commented 9 years ago

Yes I think doing it on the phone is the far easier way.

jgillard commented 9 years ago

Looks like we don't get any storage in the phone app, so the data needs passing to the phone from the watch when the config page loads. So more watch storage needed I think.

LiyouZhou commented 9 years ago

So, when launch config, read everything from watch, when config closed, wipe watch storage and write everything from the config.

LiyouZhou commented 8 years ago

So new sdk allows permanent storage on the phone using javascript

jgillard commented 8 years ago

I would close this one.

LiyouZhou commented 8 years ago

ok, do everything on config page.