Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Add favro integration #1366

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

feat: Add favro integration #1366

wants to merge 1 commit into from

Conversation

timmygee
Copy link

@timmygee timmygee commented Mar 29, 2019

Please remember the Contributing Guidelines ❤️

🌟 What does this PR do?

Adds the timer integration to cards in the project management tool favro.com

🐛 Recommendations for testing

All changes should be tested across Chrome and Firefox.

📝 Links to relevant issues or information

None

Copy link
Contributor

@tcrammond tcrammond left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your PR, it's looking good!

I noticed one problem. After starting a timer on a Favro card, if I then hover my mouse over the updated Stop timer button on the card, it changes back to 'Start timer' and I can't stop the timer that way.

It could be related to the selectors, I'm not sure at a glance.

favro-1

@@ -637,5 +637,13 @@ export default {
url: '*://app.vivifyscrum.com/*',
name: 'VivifyScrum',
clone: 'true'
},
'favro.com': {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hmm, it probably isn't necessary to have two entries here.

Just the first entry with *://*.favro.com/* as the url should work fine.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does that require the . before favro though? Don't want to accidentally match myfavro.com or other domains that end in the same string.

@tcrammond tcrammond added the needs follow up Reviewed PRs that require changes or further action. label Apr 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs follow up Reviewed PRs that require changes or further action.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants