Globalshala / Eval-Bridge-bugs

In the Repository, we will add the bugs related to eval bridge system
0 stars 1 forks source link

Change Auto save,store value in Session Storage #141

Closed mansi38299 closed 3 months ago

mansi38299 commented 4 months ago

Describe the bug Currently, If Auto save is on, When the user will go from the type of evaluation(By turning off Auto save ) to the Undergrad evaluation page, the Auto save will automatically turn ON.

What do we need to do? We need to maintain a variable called AutoSave in session storage, which we take value based on user action, We will be giving preference to that value If Session storage value doesn't exist, we will be using env value

Expected behavior Auto Save will be remain on or OFF based on User Action

NavnathGunjal7 commented 3 months ago

@Adnan-shariff please test and close

shivanim11 commented 3 months ago

Fixed