Currently, if you view your own user page with the Gift History feature enabled it will just display a message that you have no history with the current user (because you can't).
The feature should display a list of all the gifts you've recently sent/received.
Implementation:
[ ] Check if the user ID matches the logged in user (from URL in dropdown?)
[ ] Get JSON without limiting to user ID in order to receive all results
[ ] Details should include date, amount, and username
[ ] Include sitewide gifts and not just points/wedges?
Description:
Currently, if you view your own user page with the Gift History feature enabled it will just display a message that you have no history with the current user (because you can't).
The feature should display a list of all the gifts you've recently sent/received.
Implementation: