58 Commits

Author SHA1 Message Date
b99b721458 Moved System.IO references from DMO classes to Static Helpers
Removed nugetSource from pipeline
Removed more comments
Created Static Classes for most DMO / Controller Classes
Push ConfigurationManager.AppSettings to controller
Align Tests with other Projects
2024-12-11 09:29:01 -07:00
b1c6903c1c Tasks 184281, 184799, 184800, 184801 and 184802
Align .editorconfig files

Move Controller logic to DMO classes

GlobalVars.AppSettings = Models.AppSettings.GetFromConfigurationManager();

Question EditorConfig
Project level editorconfig
Format White Spaces
AppSetting when EnvironmentVariable not set
Corrective Actions Tests
Schedule Actions Tests
DMO Tests
Controller Tests

Get ready to use VSCode IDE
2024-12-04 11:58:13 -07:00
Chase Tucker
89790f4fc1 PCRB webassembly 2024-11-15 09:28:25 -07:00
Chase Tucker
9b7e3ef897 MRB webassembly 2024-11-15 09:28:21 -07:00
Chase Tucker
ba8d92ea01 DRY 2024-08-05 07:39:40 -07:00
Chase Tucker
603052d7e5 Clean up training assignments through report 2024-08-02 15:06:59 -07:00
Chase Tucker
c97ce37238 Added note about removing TECN from POU when cancelled 2024-07-10 09:33:29 -07:00
Chase Tucker
10dbd08cd2 Added ECN approvers note to other affected views 2024-06-14 09:09:45 -07:00
Chase Tucker
1b7e482ad4 Removed duplicated tasks 2024-06-12 08:14:39 -07:00
Chase Tucker
cbcd3ee53a Added ECN approvers note 2024-06-11 09:40:31 -07:00
Chase Tucker
fe981c4c04 Add note about red dates in training report 2024-05-15 07:06:39 -07:00
Chase Tucker
3e6fc3fdb3 Assignments late in report after 15 days 2024-05-14 14:01:25 -07:00
Chase Tucker
1b17cd75c2 Removing PCRB and MRB modules 2024-05-08 08:26:30 -07:00
Chase Tucker
5d701ded55 Broadening notifications for cancelled TECNs 2023-11-01 09:18:39 -07:00
Chase Tucker
0289e62e9f Rejected CA notifications include who and why 2023-10-31 20:07:50 +01:00
ouellette
d6af4b6ef9 Added validation for required field at CA Ready via Jquery in the edit page. 2023-10-30 23:39:38 +01:00
Chase Tucker
4e04d4666d Use same local attachment folder location in dev and prod 2023-10-30 17:19:20 +01:00
Chase Tucker
4b83a89cb0 Changed server addresses in links 2023-10-30 17:19:20 +01:00
Chase Tucker
ca651191c8 Switching to internal mailrealy 2023-10-30 17:19:20 +01:00
Chase Tucker
ffe6cd7c63 Prepended Create for MRB and ECN 2023-10-16 14:16:41 -07:00
Chase Tucker
e1675fe9e9 Updated ECN approval caption 2023-10-09 11:43:08 -07:00
Chase Tucker
a3053eadf6 Removed ITAR check 2023-10-03 10:14:54 -07:00
Chase Tucker
7cc645c188 Changed url schema to use ssl 2023-09-20 14:28:38 -07:00
Chase Tucker
fbeb8b3cf7 Corrected prod site url config 2023-09-20 14:22:34 -07:00
Chase Tucker
27728bd0c4 Corrected email template placeholders 2023-09-20 14:12:02 -07:00
Chase Tucker
7330647172 Limiting training report to only run in production 2023-09-20 09:28:08 -07:00
Chase Tucker
167db67027 Creating OOOTrainingReport scheduled job 2023-09-18 16:09:03 -07:00
Chase Tucker
9c5c938157 Loosening 6DValidate permissions 2023-09-18 11:42:01 -07:00
Chase Tucker
f6ced73b9f Creates directories for zipped files if they do not exist 2023-09-06 12:10:15 -07:00
Chase Tucker
ffb93209e6 Created OOO training report 2023-09-05 15:04:47 -07:00
Chase Tucker
6ea927045f Training report excludes OOO users 2023-08-24 15:35:33 -07:00
ouellette
7114e211f9 Improved ECN file upload validation. Checking for existence of file prior to upload. 2023-08-10 17:33:37 -07:00
ouellette
9ecf6d035f Added in form validation in the view for Corrective Action Items 2023-05-25 16:41:06 -07:00
ouellette
9746653081 Added exception catching to 8D D5D6D7 Corrective Action Update and Insert routines. Also changed textfield for results to a textbox. On the SQL side in the stored procedures for insert and update, changed the input variable types to accept 1000 characters for result field. Changed table field definition for result to VARCHAR(1000). 2023-05-25 16:04:28 -07:00
559ea58c11 Ready to test yml 2023-04-12 09:07:09 -07:00
Daniel Wathen
36fb43d9cd Added next due date to models and tables for tasks 2023-03-06 15:05:38 -07:00
Daniel Wathen
dfa8d4aa08 Added NextDueDate into Corrective Actions model and tables 2023-03-06 12:35:11 -07:00
Daniel Wathen
5fe2a470a9 Fixed bug where delete functionality is given to non-admin members. 2023-03-06 10:25:46 -07:00
Daniel Wathen
df310602e2 Merging changes in master to development 2023-03-02 13:25:46 -07:00
Daniel Wathen
b06c07f2fb Merge 2023-03-02 13:24:01 -07:00
Daniel Wathen
6679e42806 Moved gitignore file to base of project 2023-03-02 13:22:16 -07:00
Daniel Wathen
d8c72908c5 Changed gitignore file to ignore files from .vs directory 2023-03-02 13:13:07 -07:00
Daniel Wathen
f91dd6d845 Changed .gitignore file to not include any files from .vs directory 2023-03-02 13:12:01 -07:00
Daniel Wathen
e0893031dd Gave ability to set ooo status to Admin as well. 2023-03-02 12:24:07 -07:00
Daniel Wathen
a2b2e04f1f Added ability to unlock Corrective Actions when locked for editing. 2023-03-02 11:54:50 -07:00
Daniel Wathen
adad38b849 Added manager view for setting OOO status for employees. The OOO status for the employees will reflect on the training report as well. 2023-03-02 08:47:36 -07:00
ouellette
55fa7983de updated email templates to hardcoded https urls 2023-02-21 17:32:53 -07:00
Daniel Wathen
0dd3d4ec2a Tested and reconfigured ability to add files to the main corrective action form. 2023-02-20 15:24:27 -07:00
Daniel Wathen
2366bef0d3 Forgot to save a file with the last commit 2023-02-13 15:56:28 -07:00
Daniel Wathen
15ce48e7a5 Added functionality to attach files to corrective actions 2023-02-13 15:56:09 -07:00