-
Notifications
You must be signed in to change notification settings - Fork 215
Paging Capabilities for IncomingPhoneNumbers API #2189
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
consider using Range header as in https://stackoverflow.com/questions/924472/paging-in-a-rest-collection |
@deruelle @gvagenas Is anyone is working on that issue currently? because i am bit confuse as this issue has Help Wanted Label and assigned to some members as well. If it is still available i wanted to contribute for this issue. |
@muhammadbilal19 we just created the issue yesterday so no one has had time to work on it yet. By all means, if you can take it on. It would make sense to actually create an issue per API not having paging functionality and do a PR per issue. What would be your estimate to complete this first issue ? |
Great @deruelle i will start looking into that issue and will share the estimate with you soon. |
Awesome. Thanks @muhammadbilal19 looking forward to it |
Hi @muhammadbilal19, Thanks for your interest. Thanks |
Hi @muhammadbilal19 The urgency on this particular issue has gone up due to a customer with a huge quantity of phone numbers to manage. If you don't have the time to get to this right away and provide a firm estimate we need to assign it to an internal resource. If you could let me know by June 9 what you think that would be great. We have several other APIs with the same issue that are lower priority that we'd love for you to take over if you don't have immediate time for this one. Thanks for contributing! |
Hi @scottbarstow yesterday i started working on it and completed the API part this issue. Now i am playing with UI to show pagination on this module. Once i done with this changes and testing then i will create PR. I pretty much hopeful to complete this issue by 10 June. |
That is awesome!
…On Thu, Jun 8, 2017 at 4:43 PM, Muhammad Bilal ***@***.***> wrote:
Hi @scottbarstow <https://github.com/scottbarstow> yesterday i started
working on it and completed the API part this issue. Now i am playing with
UI to show pagination on this module. Once i done with this changes and
testing then i will create PR.
I pretty much hopeful to complete this issue by 10 June.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2189 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAtjo6hRxJ9RChzytrQ7nSfoFlhA9Gq7ks5sCFzfgaJpZM4NwMU5>
.
--
scottbarstow.com
@scottbarstow
+1-919-349-9473 (m)
|
You would be my hero if you would also fix the default sort on the
dashboard page to be something that makes sense.
…On Thu, Jun 8, 2017 at 4:45 PM, Scott Barstow ***@***.***> wrote:
That is awesome!
On Thu, Jun 8, 2017 at 4:43 PM, Muhammad Bilal ***@***.***>
wrote:
> Hi @scottbarstow <https://github.com/scottbarstow> yesterday i started
> working on it and completed the API part this issue. Now i am playing with
> UI to show pagination on this module. Once i done with this changes and
> testing then i will create PR.
>
> I pretty much hopeful to complete this issue by 10 June.
>
> —
> You are receiving this because you were mentioned.
> Reply to this email directly, view it on GitHub
> <#2189 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/AAtjo6hRxJ9RChzytrQ7nSfoFlhA9Gq7ks5sCFzfgaJpZM4NwMU5>
> .
>
--
scottbarstow.com
@scottbarstow
+1-919-349-9473 <(919)%20349-9473> (m)
--
scottbarstow.com
@scottbarstow
+1-919-349-9473 (m)
|
@muhammadbilal19 let's plan to do two PRs, one for the API changes and one for the UI changes so that we can have them reviewed internally in parallel. Does that work for you? |
@scottbarstow sounds like a good plan i will finalise the API code and will create separate PR for API.Will try to fix sorting as well :) |
Add pagination changes for IncomingPhoneNumbers API Add pagination changes on number-incoming.html
Change pagination footer like 1 to 10 of 1000 RestComm#2189
@scottbarstow i created PR with API and UI changes #2211, I am managed to finish both the changes :) |
Add pagination changes for IncomingPhoneNumbers API Add pagination changes on number-incoming.html
Change pagination footer like 1 to 10 of 1000 RestComm#2189
Add RestComm tools class to remove some repeating code. Replace System.out to logger.info IncomingPhoneNumbersEndpointTest RestComm#2189
…ne Add RestComm tools class to remove some repeating code. Replace System.out to logger.info IncomingPhoneNumbersEndpointTest RestComm#2189" This reverts commit ccf03b6.
Add RestCommIncomingPhone tools class to remove some repeating code. Replace System.out to logger.info IncomingPhoneNumbersEndpointTest RestComm#2189
Add pagination changes for IncomingPhoneNumbers API Add pagination changes on number-incoming.html
Change pagination footer like 1 to 10 of 1000 RestComm#2189
Add RestComm tools class to remove some repeating code. Replace System.out to logger.info IncomingPhoneNumbersEndpointTest RestComm#2189
…ne Add RestComm tools class to remove some repeating code. Replace System.out to logger.info IncomingPhoneNumbersEndpointTest RestComm#2189" This reverts commit ccf03b6.
Add RestCommIncomingPhone tools class to remove some repeating code. Replace System.out to logger.info IncomingPhoneNumbersEndpointTest RestComm#2189
Implement sorting with db query and start and end value fix RestComm#2189
@muhammadbilal19 this got deployed to our production instance today. Great work and thanks for taking care of all of this. Major uplift |
Thanks @scottbarstow for the update hopefully it will improve user experience. Hopefully soon we are able to deploy clients and account pagination as well. |
Closing this issue. @muhammadbilal19 congrats and you have been acknowledged at https://telestax.com/acknowledgements/ |
Need to implement Paging at API level and Dashboard level as well
The text was updated successfully, but these errors were encountered: