9 | | ^(Provide a brief overview of the whole task in its first revision. Stick to the current revision of the task, but keep an eye to the whole task progress, and stay alert for possible smells.)^ |
| 8 | |
| 9 | * desc("optional ") |
| 10 | * desc("ideas:") |
| 11 | * desc("current book, loading progress, download progress, etc, CAPS LOCK on, macro(script) recording") |
| 12 | |
| 13 | Create a status bar that allows status messages to be displayed. |
| 14 | |
| 15 | * Q: Just one status at a time, or sectional? (ie: Book: New Book A, or Book New Book A; CAPS LOCK; Loading: 50%) |
| 16 | * Q: Is this just text, or does it have any graphical component |
| 17 | * Q: Where does it show? |
| 18 | * Q: How do components communicate with it? |
| 19 | * Q: Could it also display logger messages or at least operate similar to logger? |
| 20 | |