kdenhartog / indy-dev

Archived - See Hyperledger Aries Cloud Agent - Python
Apache License 2.0
15 stars 33 forks source link

[REQUEST] getting_started.py: I'd like to add some sort of unique (sequential) number to the `logger.info()` msgs #17

Open mwherman2000 opened 5 years ago

mwherman2000 commented 5 years ago

@kdenhartog I'd like to modify getting_started.py in a small way by adding some sort of unique (sequential) number to the logger.info() msgs to make it easier to correlate:

  1. The code in the python script
  2. The logger.info() msgs generated by the script
  3. Written documentation about the script (e.g. https://github.com/hyperledger/indy-sdk/blob/master/doc/getting-started/getting-started.md)
  4. Graphics that help visualize the steps in the script.
  5. The sequence/interaction diagram; https://github.com/hyperledger/indy-sdk/blob/master/doc/getting-started/getting-started.svg

I want to run this by you first. I can make the changes (and I've become quite intimate with the flow of the script). I have a series of diagrams for about the first 60% of the Python code.

Thoughts? OK to go ahead?

mwherman2000 commented 5 years ago

FYI :-) Here's what it currently takes to correlate the 5 different assets listed above ... #tedious :-) ...

correlating

kdenhartog commented 5 years ago

Yeah, I'll definitely work with you to get this in. It sounds like a great addition!

mwherman2000 commented 5 years ago

Confirmed thru a side conversation with Kyle.