2020_CSE_03: Week 08
Week 8: (31/05/2021)
During our 1st review to the department we had specified that the "@" and "at" recognition was a bit challenging, so we modified the speech input method in such a way that if the user says the username part of the email address and upon ending his speech input the extension would append "@gmail.com" to the text.
But what about other email clients? We are looking into how to interface with the user if he wants to change the client name of the email address. We also might change this whole method so be tuned in for that.
We also looked into gmail.js, A package which can used as an alternative to Gmail APIs for all CRUD operations, but we found few drawbacks such as
- It mainly requires the gmail window to be open for the functioning of the extension
- Slows down the load time of gmail window
- If you have too many functions specified you may get your gmail account suspended ( speaking from experience, do not recommend that, the account did get restored anyway)
We got these drawbacks as of now, upon looking at the issues specified under their github repo it has not been confidence inspiring to use this. Nevertheless we will be exploring all possibilities to get the best output at the end of the day so we are not going to rule it out as of now.
you can learn from gmail.js package and how it has been designed. You can take required input from it and implement it in your own way keeping the overhead to minimum.
ReplyDelete