Skip to content

Commit

Permalink
Merge branch 'master' of github.com:haunt-digital/better-activecollab…
Browse files Browse the repository at this point in the history
…-chrome
  • Loading branch information
AlexJHockley committed Aug 21, 2020
2 parents 95a1228 + 249bee5 commit 66ecded
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Better ActiveCollab Chrome Extension
This is a simple chrome extension to add some extra data to the ActiveCollab tasks column view. This does not work on the list view.

The extension will add the total estimates and tracked time for every task in a list. This will be displayed next to the number of tasks in a list in the format "[Estimate / Tracked Time], e.g: [8 / 9].
The extension will add the total estimates and tracked time for every task in a list. This will be displayed next to the number of tasks in a list in the format "\[Estimate / Tracked Time\], e.g: "Backlog (2) \[8 / 9\]".

Each card in a list must also have an estimate added to it. If it does not have an estimate, a '🤷‍♀️' will be added to the right side of the card to remind you. How helpful.

Expand All @@ -13,9 +13,8 @@ If these icons aren't appearing for you, or you'd rather not be reminded that ev
To enable this extension, follow the steps below:
1. Download this Git repo somewhere easy to find.
2. Unzip the repo file, if you downloaded it as a zip.
3. Navigate to "chrome://extensions/" in your Chrome browser.
3. Navigate to "[chrome://extensions/](chrome://extensions/)" in your Chrome browser.
4. Enable "Developer mode" via the toggle in the top right of the page.
IMAGE
5. Click "Load unpacked" and find the downloaded file from before. Select the unzipped repo file from earlier to upload.
6. Visit an Active Collab project's task page and see if it's worked.

Expand All @@ -28,7 +27,7 @@ If we ever need to update the plugin, doing so is nice and straight forward. If

If you downloaded the repo by cloning it somewhere, follow these steps.
1. Git pull to update.
2. Navigate to "chrome://extensions/" in your Chrome browser.
2. Navigate to "[chrome://extensions/](chrome://extensions/)" in your Chrome browser.
3. Make sure Developer mode is still enabled. Turn it on if not.
4. Click "Update" at the top of the page, or the refresh arrow underneath this extension in the list.

Expand Down

0 comments on commit 66ecded

Please sign in to comment.