Closed paulvi closed 6 years ago
its not possible to develop locally the content script of the chrome extension. you must be online with access to trello.com
On Mon, Jan 9, 2017, 2:45 AM Paul Verest notifications@github.com wrote:
Can you update README with (a link) how to develop locally this codebase
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/zmandel/Plus-for-Trello/issues/12, or mute the thread https://github.com/notifications/unsubscribe-auth/AEKdJ8aBjPwzdq1X4tZ7-UtVDSIlewPYks5rQeWbgaJpZM4LeAKm .
well, locally was not right word.
How do develop this extension?
see the google chrome extension developers guide. tldr; you load the extension locally into chrome. for spreadsheet sync to work locally there is additional setup needed. finally, the GitHub code is not the latest. download the latest code by using the "extension source code viewer" extension. we also have a mobile directory in there for the mobile & web version (also outdated in github) cheers zig
On Tue, Jan 10, 2017, 9:29 PM Paul Verest notifications@github.com wrote:
well, locally was not right word.
How do develop this extension?
— You are receiving this because you commented.
Reply to this email directly, view it on GitHub https://github.com/zmandel/Plus-for-Trello/issues/12#issuecomment-271760736, or mute the thread https://github.com/notifications/unsubscribe-auth/AEKdJwhbvaX5CBQ2islyyWX5WL1vXG_iks5rRD6jgaJpZM4LeAKm .
This should be noted in README
will do soon, and also update to the latest code. im in the process to migrate to gulp and hide some secret keys from github (which is why i stopped pushing to github)
On Tue, Jan 10, 2017, 9:37 PM Paul Verest notifications@github.com wrote:
This should be noted in README
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/zmandel/Plus-for-Trello/issues/12#issuecomment-271761871, or mute the thread https://github.com/notifications/unsubscribe-auth/AEKdJ733BIfJy0by9LuoLtH29qCPViJ3ks5rRECBgaJpZM4LeAKm .
I also have ideas of integrations of Trello calculated time to others services. I can't wait for the code update! 👍
cool :) in the meantime try this which lets you download a ZIP of the latest source code (untouched ). https://chrome.google.com/webstore/detail/chrome-extension-source-v/jifpbeccnghkjeaalbbjmodiffmgedin
in the short term I plan to add a feature to reports so it writes the output to a text file (json/csv). That could be used for integrations with external tools. Not sure if thats where you plan to go.
There is also the mobile and web app. Its also in github but also outdated. The workarround for now is to get the latest one from https://app.plusfortrello.com, where you can see the untouched source code in the browser debugger or use a crawler to download the entire thing. it runs in mobile, browser, locally and offline.
On Thu, Jan 12, 2017 at 8:49 AM Hugo Heneault notifications@github.com wrote:
I also have ideas of integrations of Trello calculated time to others services. I can't wait for the code update! 👍
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/zmandel/Plus-for-Trello/issues/12#issuecomment-272167326, or mute the thread https://github.com/notifications/unsubscribe-auth/AEKdJ3MX0h9Hp0c74rAWs3oQ5H7zxbMmks5rRi9vgaJpZM4LeAKm .
I will try it.
We're looking for json report by user/board/list :)
yeah it will support json, you will need to read it from the chrome downloads folder after launching the report url.
On Thu, Jan 12, 2017, 11:38 AM Hugo Heneault notifications@github.com wrote:
I will try it.
We're looking for json report by user/board/list :)
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/zmandel/Plus-for-Trello/issues/12#issuecomment-272213296, or mute the thread https://github.com/notifications/unsubscribe-auth/AEKdJwre0VD0yIOGAksHeZ1xYMloGd_Kks5rRlcZgaJpZM4LeAKm .
Yeah, we'd like to make it use directly events from your app, instead of downloading/loading data
aha, you would need to open the report window as a hidden popup, then post s message to get the json. another way is to trigger the "copy" button, then read it from the clipboard.
On Thu, Jan 12, 2017, 11:47 AM Hugo Heneault notifications@github.com wrote:
Yeah, we'd like to make it use directly events from your app, instead of downloading/loading data
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/zmandel/Plus-for-Trello/issues/12#issuecomment-272215748, or mute the thread https://github.com/notifications/unsubscribe-auth/AEKdJ0i3S-yaSrkQHjmEZHxjHq1ZaRyuks5rRlkZgaJpZM4LeAKm .
Can you update README with (a link) how to develop locally this codebase