Skip to content

The browser extension connected with the rest api

bulidiriba requested to merge 38-connect-browser-extension-to-rest-api into master

The New JSON result from the API fetched and parsed.

The format of the local database changed with the new JSON result.

The UI on the extension page improved.

The probability from the local database got and displayed on the UI.

The initial rank value set with the global probability from the API.

The rank value in the local database updated with the value user selected.

The algorithm's name and value parsed and displayed dynamically from the API or a local database.

The error message stored in the local database.

The handling of an error gets updated. When the error occurred the function to reload again implemented. By adding a variable called reload to the local database and reload icon.

Closes #38 (closed)

Merge request reports