Is there a better and quick way of processing requests from a list of requests?
I am making an mobile app where there is a list of requests for points towards a client and the client assigns a desired number of points to each request. The client sees all the requests in chronological order. these can be from various number of users. when he selects a requests he can assign points to it and send the points. well this process seems to work when there are less number of requests, but when there are around 50 requests it becomes difficult and a tedious process. I would like to know how can I design this situation in a manner that the process of assigning points because quick for the client, and he doesn't have to spend a lot of time in processing them.
Request List
Assigning point to a request