Briskine / briskine

Write faster with templates and keyboard shortcuts.
https://www.briskine.com/
GNU General Public License v3.0
108 stars 23 forks source link

Don't add default templates back after they are deleted #155

Closed RomainLapeyre closed 6 years ago

RomainLapeyre commented 8 years ago

A customer is asking for the following:

  1. I delete default templates (hello)
  2. I sync with Gorgias.io
  3. I install the extension on another laptop, and login --> The "hello" template is back. The user doesn't want this.
xarg commented 8 years ago

It could be done by checking if the user is logged in on gorgias.io and not add them at all. The problem with this is that it's unlikely that they are logged in on a new computer. We can also delete them once the user is logged in, but are we sure that the user doesn't want them?

It's not super clear what to do here and I don't think it's super important for now.

RomainLapeyre commented 8 years ago

Yep agreed, just added that for tracking purposes. I think the best way to go is probably to delete the templates after the user logs in for the first time.

On Tue, Dec 8, 2015 at 1:39 PM Alex Plugaru notifications@github.com wrote:

It could be done by checking if the user is logged in on gorgias.io and not add them at all. The problem with this is that it's unlikely that they are logged in on a new computer. We can also delete them once the user is logged in, but are we sure that the user doesn't want them?

It's not super clear what to do here and I don't think it's super important for now.

— Reply to this email directly or view it on GitHub https://github.com/gorgias/gorgias-chrome/issues/155#issuecomment-162974880 .

xarg commented 6 years ago

Closing this for now as it's not a common issue.