**** BEGIN LOGGING AT Sun Dec 18 03:00:00 2016 Dec 18 10:19:43 Morning Dec 18 11:46:59 Tofe: morning! Dec 18 12:24:33 DougReeder: Ping Dec 18 18:35:29 Herrie, pong Dec 18 18:42:22 DougReeder: Did a small PR for some mock data in Messaging for Contacts Dec 18 18:42:36 Ah, I saw. Dec 18 18:42:56 Do you need me to look it over? Dec 18 18:44:03 Just was wondering about the inline comments Dec 18 18:44:12 jsonlint.com doesn't like the // comments inside the JSON structure Dec 18 18:44:18 The app doesn't seem to bother Dec 18 18:44:36 Oh, yeah. Dec 18 18:45:06 The JSON standard has no provision for comments, so jsonlint is correct. Dec 18 18:45:44 It’s less than ideal. Dec 18 18:46:34 And the DB8 schema are JSON, yes? Dec 18 18:46:38 * DougReeder sighs. Dec 18 18:51:32 We could put it in a __comment field inside the JSON for example... But welll Dec 18 18:51:38 It's just cosmetics for now Dec 18 18:52:04 It works like this on the browser so there's no real issue Dec 18 18:52:08 It works better then before :P Dec 18 18:52:13 Yeah, I’m reluctant to do that in a schema. Dec 18 18:54:53 DougReeder: Yeah Dec 18 18:55:11 Another things we'd need soon is to have https://github.com/webOS-ports/org.webosports.messaging/blob/master/app/source/views/ThreadView.js#L80 expanded Dec 18 18:55:45 It currently only selects a name and then takes primarePhoneNumber as per https://github.com/webOS-ports/org.webosports.messaging/blob/master/app/source/views/ThreadView.js#L267 Dec 18 18:56:05 User should be allowed to select the right one to use like in Contacts App Dec 18 18:56:26 Since you did Contacts I thought it would be fairly easy for you to add it here? Dec 18 18:57:49 Hrm Dec 18 18:58:38 Since we'll be having stuff like Skype too, so if a person has a Skype or Yahoo IMS in the data it should be able to use that Dec 18 18:59:43 IIRC, there was a certain amount of refactoring needed before that could happen Dec 18 19:00:54 But that was a while ago, so I may be remembering incorrectly. Dec 18 19:02:42 Ah, right now, we have a list of contact names. Dec 18 19:03:04 We need a list of messaging accounts, divided by contact name. Dec 18 19:03:41 Yeah the way it displays in Contacts now would work in general Dec 18 19:04:25 Legacy has it like: http://static.glossandgradients.com/media/images/pre_messaging_accounts.png Dec 18 19:04:34 But I don't think we have this divider kind Dec 18 19:05:07 We can do dividers with Enyo 2 lists; I do it in Serene Notes. Dec 18 19:05:38 Anyway what we have currently in COntacts would work too I guess Dec 18 19:05:47 Just it takes a little more screen real estate Dec 18 19:06:17 I'm trying to sort everything else on Messaging side so stuff works, which is quite some fiddling too Dec 18 19:06:50 I guess I can tackle that after the pre-2.7 cleanup of Preware2 Dec 18 19:08:05 I’m not sure which part of Contacts you’re referring to. Dec 18 19:11:27 Hmm, looks like 3.0 Messaging doesn’t let you originate an SMS. Dec 18 19:12:15 Anyway, a list of messging accounts, divided by person, is straighforward in Enyo 2. Dec 18 19:13:48 DougReeder: Well it should be phone & messaging ;) Dec 18 19:14:02 Contact can have multiple phone + IM services Dec 18 19:14:03 Right. Dec 18 19:15:48 Let me make a screenshot from COntacts Dec 18 19:15:53 Just added Google C+DAV account Dec 18 19:17:45 3.0 Messaging shows all phone numbers, not just mobile. That looks wrong to me, but I guess phone numbers aren’t always correctly tagged. Dec 18 19:19:05 DougReeder: Well in some countries you can send text to fixed numbers AFAIK Dec 18 19:19:15 I think US has that too with some operators? Dec 18 19:19:53 * DougReeder best not to assume phone numbers not tagged as Mobile are un-textable. Dec 18 19:22:24 This is how Contacts displays it: http://tinypic.com/r/2db8qiu/9 Dec 18 19:24:01 Yeah, we can have a row per recipient account, with type label on the right, and a header per person. Dec 18 19:24:47 … like 2.x and 3.x Messaging, just the visual stying will be different. Dec 18 19:26:42 ANyway, gotta go. Dec 18 19:38:38 OK great! Dec 19 02:26:17 * DougReeder checks back **** ENDING LOGGING AT Mon Dec 19 02:59:59 2016