Kunniii / edn_auto_ext

Edunext's Auto Grading Tool: Efficiency and Accuracy Combined Streamline grading with Edunext's auto grading tool. Say goodbye to manual grading and enjoy efficient automation. Developed by education technology experts, this user-friendly tool saves time and ensures accuracy. Upgrade your grading experience today with Edunext.
https://chrome.google.com/webstore/detail/edn-auto-v2/jcoanhnlcggnjkefelkngdpongoaipdk
4 stars 0 forks source link

Slow internet connection makes the ext not working #6

Closed Kunniii closed 1 year ago

Kunniii commented 1 year ago

Since I use an API endpoint to authenticate users, it is a bottleneck to initialize users' data.

Needed an update for pre-store user data instead of fetching it every time we open the extension.

The possible fix can be made by updating the contentscript.js file so that the code is auto-injected, and the user's credentials can be stored in chrome.storage.local for the first time, save time fetching data from API.

Kunniii commented 1 year ago

No more!!

EDN V3 is out! With a bunch of new fixes!