alexhrao / TheGiftHub

An app where users can list what gifts they want, and can reserve gifts for others.
https://www.thegifthub.org
1 stars 0 forks source link

Implement AJAX to update information on all screens #9

Closed alexhrao closed 6 years ago

alexhrao commented 7 years ago

What

It's annoying for the user to have to reload pages for new information. Using AJAX, we can do this in the background

What's affected

Theoretically, any page that has data. In actuality, however, it's pages where data changes. These pages are as follows:

How

Use JS and jQuery to do this with Ajax. We'll need to be able to handle the requests on the server side - perhaps a post request?

alexhrao commented 6 years ago

AJAX has been used!