federatedbookkeeping / timesheets

Federated Timesheets Project. Gitter: https://gitter.im/federatedbookkeeping/timesheets
MIT License
9 stars 1 forks source link

Clarify timeld-tiki integration #55

Closed michielbdejong closed 2 years ago

michielbdejong commented 2 years ago

At https://youtu.be/79bTn8JDtIk?t=1052 you add a connector:

timeld admin
george> add connector timeld-tiki --ts fedt-1

I assume this is a predefined connector that timeld-org knows about and that contains details about timesheet-dev3-evoludata-com. Question 1: Where is this configuration and how would one go about setting this up in a different network, for instance a testnet as we'll probably want to do for #32?

michielbdejong commented 2 years ago

Question 2: At https://youtu.be/79bTn8JDtIk?t=1165 you say "Let's synchronise over here" and click "Sync" on the Tiki Tracker page. Could you also have just refreshed the page, or does that Sync button cause the data to be fetched?

michielbdejong commented 2 years ago

Ah, found the answer to question 1 here: https://github.com/m-ld/timeld/tree/main/packages/tiki#installation--configuration

gsvarovsky commented 2 years ago

Could you also have just refreshed the page, or does that Sync button cause the data to be fetched?

Sync is a pre-existing Tiki button that refreshes the displayed list on the page (as far as I know... @kroky?). I could also have just refreshed the page, because the timesheet entry has already been pushed into Tiki from timeld. Shame this was not clear enough!

kroky commented 2 years ago

I am not sure it is a Tiki button - haven't really noticed it until now and certainly don't remember coding it - might it be a browser button that refreshes the page or a plugin of some kind? I think it just do a page refresh.

michielbdejong commented 2 years ago

Great, thanks for clarifying!