-
Notifications
You must be signed in to change notification settings - Fork 1
/
HydroServer Redesign Part 23.txt
70 lines (50 loc) · 1.88 KB
/
HydroServer Redesign Part 23.txt
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
HydroServer Redesign Part 23
**** Summary ****
- Relatively minor changes in UI behavior supporting real-time
updates of the progress bar during database 'process' and
'load' phases
**** HydroServerTools ****
- HydroServerTools.csproj
- New files:
- workerDbRecordCounts.js
**** HydroServerTools/App_Start ****
- WebApiConfig.cs
- new API routes: get db record counts for file
**** HydroServerTools/Controllers/api ****
- RevisedUploadController.cs
- new class: DbRecordCountStatus
- Get method for new API route
**** HydroServerTools/Scripts/Custom ****
- new files:
- /workers/workerDbRecordCounts.js - worker code for db record counts from server
- workerDbLoadStatus.js
- Miscellaneous spacing/formatting changes
**** HydroServerTools/Utilities ****
- DbLoadContext.cs
- new class: DbLoadCounts
- RepositoryContext.cs
- Refactor to support substitute keys in StatusContext entries...
**** HydroServerTools/Views/CSVUpload ****
- DragAndDropFilesRevised.cshtml
- Add worker and worker monitor instances for db record counts
- New methods:
- allUploadComplete()
- requestDbRecordCountMonitoring(...)
- Comment out calls to requestDbStatusMonitoring(...)
- Miscellaneous re-factoring to address observed UI timing issues
- Added miscellaneous comments
**** HydroServerToolsRepository/HydroServerToolsRepository ****
- Repository.cs
- Add StatusContext calls for db record count capture
- Utils.cs
- Add StatusContext calls for db record count capture
- Miscellaneous formatting changes
**** HydroServerToolsUtilities ****
- Added files for refactored classes:
- DbLoadCounts,cs
- DbLoadResult.cs
- StatusContext.cs
- new class: RecordCountMessage
- class: StatusContext
- refactor for db process and load record counts
- refactor for substitute keys