No, not on intention.
On Sat, Jun 15, 2013 at 5:13 PM, Matthias Wessendorf <matzew@apache.org> wrote:
On Sat, Jun 15, 2013 at 5:09 PM, Kris Borchers <kborcher@redhat.com> wrote:
But isn't that what this discussion is? If the goal is not to have similar functionality between the native and web demos then I guess it's not a big deal but I assume we do want that similar functionality so all demos should be included from the beginning to avoid wasted time by having duplicate conversations.It will come for sure, we just have to discuss "the planning" ;)Sebagain, right now there is just the demo. Zero lines are written for the clients.s/demo/backend-demoUnderstood. I just wanted to make sure we weren't planning without JS in mind since iOS and Android were specifically called out in the original email rather than just saying clients.
The overall story works on all the different platforms.On Sat, Jun 15, 2013 at 3:45 PM, Kris Borchers <kborcher@redhat.com> wrote:
Maybe I missed off list discussions but is there any reason an "all inclusive" push demo doesn't include JS (SimplePush) in any of this discussion?Service has been added :
PUT /leads/{id}
Update a Lead, typically used if a Sale Agent wants to assign a lead to him.
curl -v -b cookies.txt -c cookies.txt -H "Accept: application/json" -H "Content-type: application/json" -X PUT -d '{"id":39,"version":0,"name":"Doctor No","location":"New York","phoneNumber":"121212121","saleAgent":"13bbaea3-9271-43f7-80aa-fb21360ff684"}' http://localhost:8080/prodoctor/leads/39
returns no data
On Fri, Jun 14, 2013 at 3:30 PM, Sebastien Blanc <scm.blanc@gmail.com> wrote:
Exactly ! That is the "public" set needed by the client : login/logout , get leads, update location/statusOh ! I miss one "assign lead to user" , I will update the docSebOn Fri, Jun 14, 2013 at 3:25 PM, Matthias Wessendorf <matzew@apache.org> wrote:
nice!that should be enough for the mobile clients, right ?On Fri, Jun 14, 2013 at 3:21 PM, Sebastien Blanc