Create endpoint for retrieving messages with no response
Opened this issue · 3 comments
We need to create an endpoint allowing the user to retrieve all messages that were sent and have not been responded to. This should take parameters to determine what to number you are searching for and how long the message has been not been responded to.
The page I made will provide this information, it should have a 0 for all messages not responded too. Do you want a specific end-point for this? Would we instead want a "sms-filter" end-point which will by default provided a sorted list of correspondence between two numbers and will apply additional filters based on input?
I think what you've built is basically what's in #50 so you can just switch to that issue and we can remove this from the milestone and evaluate if we want a more specific endpoint to back the page in the future.
More specifically I assumed we would have an endpoint that does all the data manipulation to generate the table values on the server rather than in the client to reduce the amount of heavy lifting we have in the client code.
Removed from this milestone. Will reopen for discussion on sms-filter (or messages-filter) end-point later.