-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdailyscrum.txt
More file actions
485 lines (359 loc) · 14.4 KB
/
dailyscrum.txt
File metadata and controls
485 lines (359 loc) · 14.4 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
2020/03/27 Wang Wei
1. Done since last scrum:
- Finish Project proposer
- Create 6 user stories in Trello
- Create Github repository
2. To do until next Scrum:
- Review data structure
- Test API
- Retrieve data from API
3. Need assistance / figure things out
- Solve async data request
- Design POCO classes
2020/03/27 Donghyeok Seo
1. Done since last scrum
- Finish Project proposer
- Create 6 user stories in Trello
- Create Github repository
2. To do until next Scrum:
- Design UI
- Find framework for candlestick chart
3. Need assistance / figure things out
- Find out how to draw candlestick chart
**************************************************
2020/03/28 Wang Wei
1. Done since last scrum:
- Tested retrieving data from Finn and Fmg APIs.
- Add retrieving and parsing Json data to POCO, implemented quote and company profile parts
- Tested UI async data retrieval.
2. To do until next Scrum:
- Need implement retrieving data of Major indexes, company financial evaluation.
- Need design database and create tables on remote server
3. Need assistance / figure things out
- In UI testing, it takes over 5 seconds to retrieving 5 stocks data, need find out how to improve speed.
2020/03/28 Donghyeok Seo
1. Done since last scrum
- Find Framework for candlestick chart : LiveCharts
2. To do until next Scrum:
- Draw candlestick chart with simple data
- Draw candlestick scalable
- Display value on mouse cursor in the textbox
3. Need assistance / figure things out
- Learn how to draw candlestick chart using LiveCharts framework
****************************************************
2020/03/29 Wang Wei
1. Done since last scrum:
- Finish creating tables on remote server
- Add EF to the project and import model from database with EF designer mode.
- Add retrieving 1 miniute data, Major indexes, company financial evaluation and real-time quote from API.
-
2. To do until next Scrum:
- Need test real-time quote for refreshing display on UI.
- Need download historical stock data from API, reorganize it and insert into remote server database.
3. Need assistance / figure things out
- Need test and solve refresh rate of real-time quotes.
2020/03/29 Donghyeok Seo
1. Done since last scrum
- Draw candlestick chart with simple data
2. To do until next Scrum:
- Make candlestick scalable
- Display value on mouse cursor in the textbox
3. Need assistance / figure things out
- Set scale limit
*******************************************************
2020/03/30 Wang Wei
1. Done since last scrum:
- Finish retrieve company profile, filter data and insert into remote server.
2. To do until next Scrum:
- Need test real-time quote for refreshing display on UI.
- Add CompanyDetail POCO
- Implement retriveing daily data from API and insert into database.
3. Need assistance / figure things out
- Need test and solve refresh rate of real-time quotes.
2020/03/30 Donghyeok Seo
1. Done since last scrum
- Make candlestick scalable
- Display value on mouse cursor in the textbox
2. To do until next Scrum:
- Set graph scale limit
- Gui Outline
3. Need assistance / figure things out
- Connect Github to Visual studio
- Solve Dependency problem - install Library "LiveCharts" to project
*****************************************************
2020/03/31 Wang Wei
1. Done since last scrum:
- Finish retriving, filtering company profile from API and insert into database.
- Adding auto retrieving daily quote method and inserting into data, may need 10 hours for over 5 million records.
2. To do until next Scrum:
- Need test real-time quote for refreshing display on UI.
- Add CompanyDetail POCO for displaying on major window
3. Need assistance / figure things out
- there exists 0 values in some records when using multi-threading for retrieving daily quote data, need test.
2020/03/31 Donghyeok Seo
1. Done since last scrum
- Set graph scale limit(roughly)
- Connect Github to Visual studio
- Solve Dependency problem - install Library "LiveCharts" to project
2. To do until next Scrum:
- Set graph scale limit(fine tuning)
- Draw graph with real data(Check Invalid data)
- Check drawing time, optimize
3. Need assistance / figure things out
*****************************************************
2020/04/01 Wang Wei
1. Done since last scrum:
- optimize EF query to improve reading speed from database
- Finish retrieving daily data of all companies from API and inserting into database
- prelimilarily test the bottle neck of app loading speed.
2. To do until next Scrum:
- Need test real-time quote for refreshing display on UI, need change the way we design for faster loading data
- Add CompanyDetail POCO for displaying on major window
- Continue testing and locate bottle neck of data retrieving issue
3. Need assistance / figure things out
- With entity framework, first query need take 5 more times (few secends) to load data, caching maybe a way to improve this or try raw SQL query, need test and compare.
2020/04/01 Donghyeok Seo
1. Done since last scrum
- Set graph scale limit(fine tuning)
- Draw graph with real data(Check Invalid data)
- Check drawing time, optimize
- Merge Test projects(Candle chart, Search stock) to StockMonitorUI project
2. To do until next Scrum:
- Search Company by name/ simbol
- Sort company by name, price, ... when user click header of list view
- Filter result of search by range of price, trend
- Show company information(CEO, description ... ) when user click company
3. Need assistance / figure things out
*****************************************************
2020/04/02 Wang Wei
1. Done since last scrum:
- Switch companyRow data source from /1min to /stock for Open price.
- Find out API does not provide /stock data for some companies, write code to locate these companies in database and remove all daily records from db.
- implement async refresh price for UICompanyRow
- Add UICompanyRowDetail class and helper method
2. To do until next Scrum:
- Implement WatchList data integration with UI
- Search for better way to refresh listview.
3. Need assistance / figure things out
- Refresh single item of listview and change the color during changing.
2020/04/02 Donghyeok Seo
1. Done since last scrum
- Search Company by name/ simbol
- Sort company by name, price, ... when user click header of list view
- Filter result of search by range of price, trend
- Show company information(CEO, description ... ) when user click company
2. To do until next Scrum:
-Set Candle chart pan/zoom boundary
-Separate Code using UserControl
3. Need assistance / figure things out
*****************************************************
2020/04/03 Wang Wei
1. Done since last scrum:
- implement refreshing listview item with INotifyPropertyChanged interface instead of listview.items.refresh()
- add helper methods for get wishlist from database
- add async methods to load wishlist when app starts.(bug exists)
2. To do until next Scrum:
- fully implement wishlist add/remove from db and UI
- testing async manager for threads management
3. Need assistance / figure things out
- some issues need test for sync list of different async threads.
2020/04/03 Donghyeok Seo
1. Done since last scrum
-Set Candle chart pan/zoom boundary
2. To do until next Scrum:
-Debugging UserControl(Candle Chart disappears)
-Draw candle stick dynamically
3. Need assistance / figure things out
-Separate Code using UserControl
*****************************************************
2020/04/04 Wang Wei
1. Done since last scrum:
- Impelment add items from lsvMkt to lsvWatchlist
- Implement remove item from lsvWatchList
- Implement add/remove watch list items to/from database.
2. To do until next Scrum:
- Solve items order in watch list when adding/removing
- Implement search bar
- Implement companyrow detail and major index display on right bottom block.
3. Need assistance / figure things out
- some issues need test for sync list of different async threads.
2020/04/04 Donghyeok Seo
1. Done since last scrum
-Debugging UserControl(Candle Chart disappears)
-Draw candle stick dynamically
2. To do until next Scrum:
-Drawing Chart cancel when user select other watchlist
-Drawing Chart cancel when user switch tab menu
3. Need assistance / figure things out
*****************************************************
2020/04/05 Wang Wei
1. Done since last scrum:
- Implementing dynamically color change when price changing.
- Implementing searching result and show instant result when inputing letters
- Modify layout of market and watchlist views.
- Implementing price notification window
- Implementing popup notification when price reaches target number
- Add text and icon mark for those which have set price notification
2. To do until next Scrum:
- prepare demo
- review codes and fix bugs.
3. Need assistance / figure things out
- some issues need test for sync list of different async threads.
2020/04/05 Donghyeok Seo
1. Done since last scrum
-Drawing Chart cancel when user select other watchlist
-Drawing Chart cancel when user switch tab menu
2. To do until next Scrum:
-Drawing real time price Chart when user double click company on the list
-prepare demo
-Study how to manage multithreading
3. Need assistance / figure things out
***********************************************************
2020/04/06 Wang Wei
1. Done since last scrum:
- Implement setting target high/low price dialog
- Testing major functions which have been implemented for market tab
2. To do until next Scrum:
- modify database for storing target high/low price for user
- begin implementing trading dialog
3. Need assistance / figure things out
- some issues need test for sync list of different async threads.
2020/04/06 Donghyeok Seo
1. Done since last scrum
-Drawing real time price Chart when user double click company on the list
-prepare demo
-Study how to manage multithreading
2. To do until next Scrum:
- refactorying code
- Add labrary MaterialDesign
- Add Progress dialog
3. Need assistance / figure things out
*****************************************************
2020/04/07 Wang Wei
1. Done since last scrum:
- Testing multithreads functions
2. To do until next Scrum:
- Implement multithread management
3. Need assistance / figure things out
2020/04/07 Donghyeok Seo
1. Done since last scrum
- Add labrary MaterialDesign
- Fallow tutorial
2. To do until next Scrum:
- refactorying code
- Add Progress dialog
3. Need assistance / figure things out
*****************************************************
2020/04/08 Wang Wei
1. Done since last scrum:
- Refactor threads management part, add cancellation when refreshing threads are invalid.
- adjust market windows datasource to pseudo methods for better demostration
2. To do until next Scrum:
- Implement search stocks by company name or related infomation
- add user balance to right bottom part of market window.
3. Need assistance / figure things out
2020/04/08 Donghyeok Seo
1. Done since last scrum
- refactorying code
- Add Progressbar
- Trading window GUI
2. To do until next Scrum:
- Trading(Sell/Buy) feature
- Add Transactions/PendingTransactions Tables in Database
3. Need assistance / figure things out
*****************************************************
2020/04/09 Wang Wei
1. Done since last scrum:
- Add multiple search type such as company name, ceo and description
- layout adjustment
2. To do until next Scrum:
- Active threads cancellation when switch tabs
- Test buffering stocks at backend for display
3. Need assistance / figure things out
2020/04/09 Donghyeok Seo
1. Done since last scrum
- Trading(Sell/Buy) feature
- Add Transactions/PendingTransactions Tables in Database
- Create Unit test project
2. To do until next Scrum:
- Set actions when Reserved trading list updates
- Test Trading feature.
3. Need assistance / figure things out
- In Memory database
*****************************************************
2020/04/10 Wang Wei
1. Done since last scrum:
- Add company detail window
- add mouse event for displaying company detail
- refactor restart all threads method for reusing previous list order.
- fix some bugs.
- adjust layout
- modify notification image to theme icon and add click event for target price adjustment.
2. To do until next Scrum:
- Peer testing app
- Add tests for the projects
3. Need assistance / figure things out
2020/04/10 Donghyeok Seo
1. Done since last scrum
- Set actions when Reserved trading list updates
- Test Trading feature.
2. To do until next Scrum:
- Display ReservedTrading list on TradeDialog
- WatchListUserControl - Draw Pie Chart(TradingRecord)
3. Need assistance / figure things out
*****************************************************
2020/04/11 Wang Wei
1. Done since last scrum:
- Refactor restart threads for reuse previous list order.
- add icon to menuitems
- fix bug: refresh watchlist after adding
- Modify mocking data, can swith the data source between API and mocking result
- adjust layout
- Add company detail dialog when mouse ove the symbol or right-click menuitem.
2. To do until next Scrum:
- Prepare PPT
- Test functions of app
3. Need assistance / figure things out
2020/04/11 Donghyeok Seo
1. Done since last scrum
- Display ReservedTrading list on TradeDialog
- WatchListUserControl - Draw Pie Chart(TradingRecord)
2. To do until next Scrum:
- Add Historical daily price on right click menu in SearchStack tab
- Create installer *.msi file
- Refactor CandleChartUserControl
- bugFix: Refresh WatchList in WatchListUserControl
3. Need assistance / figure things out
*****************************************************
2020/04/12 Wang Wei
1. Done since last scrum:
- Add switch button for switch list view between market and watch list views.
- stop refreshing threads when reset search result to default list view.
- Add click button to search result items, so each item can be directly selected by clicking.
- Modify mocking data, can swith the data source between API and mocking result
2. To do until next Scrum:
- Prepare PPT
- Test functions of app
3. Need assistance / figure things out
2020/04/12 Donghyeok Seo
1. Done since last scrum
- Add Historical daily price on right click menu in SearchStack tab
- Create installer *.msi file
- Refactor CandleChartUserControl
- bugFix: Refresh WatchList in WatchListUserControl
2. To do until next Scrum:
- Prepare PPT
3. Need assistance / figure things out
******************************************************
2020/04/13 Wang Wei
1. Done since last scrum:
- prepare presentation
2. To do until next Scrum:
- practice presentation
3. Need assistance / figure things out
2020/04/13 Donghyeok Seo
1. Done since last scrum:
- prepare presentation
2. To do until next Scrum:
- practice presentation
3. Need assistance / figure things out