cs481-ekh / s24-gone-phishin

https://cs481-ekh.github.io/s24-gone-phishin/
MIT License
1 stars 0 forks source link

Update the extension to use the spell-checker #70

Closed kdoster closed 4 months ago

kdoster commented 4 months ago

References user story #33

Extension has an integrated spell checker

Definition of Done: This task is done when the extension is able to call the API language tool with no errors to achieve spell checking functionality

torisimon2 commented 4 months ago

Worked on creating a script that could successfully call the LangaugeTool API. It still has several errors but is able to call it.

[t:60]

torisimon2 commented 4 months ago

Began integrating working code into the extension itself

[t:60]

torisimon2 commented 4 months ago

More work on integration with the wider application, got it to count the spelling errors in my tests

[t:65]

torisimon2 commented 4 months ago

Finished

[t:15]