joereddington / MrsLandingham

An exercise in working out what my workflow actually is.
0 stars 1 forks source link

Bughunting: fix the delores log output. #30

Closed joereddington closed 6 years ago

joereddington commented 6 years ago

Delores is only providing logs for up to the 20th Decemeber, we should look into that.

We want logs to be working because then we can improve the system and get some quicker feedback.

Steps

joereddington commented 6 years ago

Isolation of problem

28/12/17 12:31 to 12:53

Isolating the problem was pretty easy in the end - I could paste fine into evernote - so the problem was with pythonisata (I've submitted an issue: https://github.com/omz/Pythonista-Issues/issues/500). Regardless the workflow was broken so I looked into creating an 'export to dropbox' option.

12:54 to 13:55:

I used the code for https://stackoverflow.com/a/47224247/170243 (duly upvoted) to make the dropbox export, but before that I did some refactoring of the logController in (mistaken) preperation for the change. Will be useful for later. Commit for the log refactorisation is here: 64085a60f039674c62cb73758e639eaefc0f8ce8.

Quite a lot of googling was needed to work out exactly what changes to make to the SE code to make the dropbox export work. The final version is this: c50c8607ee8a3abf2e1933d0d623cd8f163db757 which has been pushed to github.

13:55:

I've modified the other scripts to take account of the new code.

14:05:

I've rewritten this document. Will add images.

2017-12-28 13 44 37 2017-12-28 13 44 29 screen shot 2017-12-28 at 13 55 01