-
Notifications
You must be signed in to change notification settings - Fork 1
/
HydroServer Redesign Part 3.txt
119 lines (31 loc) · 1.19 KB
/
HydroServer Redesign Part 3.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
HydroServer Redesign Part 3
**** Summary ****
- Additions in the following areas:
- First implementation - Summary Report Page
**** .vs ****
- Visual Studio 2017 adds some directories and storage.ide
**** HydroServerTools/App_Start ****
- WebApiConfig.cs
- Update comments
- Add RevisedUploadController route: .../get/dbloadresults/...
- Change RevisedUploadController route from: .../deletefile/...
to: .../delete/file/...
**** HydroServerTools/Controllers/api ****
- RevisedUploadController.cs
- New GET method: GetDbLoadResults(...)
- Update comments
**** HydroServerTools/fonts ****
- Visual Studio 2017 adds various glyphicon files
**** HydroServerTools/Views/CSVUpload ****
- DbSummaryReport.cshtml
- Comment out test table rows
- Add logic for db load results retrieval and display
- DragAndDropFiles.cshtml
- Update for .../delete/file/... API changes
- Update comments
- ValidateFiles.cshtml
- Correct comment spelling
**** HydroServerToolsUtilities ****
- New project and files
- SemaphoreSlimExtensions.cs (relocated here)
- StatusContext.cs