-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathHydroServer Redesign Part 27.txt
63 lines (47 loc) · 2.25 KB
/
HydroServer Redesign Part 27.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
HydroServer Redesign Part 27
**** Summary ****
- Miscellaneous changes for QA issues
**** HydroServerTools ****
- HydroServerTools.csproj
- Remove retired file: DragAndDropFiles.cshtml
**** HydroServerTools/Controllers/api ****
- RevisedUploadController.cs
- General change: Conditionally set validated and processed file extension to '.json'
- GetRejectedItems(...)
- Re-factor NewtonSoft.Json Deserialize calls to read one object at a time from stream
- GetRejectedItems(...)
- Re-factor NewtonSoft.Json Deserialize calls to read one object at a time from stream
- ValidateFileContentsAsync(...)
- Re-factor validation processing to collection items from different files by validated model type
- Re-factor NewtonSoft.Json Serialize calls to write one object at a time to stream
**** HydroServerTools/Utilities ****
- General change: Conditionally set validated and processed file extension to '.json'
- FileContext.cs
- UpdateBinaryFiles(...)
- Re-factor NewtonSoft.Json Deserialize calls to read one object at a time from stream
- Re-factor NewtonSoft.Json Serialize calls to write one object at a time to stream
- RepositoryContext.cs
- General change: Conditionally set validated and processed file extension to '.json'
- LoadDb(...)
- Re-factor NewtonSoft.Json Deserialize calls to read one object at a time from stream
- Re-factor NewtonSoft.Json Serialize calls to write one object at a time to stream
**** HydroServerTools/Views/CSVUpload ****
- DragAndDropFilesRevised.cshtml
- new methods:
- setButtonVisibility(...)
- allPanelsGone(...)
- setDragAndDropState(...)
- deleteCollapsePanel(...)
- Re-factor panel deletion checking to hide Insert button on last panel delete
- addFileObjects(...)
- Re-factor input file checks to require unique file names
- requestFileValidation(...)
- Add logic to disable 'drag and drop' actions
- Document ready
- Disable default 'drop' and 'dragover' actions for document
- Add 'drag and drop' disable to various button 'click' handlers
- Add miscellaneous comments
**** HydroServerToolsRepository/HydroServerToolsRepository ****
- Utils.cs
- BulkkInsert<>(...)
- NotifyAfter r: 100 w: 1000