Minor Bug fixing in asp.net core mvc 5 application
Budget: ₹180 – ₹250 INR
Case1:When user single clicked on all product tiles,it was loading the results correctly,
Case2: If user double or multi-clicked on some product tiles,results are loading as null.
This issue happens only when that particular product tile has more image results to load.
So 2 times clicking same product tile means it was displaying null results,Need to fix this bug.
My Idea is maybe to restrict the double or multi clicks to single click or else make the 2nd request wait until completion of 1st request on double click.
Case2: If user double or multi-clicked on some product tiles,results are loading as null.
This issue happens only when that particular product tile has more image results to load.
So 2 times clicking same product tile means it was displaying null results,Need to fix this bug.
My Idea is maybe to restrict the double or multi clicks to single click or else make the 2nd request wait until completion of 1st request on double click.