Commit Graph

240 Commits

Author SHA1 Message Date
DanBribi
fe4b2f891b
Delete Project Plan.pdf 2021-12-15 16:57:07 -08:00
DanBribi
699de5a7e6
Fixed test cases (#18) 2021-12-15 16:44:21 -08:00
Lunastra
8a6e4c8541 Merge branch 'Long_archivePos' 2021-12-15 16:31:08 -08:00
Lunastra
2bf0341668 Add output to print some prompt 2021-12-15 16:30:56 -08:00
Lunastra
b2217dee34 Merge branch 'Long_archivePos' 2021-12-15 15:15:39 -08:00
Lunastra
c403278f9f Remove archive table and some settings.
Cleaned up DDL
2021-12-15 15:15:28 -08:00
Lunastra
6e8e2f9756 Merge branch 'Long_archivePos' 2021-12-15 14:03:00 -08:00
Lunastra
cd7f94a5e0 Add performance testing for 10k and 1 million records 2021-12-15 14:02:39 -08:00
Im_Alpha
a709675c99 Merge branch 'Jacobs-Branch' 2021-12-15 05:00:18 -08:00
Im_Alpha
1a265f8239 Bulk Operation option completed 2021-12-15 04:59:29 -08:00
Lunastra
3c4a413917 Fixed a small syntax in the controller 2021-12-15 00:21:40 -08:00
Lunastra
6689b91e70 Add testing compression method. 2021-12-14 22:24:28 -08:00
Im_Alpha
9bba0ebcc1 initial script for dummy bulk data 2021-12-14 22:24:10 -08:00
Lunastra
03cfb10c10 Translate the test case from main over
Revert back to open and close design.
Move test cases to unit test.
2021-12-14 20:37:43 -08:00
Lunastra
a2c5e0a1f9 Merge branch 'master' into Long_archivePos 2021-12-14 19:13:18 -08:00
Lunastra
66e3aed842 Merge remote-tracking branch 'origin/Danny's_branch' into Long_archivePos 2021-12-14 19:12:30 -08:00
Lunastra
2ef2d3c919 some csproj files changes 2021-12-14 19:11:12 -08:00
Im_Alpha
4cf16cce93 Merge branch 'Jacobs-Branch' 2021-12-14 15:27:10 -08:00
Im_Alpha
de8dd8a583 Merge remote-tracking branch 'origin/Rifats_tests' into Jacobs-Branch 2021-12-14 15:17:35 -08:00
Rifat Hasan
6bf376802d Add correct failure case 2021-12-14 15:15:40 -08:00
Im_Alpha
cef3c4114c Merge remote-tracking branch 'origin/Rifats_tests' into Jacobs-Branch 2021-12-14 14:44:52 -08:00
Rifat Hasan
e012dde28c Add single and bulk tests 2021-12-14 14:43:50 -08:00
DanBribi
68b8439256 Adjusted open and close connections 2021-12-14 14:41:37 -08:00
DanBribi
04f5d9856b update backup 2021-12-14 14:19:32 -08:00
DanBribi
1f84ec0a8d updates_12_14_21 2021-12-14 14:19:15 -08:00
Rifat Hasan
136505be71 Merge branch 'Jacobs-Branch' into Rifats_tests 2021-12-14 13:34:08 -08:00
Im_Alpha
97cc4369bd cleaned solution 2021-12-14 13:33:23 -08:00
Im_Alpha
20cbf225ff Merge remote-tracking branch 'origin/Rifats_tests' into Jacobs-Branch 2021-12-14 13:32:47 -08:00
Rifat Hasan
9c0472f061 Update UnitTest1.cs 2021-12-14 13:30:22 -08:00
DanBribi
14dec71367 Testing removeOutputFile 2021-12-14 12:33:06 -08:00
Im_Alpha
510ea55421 changed return strings to match design diagram 2021-12-14 02:57:01 -08:00
Im_Alpha
bca0875ec7 rechecked DDL for full DB 2021-12-14 02:54:23 -08:00
Im_Alpha
c9f60c2f76 moved archive check into menu loop
requires confirmation with the rest of the commented code
2021-12-14 02:53:20 -08:00
DanBribi
95f762552f remove_entries_testing 2021-12-14 02:50:12 -08:00
Im_Alpha
084e0de6ec changed everything so that the branch is running again 2021-12-14 02:23:11 -08:00
Jacob Delgado
89eda68a6c
Merge pull request #15 from long237/Jacobs-Branch
Jacobs branch
2021-12-14 02:20:42 -08:00
Im_Alpha
ceabdc9161 Merge branch 'master' into Jacobs-Branch 2021-12-14 02:20:10 -08:00
Im_Alpha
ba6db79f09 removed unused files 2021-12-14 02:16:21 -08:00
Im_Alpha
7575354797 Added confirmation password loop
removed commented code and unused files
2021-12-14 02:12:24 -08:00
Im_Alpha
cc71d41cca reworded for easier implementation 2021-12-14 02:02:56 -08:00
Im_Alpha
53aaf77c6b finished all UM features
create account
edit account
delete account
disable account
enable account
2021-12-14 02:01:28 -08:00
Im_Alpha
484c725ba8 Infinite menu completed
both main menu and sub menu will run forever unless user enters a specified input
2021-12-14 00:23:52 -08:00
Im_Alpha
a4a133b0cd Menu completed
Commented out database connecting lines and added successful login in instead.
2021-12-13 23:28:47 -08:00
Im_Alpha
6f9c6f0f12 removed roleID 2021-12-13 21:48:46 -08:00
Im_Alpha
487138890a adjusted files to build menu and start testing 2021-12-13 21:41:27 -08:00
Lunastra
9b2b38620b Merge branch 'Long_archivePos' 2021-12-13 20:56:16 -08:00
Lunastra
cdba27ee12 Delete a blank space 2021-12-13 20:52:58 -08:00
Lunastra
dfb32b0e26 Changed Removed Entries to throw an Error
Tested the clean up sequence for Manager
2021-12-13 20:50:24 -08:00
Jacob Delgado
7f9e278266
Merge pull request #14 from long237/Jacobs-Branch
fixed UserManagement ddl
2021-12-13 20:49:00 -08:00
Im_Alpha
ca51159bc6 fixed ddl 2021-12-13 20:48:32 -08:00