Closed
Bug 971999
Opened 11 years ago
Closed 11 years ago
Server needs to service request from client to list pending incoming calls
Categories
(Hello (Loop) :: Server, defect)
Hello (Loop)
Server
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: abr, Assigned: rgauthier)
References
Details
User Story
The server provides an API that returns a list of incoming calls for a particular client. This will be requested by the client after a simple push notification.
Attachments
(1 file)
No description provided.
Comment 1•11 years ago
|
||
We need to expose a service that a client can query for a list of their incoming calls. (This is hit after the simple push shoulder tap)
Component: General → Server
Updated•11 years ago
|
User Story: (updated)
Depends on: 976223
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → rgauthier
Updated•11 years ago
|
Status: NEW → ASSIGNED
Comment 2•11 years ago
|
||
This also changes a bit the API exposed: the client will need to pass a version to the server in order to list calls newer than this version number (it's in fact a timestamp).
Attachment #8390853 -
Flags: review?(standard8)
Assignee | ||
Comment 3•11 years ago
|
||
The server requires a version parameter as a JSON serialized body.
This version parameter is an always incrementing integer that tells the server to filter the calls that are more recent or as recent as the version parameter (>=).
The version parameter can then be a timestamp in the form of an integer.
Comment 4•11 years ago
|
||
Comment on attachment 8390853 [details] [review]
link to github PR
Updates look good. r=Standard8
Attachment #8390853 -
Flags: review?(standard8) → review+
Comment 5•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•