You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Profile page of student/mentor has different types of prs. Currently all the prs are being fetched in once and only the relevant prs are being shown using show and hide javascript functions. It's not a problem now but with increasing number of prs for a user, this will become very in efficient. So fetch corresponding prs only when user request for them and then these can be further updated using ajax.
The text was updated successfully, but these errors were encountered:
Abhey
changed the title
fetching different types of prs using ajax
Fetching different types of prs using ajax
Oct 7, 2018
Abhey
changed the title
Fetching different types of prs using ajax
Fetching different types of PR's using ajax
Oct 7, 2018
Profile page of student/mentor has different types of prs. Currently all the prs are being fetched in once and only the relevant prs are being shown using show and hide javascript functions. It's not a problem now but with increasing number of prs for a user, this will become very in efficient. So fetch corresponding prs only when user request for them and then these can be further updated using ajax.
The text was updated successfully, but these errors were encountered: