-
Notifications
You must be signed in to change notification settings - Fork 1
/
HydroServer Redesign Part 29.txt
62 lines (41 loc) · 1.54 KB
/
HydroServer Redesign Part 29.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 29
**** Summary ****
- Miscellaneous UI format/wording changes per:
- WDC-1804
- Neal's Uploader Interface Language/Content Review (http://10.202.2.117:8000/documentation/cuahsi/index.html)
Please note: Per the recommendation to use ", and " in lists of terms, i.e.
- "<term 1>, <term 2>, ... , and <term n>".
I have always understood correct usage to be:
- "<term 1>, <term 2>, ... and <term n>".
**** HydroServerTools/Controllers ****
- CSVUploadController.cs
- getTableValueCounts()
- r: "scheduled" w: "Scheduled"
- HomeController.cs
- Index()
- r: "scheduled" w: "Scheduled"
**** HydroServerTools/Helper ****
- HydroServerToolsUtils.cs
- SendInfoEmail(...)
- r: procced w: proceed
**** HydroServerTools/Views/Account ****
- Login.cshtml
- Revise HTML markup text per recommendations
**** HydroServerTools/Views/CSVUpload ****
- DragAndDropFilesRevised.cshtml
- Revise progress bar markup and code references to address issues in WDC-1804
**** HydroServerTools/Views/Home ****
- Contact.cshtml
- Revise HTML markup text per recommendations
- Index.cshtml
- Revise HTML markup text per recommendations
**** HydroServerTools/Views/Shared ****
- _Layout.cshtml
- Revise HTML markup text per recommendations
- _LayoutBasic.cshtml
- Revise HTML markup text per recommendations
- _LayoutSimple.cshtml
- Revise HTML markup text per recommendations
**** HydroServerToolsBusinessObjects ****
- Ressources.cs
- Revise resource text per recommendations