add screenshot to C.W. Project Breakdown.

master
Craig Oates 5 years ago
parent
commit
6625376195
  1. 6
      Console.Waterworks-Project-Breakdown.md
  2. BIN
      attachments/console.waterworks-assembly-info.png
  3. BIN
      attachments/console.waterworks-internal-data-flow.png

6
Console.Waterworks-Project-Breakdown.md

@ -96,10 +96,10 @@ The `CommandSpecialist` is in charge of determining what command-methods are ava
The next specialist is the `HelpSpecialist`. This one handles the organising of the "help" section. It, also, provides said help section at run-time. It does this by checking every command-method for any Console.Waterworks attributes attached to it. Once it has done that, it can hand the information back to `CoOrdinator`, then the `Liaison` and the console.
The `ProgramInfoSpecialist` provides information about the console program at run-time. If you would like to change what it shows when the console program starts, you can do it in two places. The first is here but this would not be my first choice. The second place is the "Assembly Information". You can find this by opening up the projects properties page which you can see in the image below.
The `ProgramInfoSpecialist` provides information about the console program at run-time. If you would like to change what it shows when the console program starts, you can do it in two places. The first is to hard-code it in here but this would not be my first choice. The second place is to use the information "Assembly Information". You can find this by opening up the projects properties page which you can see in the image below.
IMAGE OF ASSEMBLY INFO. IN VISUAL STUDIO.
![console.waterworks assembly info.](attachments/console.waterworks-assembly-info.png)
I ran through a lot of information there and at a brisk pace. So, to help with the information overload, here is an illustration to help breakdown it down.
IMAGE OF DATAFLOW.
![console.waterworks data flow](attachments/console.waterworks-internal-data-flow.png)

BIN
attachments/console.waterworks-assembly-info.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 91 KiB

BIN
attachments/console.waterworks-internal-data-flow.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

Loading…
Cancel
Save