Git Product home page Git Product logo

better-hotkeys-for-zoho-crm's People

Contributors

gerardo-navarro avatar jannikstreek avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

better-hotkeys-for-zoho-crm's Issues

Investigate how to store settings

We will need to store some settings:

  • Zoho org
  • Zoho location (.eu/.com)
  • Maybe settings to disable certain shortcuts
  • Maybe adjust shortcuts to your needs

How should these settings stored?

Add new global hotkeys

  • Contact module
  • Deal module
  • Account module
  • Refactor url function to get the Zoho url in own service

Refine first hotkey bindungs for Zoho CRM

Further Notes

  • We will make the short cuts even simpler and take gitlab as inspiration, e.g. a for jumping to account module when possible
  • Commands change data => should be harder to press

Checklist

  • [ ]

Implement first global hotkey

  • Open Zoho from everywhere in the Lead module, see shortcut list
  • Only when extension is activated
  • Out of scope: Context related hotkeys, e.g. on the third page + 1 page, send mail to lead etc

sandbox is not considered when using global hotkeys

Further Notes

Currently, our settings part only takes care of the subdomain crm not crmsandbox. See code below to illustrate the problem:

  public static getZohoUrl = async (): Promise<string> => {
    const zohoLocation = (await chrome.storage.local.get("location")).location;
    const zohoOrgId = (await chrome.storage.local.get("zohoId")).zohoId;

    return `https://crm.zoho.${zohoLocation}/crm/${zohoOrgId}`;
  };

Checklist

  • Add sandbox option to link
  • Please make sure to update the privacy section accordingly. It includes saved data.

Global hotkeys consider active tab

Further Notes

  • To keep the scope of the first version small, we decided that the implementation of the global hotkeys should not consider the url of the active tab
  • However, we already had added some code for this that we want to preserve in the attached pull request so that we are able to include this feature in the next version of the extension

Checklist

  • When the active tab is on the Zoho CRM page, then the extension should not open a new tab

Add default for Zoho location

Currently, eu is displayed in the beginning but not set as default as it looks. you need to switch the select box before it is saved.

UX: Paste URL to extract needed Zoho config settings

As a user, I want to start right away after installing the extension. The less configuration the better.

Further Notes

  • Instead of providing Zoho org id and location, it is easier to simply paste the Zoho url. we do the rest

  • Zoho CRM has some built-in redirects that might be beneficial, e.g.:

    • https://crm.zoho.eu/crm/tab/Home/begin => https://crm.zoho.eu/crm/org20084925147/tab/Home/begin
    • https://crm.zoho.eu => https://crm.zoho.eu/crm/org20084925147/tab/Home/begin
    • https://crm.zoho.eu/crm/ShowHomePage.do => https://crm.zoho.eu/crm/org20084925147/tab/Home/begin

Checklist

  • Discuss and think through what configs are actually needed

Make extension compliant and ready for submission

Further Notes

Checklist

  • Double check if the extension needs the permission tab => remove it if it is not needed @gerardo-navarro
  • Make the matching URLs for injecting the content-script more precise @gerardo-navarro

Style extension popup

Further Notes

  • The popup currently looks a bit lonely. Add our icon and add more finished look and feel to options

Checklist

  • Style popup
  • Add hotkey informations in readme and extension explanation

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.