Closed
Bug 984818
Opened 11 years ago
Closed 11 years ago
Loop server — List calls should return the name of the caller, not the callee
Categories
(Hello (Loop) :: Server, defect)
Hello (Loop)
Server
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: alexis+bugs, Assigned: rgauthier)
Details
Attachments
(1 file)
At the moment, when we're doing a GET /calls, we get back a list of pending calls, with an "user" key for each item.
This user key currently is the person that's getting called, and that's pointless: if I'm asking who is calling me, I already know who I am.
We could potentially change that to let the caller specify an userid / name and add this in the database.
Updated•11 years ago
|
Assignee: nobody → rgauthier
| Assignee | ||
Comment 1•11 years ago
|
||
| Assignee | ||
Updated•11 years ago
|
Attachment #8393481 -
Flags: review?(standard8)
Attachment #8393481 -
Flags: review?(ametaireau)
| Reporter | ||
Comment 2•11 years ago
|
||
Comment on attachment 8393481 [details] [review]
Bug 984818: Listing calls should return the name of the caller
r+ with the changes natim and I put.
Attachment #8393481 -
Flags: review?(ametaireau) → review+
Updated•11 years ago
|
Attachment #8393481 -
Flags: review?(standard8) → review?(adam)
Updated•11 years ago
|
Status: NEW → ASSIGNED
Comment 3•11 years ago
|
||
Comment on attachment 8393481 [details] [review]
Bug 984818: Listing calls should return the name of the caller
I have added a test for the requireParams middleware.
Attachment #8393481 -
Flags: review?(adam) → review?(nperriault)
Comment on attachment 8393481 [details] [review]
Bug 984818: Listing calls should return the name of the caller
LGTM
Attachment #8393481 -
Flags: review?(nperriault) → review+
Updated•11 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 5•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•