Skip to content

Commit 9811624

Browse files
committed
Detailing "utility scripts" and "Left As Exercises For The Reader" to README.md
1 parent 2811b5a commit 9811624

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -100,3 +100,19 @@ An incomplete user interface. If completed the user might use this to check and
100100

101101
![](./docs/authentication-tab.png)
102102

103+
104+
## Left As Exercises For The Reader
105+
106+
This demonstration suggests at but does not yet implement the following.
107+
108+
1. Unsubscribe: users can subscribe to symbols, and it is intuitive that they be able to unsubscribe as well.
109+
110+
1. Automated subscription to FX time-series candlestick data for Dukascopy data, displayed in a table and as an [Excel stock chart](https://www.tutorialspoint.com/how-to-create-stock-chart-in-excel).
111+
112+
1. Editing the server URL and authentication details: hinted at by the Authentication tab, it would be intuitive to load and save these in user defaults.
113+
114+
## Utility Scripts
115+
116+
`purge.sh` finds and removes Excel's web cache. Microsoft advise clearing the cache as part of the development and debugging process. Takes the `-n` option to remove even more.
117+
118+
`defaults.sh` useful only on macOS. Applies the system defaults to enable web view development tools from within the taskpane.

0 commit comments

Comments
 (0)