ASSIGNMENT 4 | BASIC CRUD ASSIGNMENT 4 | BASIC CRUD PRAVIIN M | IS 667 | 71749 | ONLINE 1 Assignment 4 CREATE – READ Please do the following: a) Download the zip folder from the assignment on to your...

1 answer below »
Create database with provided files, connect it and wright some functions using php (refer to document named 'Assignment 4')


ASSIGNMENT 4 | BASIC CRUD ASSIGNMENT 4 | BASIC CRUD PRAVIIN M | IS 667 | 71749 | ONLINE 1 Assignment 4 CREATE – READ Please do the following: a) Download the zip folder from the assignment on to your computer. b) Extract the contents of the folder and place all the contents into a directory (name of your choice) under htdocs of your XAMPP c) In your PHPMyAdmin create a new database (name of your choice – I have used UserManager). I have attached a .sql file. Import the file into the database you created. You should have a table named “user” in the database. Read step “e” for more information. d) Open db-settings.php and change the parameters of the following: $db_host = "localhost"; //Host address (most likely localhost) $db_name = "UserManager"; //Name of your Database $db_user = "root"; //Name of your database user $db_pass = "darthvader"; //Password for database user The $db_host = “localhost” will remain the same unless you already have hosted your DB on your neighbors’ computer (highly unlikely) The $db_name will be the name of the database you created at step C $db_user will be “root” unless you have changed it Password should be blank. If you created a password while setting up your MySQL. You will need to enter that password. Mine is “darthvader” NOTE: Username and Password can be for the user created for the database that you created during step C OR simply root with a password will also suffice. e) In your newly created database import the contents of userDemo.sql attached in the assignment OR open the userDemo.sql in PHPStorm OR text editor of your choice and copy paste the contents into a new query window and run the query. I recommend that you do not use a regular notepad because it might invert the single quotations in the queries messing the thing up further. This step should create a new table with name User. f) The above steps should be enough to run the code (localhost/ OR localhost:8080/ OR localhost:8888) PROBLEM: ASSIGNMENT 4 | BASIC CRUD PRAVIIN M | IS 667 | 71749 | ONLINE 2 Since we completed create and display records. You will be writing functions in functions.php for performing various tasks! Do the following: • Add a new hyperlink to table in index.php called “Movies and Shows I watch” • In functions.php write a new function called moviesandshows() [OR WHATEVER FUNCTIONNAME YOU WANT TO USE]– write necessary query inside the function a. That function should insert records i. Add the following fields (columns) in the table 1. MovieID (autoincrement) 2. MovieShowName 3. TimesWatched (number) 4. Rating (number?) 5. DateWatched (date) As you must have already guessed. You will need a new table with the necessary columns. SECTION – II • Add a new hyperlink to table in index.php called LIST 20 RECORDS • In functions.php write a new function called fetchRecords() [OR WHATEVER FUNCTIONNAME YOU WANT TO USE]– write necessary query inside the function - To display 20 records. • If you want to get creative, you may want to select 20 random records each time we go to the page. • Search any movie show by name ( I am sure you are going to have Game of Thrones in there. so might as well search that as too ) • Display Movies by rating • Display the movies you have watched more than once As always, get a screenshot of the Index.php (which will display the new menu item) and then the insert form, the database table and then place the functions in a text file or you can take screen shots of them as well. I need the code so you will have to send me the files. ASSIGNMENT 4 | BASIC CRUD PRAVIIN M | IS 667 | 71749 | ONLINE 3 Assignment 4 CREATE – READ The $db_name will be the name of the database you created at step C $db_user will be “root” unless you have changed it PROBLEM:
Answered Same DayNov 02, 2021

Answer To: ASSIGNMENT 4 | BASIC CRUD ASSIGNMENT 4 | BASIC CRUD PRAVIIN M | IS 667 | 71749 | ONLINE 1 Assignment...

Gaurav answered on Nov 04 2021
142 Votes
FirstCRUD/.DS_Store
FirstCRUD/.git/COMMIT_EDITMSG
Create - Update - Search
FirstCRUD/.git/config
[core]
    repositoryformatversion = 0
    filemode = true
    bare = false
    logallrefupdates = true
    ignorecase = true
    precomposeunicode = true
FirstCRUD/.git/HEAD
ref: refs/heads/simple_C
FirstCRUD/.git/index
FirstCRUD/.git/logs/HEAD
0000000000000000000000000000000000000000 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1454871472 -0500    commit (initial): phpinfo.
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1454871518 -0500    checkout: moving from master to development
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1454871536 -0500    commit: Blank Development
922aeb8bd7baef789db25669d3e9de5dff21fa8a eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1454871666 -0500    checkout: moving from development to master
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1454871670 -0500    checkout: moving from master to development
922aeb8bd7baef789db25669d3e9de5dff21fa8a 36e877bbb784e48aca15215965487696035e164c Praviin M 1454872413 -0500    commit: Git Ignore + index.php - table layout with CRUD options / CSS included
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1454872645 -0500    commit: Adding Links to files
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1454872798 -0500    commit: Added displayAllRecords.php page. - page layout only - page doesnt do anything.
02c667aa086f5592c06c73cc2b684c668251dc77 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1454872899 -0500    checkout: moving from development to db_connection
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1454873955 -0500    commit: added DB-Settings and updated .gitignore
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1454874419 -0500    commit: Added Config.php and added database settings - connecting to UserManager table.
e0090ff3754238c6b0b2249f0d84bbf37edd0977 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1454874443 -0500    checkout: moving from db_connection to functions
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1454875191 -0500    commit: included functions.php in config
decdeb3f7e73717103e740864da31a0537d1e1a3 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1454875555 -0500    checkout: moving from functions to display_records
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1454876537 -0500    commit: Added display all records + default date time function to new york.
e2e74ba55361bb65e450698a1394b7130a6ad99f e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1454876576 -0500    checkout: moving from display_records to insert_record
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1454877316 -0500    commit: Create Record Works
8582df0937c8b3237d1c909daef98e9043c105a0 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1454877322 -0500    checkout: moving from insert_record to update_record
8582df0937c8b3237d1c909daef98e9043c105a0 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1454877770 -0500    commit: Update Record Works
e574f2007542a8b4a8732f38276edd69f5873a44 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1454877775 -0500    checkout: moving from update_record to master
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1454980119 -0500    checkout: moving from master to 922aeb8bd7baef789db25669d3e9de5dff21fa8a
922aeb8bd7baef789db25669d3e9de5dff21fa8a 36e877bbb784e48aca15215965487696035e164c Praviin M 1454980131 -0500    checkout: moving from 922aeb8bd7baef789db25669d3e9de5dff21fa8a to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1454980210 -0500    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1454980263 -0500    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1454980311 -0500    checkout: moving from development to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1454981649 -0500    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1454981894 -0500    checkout: moving from db_connection to master
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1455240673 -0500    checkout: moving from master to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1455835522 -0500    checkout: moving from db_connection to master
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 e657e5872ec7fde70a33feb74c3587e419a458c9 Praviin M 1455839767 -0500    commit: assignment questions
e657e5872ec7fde70a33feb74c3587e419a458c9 d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1455839780 -0500    checkout: moving from master to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1455839801 -0500    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1455839835 -0500    checkout: moving from development to 922aeb8bd7baef789db25669d3e9de5dff21fa8a
922aeb8bd7baef789db25669d3e9de5dff21fa8a d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1455841373 -0500    checkout: moving from 922aeb8bd7baef789db25669d3e9de5dff21fa8a to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 36e877bbb784e48aca15215965487696035e164c Praviin M 1455841380 -0500    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1455843034 -0500    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1455843064 -0500    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1455843098 -0500    checkout: moving from development to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1455843112 -0500    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1455843126 -0500    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1455843132 -0500    checkout: moving from functions to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1455843786 -0500    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1455844383 -0500    checkout: moving from functions to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1455845002 -0500    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M <
[email protected]> 1456070912 -0500    checkout: moving from insert_record to Assignment4_MONDAY
8582df0937c8b3237d1c909daef98e9043c105a0 65fc23fc1a21212fa3379ebf3b1a03a396f134af Praviin M 1456071336 -0500    commit: Assignment 4 Thursday Class - Indented code and added a few comments _ removed the update and fetch this user code. -- will explain it next class .
65fc23fc1a21212fa3379ebf3b1a03a396f134af e657e5872ec7fde70a33feb74c3587e419a458c9 Praviin M 1456169611 -0500    checkout: moving from Assignment4_THURSDAY to master
e657e5872ec7fde70a33feb74c3587e419a458c9 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1456185646 -0500    checkout: moving from master to 922aeb8bd7baef789db25669d3e9de5dff21fa8a
922aeb8bd7baef789db25669d3e9de5dff21fa8a 36e877bbb784e48aca15215965487696035e164c Praviin M 1456185654 -0500    checkout: moving from 922aeb8bd7baef789db25669d3e9de5dff21fa8a to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1456185720 -0500    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1456185754 -0500    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1456185770 -0500    checkout: moving from development to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1456185788 -0500    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1456185815 -0500    checkout: moving from development to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1456185850 -0500    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1456186142 -0500    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1456186147 -0500    checkout: moving from functions to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1456186454 -0500    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1456187312 -0500    checkout: moving from functions to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1456189097 -0500    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1456443226 -0500    checkout: moving from insert_record to update_record
e574f2007542a8b4a8732f38276edd69f5873a44 5af599023de8ecf109b4d72ca0303d5056dd67a1 Praviin M 1474501637 -0400    commit: temp commit
5af599023de8ecf109b4d72ca0303d5056dd67a1 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1474501652 -0400    checkout: moving from update_record to eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 5af599023de8ecf109b4d72ca0303d5056dd67a1 Praviin M 1474501709 -0400    checkout: moving from eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 to update_record
5af599023de8ecf109b4d72ca0303d5056dd67a1 5af599023de8ecf109b4d72ca0303d5056dd67a1 Praviin M 1474501784 -0400    checkout: moving from update_record to print_record
5af599023de8ecf109b4d72ca0303d5056dd67a1 f7b93fd4aec16552122c1d76d9767c1d563b78e7 Praviin M 1474501973 -0400    commit: login function incomplete but bored
f7b93fd4aec16552122c1d76d9767c1d563b78e7 5af599023de8ecf109b4d72ca0303d5056dd67a1 Praviin M 1474502001 -0400    checkout: moving from print_record to update_record
5af599023de8ecf109b4d72ca0303d5056dd67a1 5af599023de8ecf109b4d72ca0303d5056dd67a1 Praviin M 1474502063 -0400    checkout: moving from update_record to edit_record
5af599023de8ecf109b4d72ca0303d5056dd67a1 f2f00ee587dd20ee3458c53ff9bf13c3e4b24205 Praviin M 1474502126 -0400    commit: edit record complete
f2f00ee587dd20ee3458c53ff9bf13c3e4b24205 5af599023de8ecf109b4d72ca0303d5056dd67a1 Praviin M 1474502152 -0400    checkout: moving from edit_record to update_record
5af599023de8ecf109b4d72ca0303d5056dd67a1 f7b93fd4aec16552122c1d76d9767c1d563b78e7 Praviin M 1474502158 -0400    merge print_record: Fast-forward
f7b93fd4aec16552122c1d76d9767c1d563b78e7 92f86ada271fce0107d3254378c9ff2f6fd8dcbd Praviin M 1474502320 -0400    commit (merge): Merge branch 'edit_record' into update_record
92f86ada271fce0107d3254378c9ff2f6fd8dcbd f7b93fd4aec16552122c1d76d9767c1d563b78e7 Praviin M 1474502326 -0400    checkout: moving from update_record to print_record
f7b93fd4aec16552122c1d76d9767c1d563b78e7 d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1475023607 -0400    checkout: moving from print_record to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1475023625 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1475023641 -0400    checkout: moving from development to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1475023655 -0400    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1475023925 -0400    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1475023966 -0400    checkout: moving from functions to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1475023984 -0400    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 36e877bbb784e48aca15215965487696035e164c Praviin M 1475024011 -0400    checkout: moving from insert_record to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1475105127 -0400    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 36e877bbb784e48aca15215965487696035e164c Praviin M 1475105173 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1475105179 -0400    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1475105217 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1475105226 -0400    checkout: moving from development to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1475105249 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1475105288 -0400    checkout: moving from development to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1475108170 -0400    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1475108489 -0400    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1475108515 -0400    checkout: moving from functions to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 36e877bbb784e48aca15215965487696035e164c Praviin M 1475621554 -0400    checkout: moving from display_records to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1475621618 -0400    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1475621646 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1475621683 -0400    checkout: moving from development to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1475622293 -0400    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1475622720 -0400    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1475622744 -0400    checkout: moving from functions to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1475623732 -0400    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1475625899 -0400    checkout: moving from insert_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1475705834 -0400    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1475705937 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1475705967 -0400    checkout: moving from development to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1475706273 -0400    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1475706676 -0400    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1475706823 -0400    checkout: moving from functions to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1475708363 -0400    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1475709642 -0400    checkout: moving from insert_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1475712564 -0400    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 36e877bbb784e48aca15215965487696035e164c Praviin M 1475712632 -0400    checkout: moving from eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c 92f86ada271fce0107d3254378c9ff2f6fd8dcbd Praviin M 1477343448 -0400    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to update_record
92f86ada271fce0107d3254378c9ff2f6fd8dcbd f2f00ee587dd20ee3458c53ff9bf13c3e4b24205 Praviin M 1477343497 -0400    checkout: moving from update_record to edit_record
f2f00ee587dd20ee3458c53ff9bf13c3e4b24205 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1477343537 -0400    checkout: moving from edit_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 92f86ada271fce0107d3254378c9ff2f6fd8dcbd Praviin M 1477343544 -0400    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to update_record
92f86ada271fce0107d3254378c9ff2f6fd8dcbd e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1477343564 -0400    checkout: moving from update_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1488224808 -0500    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1488224830 -0500    checkout: moving from eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 to 922aeb8bd7baef789db25669d3e9de5dff21fa8a
922aeb8bd7baef789db25669d3e9de5dff21fa8a 36e877bbb784e48aca15215965487696035e164c Praviin M 1488224835 -0500    checkout: moving from 922aeb8bd7baef789db25669d3e9de5dff21fa8a to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1488224843 -0500    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1488224852 -0500    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1488224860 -0500    checkout: moving from development to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1488224870 -0500    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1488224878 -0500    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1488224885 -0500    checkout: moving from functions to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1488224894 -0500    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1488224910 -0500    checkout: moving from insert_record to eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8
e2e74ba55361bb65e450698a1394b7130a6ad99f e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1488385497 -0500    checkout: moving from display_records to Assignment_Monday_Spring2017
e2e74ba55361bb65e450698a1394b7130a6ad99f 3950e9ce2263fd142d73866949088767592e92f6 Praviin M 1488385789 -0500    commit: Code Indented _ Removed all the unnecessary functions
3950e9ce2263fd142d73866949088767592e92f6 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1488499820 -0500    checkout: moving from Assignment_Monday_Spring2017 to eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 36e877bbb784e48aca15215965487696035e164c Praviin M 1488499921 -0500    checkout: moving from eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1488500392 -0500    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1488500421 -0500    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1488500424 -0500    checkout: moving from development to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1488500426 -0500    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1488500445 -0500    checkout: moving from functions to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1488501522 -0500    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 65fc23fc1a21212fa3379ebf3b1a03a396f134af Praviin M 1488730917 -0500    checkout: moving from insert_record to Assignment4_THURSDAY
65fc23fc1a21212fa3379ebf3b1a03a396f134af a5f312bec2c3127cb835ec19968778cc98550398 Praviin M 1488731098 -0500    commit: Assignment 4 - Thursday Spring 2017
a5f312bec2c3127cb835ec19968778cc98550398 92f86ada271fce0107d3254378c9ff2f6fd8dcbd Praviin M 1488840164 -0500    checkout: moving from Assignment4_THURSDAY to update_record
92f86ada271fce0107d3254378c9ff2f6fd8dcbd e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1488840178 -0500    checkout: moving from update_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1488845140 -0500    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1488845231 -0500    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1488845870 -0500    checkout: moving from insert_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 92f86ada271fce0107d3254378c9ff2f6fd8dcbd Praviin M 1488997176 -0500    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to update_record
92f86ada271fce0107d3254378c9ff2f6fd8dcbd e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1488997188 -0500    checkout: moving from update_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1488997661 -0500    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to Assignment5_MONDAY_Spring2017
e574f2007542a8b4a8732f38276edd69f5873a44 3d8841696465c4bcf948ffd92b249652b8763dca Praviin M 1488997671 -0500    commit: Code Cleaned up
3d8841696465c4bcf948ffd92b249652b8763dca e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1488997687 -0500    checkout: moving from Assignment5_MONDAY_Spring2017 to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1489101556 -0500    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1489104901 -0500    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1489105115 -0500    checkout: moving from insert_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 92f86ada271fce0107d3254378c9ff2f6fd8dcbd Praviin M 1489154735 -0500    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to update_record
92f86ada271fce0107d3254378c9ff2f6fd8dcbd e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1489154755 -0500    checkout: moving from update_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 3d8841696465c4bcf948ffd92b249652b8763dca Praviin M 1489154771 -0500    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to Assignment5_MONDAY_Spring2017
3d8841696465c4bcf948ffd92b249652b8763dca 3d8841696465c4bcf948ffd92b249652b8763dca Praviin M 1489154819 -0500    checkout: moving from Assignment5_MONDAY_Spring2017 to MA_Code
3d8841696465c4bcf948ffd92b249652b8763dca c31eecd7cbad442e7fc25e65fa85fe9e407ce272 Praviin M 1489157808 -0500    commit: ma_code fixed
c31eecd7cbad442e7fc25e65fa85fe9e407ce272 c31eecd7cbad442e7fc25e65fa85fe9e407ce272 Praviin M 1489171470 -0500    checkout: moving from MA_Code to MA_Code
c31eecd7cbad442e7fc25e65fa85fe9e407ce272 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1496161938 -0400    checkout: moving from MA_Code to eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 c31eecd7cbad442e7fc25e65fa85fe9e407ce272 Praviin M 1496161957 -0400    checkout: moving from eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 to MA_Code
c31eecd7cbad442e7fc25e65fa85fe9e407ce272 43bba00ad8488a0f10724a4bae903e0851f53230 Praviin M 1496161976 -0400    commit: code fix
43bba00ad8488a0f10724a4bae903e0851f53230 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1496161982 -0400    checkout: moving from MA_Code to eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1496162005 -0400    checkout: moving from eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 to coming_soon
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1505856009 -0400    checkout: moving from coming_soon to coming_soon
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1505856064 -0400    reset: moving to HEAD
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1505856183 -0400    checkout: moving from coming_soon to 922aeb8bd7baef789db25669d3e9de5dff21fa8a
922aeb8bd7baef789db25669d3e9de5dff21fa8a 36e877bbb784e48aca15215965487696035e164c Praviin M 1506967408 -0400    checkout: moving from 922aeb8bd7baef789db25669d3e9de5dff21fa8a to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1506967424 -0400    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1506967452 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1506967472 -0400    checkout: moving from development to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1506967488 -0400    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1506967514 -0400    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1506967536 -0400    checkout: moving from functions to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1506967550 -0400    checkout: moving from display_records to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1506967651 -0400    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1507673764 -0400    checkout: moving from display_records to 922aeb8bd7baef789db25669d3e9de5dff21fa8a
922aeb8bd7baef789db25669d3e9de5dff21fa8a 36e877bbb784e48aca15215965487696035e164c Praviin M 1507674452 -0400    checkout: moving from 922aeb8bd7baef789db25669d3e9de5dff21fa8a to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1507674547 -0400    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1507674631 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1507674689 -0400    checkout: moving from development to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1507674712 -0400    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1507676275 -0400    checkout: moving from db_connection to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1507676375 -0400    checkout: moving from display_records to development
02c667aa086f5592c06c73cc2b684c668251dc77 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1507676383 -0400    checkout: moving from development to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1507761406 -0400    checkout: moving from display_records to 922aeb8bd7baef789db25669d3e9de5dff21fa8a
922aeb8bd7baef789db25669d3e9de5dff21fa8a 36e877bbb784e48aca15215965487696035e164c Praviin M 1507761575 -0400    checkout: moving from 922aeb8bd7baef789db25669d3e9de5dff21fa8a to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1507761689 -0400    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1507761770 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1507761817 -0400    checkout: moving from development to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1507763239 -0400    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1507763248 -0400    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1507763266 -0400    checkout: moving from functions to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 3950e9ce2263fd142d73866949088767592e92f6 Praviin M 1507909076 -0400    checkout: moving from display_records to Assignment_Monday_Spring2017
3950e9ce2263fd142d73866949088767592e92f6 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1508276119 -0400    checkout: moving from Assignment_Monday_Spring2017 to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1508276157 -0400    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1508278949 -0400    checkout: moving from insert_record to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1508279943 -0400    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1508282013 -0400    checkout: moving from insert_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1508282207 -0400    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1508282232 -0400    checkout: moving from insert_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1508282366 -0400    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1508282398 -0400    checkout: moving from insert_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1508366380 -0400    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1508367378 -0400    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1508369606 -0400    checkout: moving from insert_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 3d8841696465c4bcf948ffd92b249652b8763dca Praviin M 1508511056 -0400    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to Assignment5_MONDAY_Spring2017
3d8841696465c4bcf948ffd92b249652b8763dca e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1519747791 -0500    checkout: moving from Assignment5_MONDAY_Spring2017 to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1519747824 -0500    checkout: moving from display_records to Assignment4_Spring2018
e2e74ba55361bb65e450698a1394b7130a6ad99f b32b1a01ba3cc67f0cd526c6a1bc4ca68a599de2 Praviin M 1519747980 -0500    commit: fetchAllUsers ready for assignment 4 - Spring 2018
b32b1a01ba3cc67f0cd526c6a1bc4ca68a599de2 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1519946392 -0500    checkout: moving from Assignment4_Spring2018 to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1519950660 -0500    reset: moving to HEAD
8582df0937c8b3237d1c909daef98e9043c105a0 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1519950669 -0500    checkout: moving from insert_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 92f86ada271fce0107d3254378c9ff2f6fd8dcbd Praviin M 1519950677 -0500    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to update_record
92f86ada271fce0107d3254378c9ff2f6fd8dcbd e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1519950687 -0500    checkout: moving from update_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 f924b2e9bdf0754ecc7d6f29521ce093443b523a Praviin M 1520351143 -0500    commit: Assignment 5 for Spring 2018
f924b2e9bdf0754ecc7d6f29521ce093443b523a f924b2e9bdf0754ecc7d6f29521ce093443b523a Praviin M 1520351166 -0500    checkout: moving from f924b2e9bdf0754ecc7d6f29521ce093443b523a to Assignment5_Spring2018
f924b2e9bdf0754ecc7d6f29521ce093443b523a 92f86ada271fce0107d3254378c9ff2f6fd8dcbd Praviin M 1521377044 -0400    checkout: moving from Assignment5_Spring2018 to update_record
92f86ada271fce0107d3254378c9ff2f6fd8dcbd e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1521377056 -0400    checkout: moving from update_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1521377085 -0400    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to YD_Delete_code
e574f2007542a8b4a8732f38276edd69f5873a44 b1317d9f2c8b28b7451a9b9b1fee24371683d3f8 Praviin M 1521378704 -0400    commit: completed delete records.
b1317d9f2c8b28b7451a9b9b1fee24371683d3f8 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1521500164 -0400    checkout: moving from YD_Delete_code to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1521500181 -0400    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to all-in-one-function
e574f2007542a8b4a8732f38276edd69f5873a44 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1539879152 -0400    checkout: moving from all-in-one-function to Assignment4_Fall2018_Wednesday
e574f2007542a8b4a8732f38276edd69f5873a44 9175187708b7f0d7110a5e0f6713aed6612a6dff Praviin M 1539880507 -0400    commit: Assignment 4 Fall 2018 Wednesday class
9175187708b7f0d7110a5e0f6713aed6612a6dff e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1540335816 -0400    checkout: moving from Assignment4_Fall2018_Wednesday to all-in-one-function
e574f2007542a8b4a8732f38276edd69f5873a44 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1540388387 -0400    checkout: moving from all-in-one-function to Assignment4_Fall2018_Tuesday
e574f2007542a8b4a8732f38276edd69f5873a44 e2d438139ba389c7e0d4a50b02e0171797886dd6 Praviin M 1540388626 -0400    commit: Fall 2018 - Assignment 4 to create function to insert records and then a few questions on select statement.
e2d438139ba389c7e0d4a50b02e0171797886dd6 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1540415389 -0400    checkout: moving from Assignment4_Fall2018_Tuesday to all-in-one-function
e574f2007542a8b4a8732f38276edd69f5873a44 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1540570151 -0400    checkout: moving from all-in-one-function to Assignment5_Wednesday_Fall2018
e574f2007542a8b4a8732f38276edd69f5873a44 514440724818408460e5b733b4427e6b499d8bae Praviin M 1540570293 -0400    commit: Assignment 5 for Wednesday Fall2018 class.
514440724818408460e5b733b4427e6b499d8bae e2d438139ba389c7e0d4a50b02e0171797886dd6 Praviin M 1540931001 -0400    checkout: moving from Assignment5_Wednesday_Fall2018 to Assignment4_Fall2018_Tuesday
e2d438139ba389c7e0d4a50b02e0171797886dd6 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1540931039 -0400    checkout: moving from Assignment4_Fall2018_Tuesday to all-in-one-function
e574f2007542a8b4a8732f38276edd69f5873a44 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1540993615 -0400    reset: moving to HEAD
e574f2007542a8b4a8732f38276edd69f5873a44 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1540993646 -0400    checkout: moving from all-in-one-function to Assignment5_Fall2018_Tuesday
e574f2007542a8b4a8732f38276edd69f5873a44 889e7458f7623c21098e3ff5c97cf1db19f24825 Praviin M 1540993905 -0400    commit: Clean up for assignment
889e7458f7623c21098e3ff5c97cf1db19f24825 889e7458f7623c21098e3ff5c97cf1db19f24825 Praviin M 1552065465 -0500    reset: moving to HEAD
889e7458f7623c21098e3ff5c97cf1db19f24825 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1552065500 -0500    checkout: moving from Assignment5_Fall2018_Tuesday to all-in-one-function
e574f2007542a8b4a8732f38276edd69f5873a44 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1552065614 -0500    checkout: moving from all-in-one-function to coming_soon
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1552065635 -0500    checkout: moving from coming_soon to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1552065660 -0500    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 92f86ada271fce0107d3254378c9ff2f6fd8dcbd Praviin M 1552065752 -0500    checkout: moving from development to update_record
92f86ada271fce0107d3254378c9ff2f6fd8dcbd e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1552065772 -0500    checkout: moving from update_record to all-in-one-function
e574f2007542a8b4a8732f38276edd69f5873a44 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1552065844 -0500    checkout: moving from all-in-one-function to development
02c667aa086f5592c06c73cc2b684c668251dc77 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1552065851 -0500    merge all-in-one-function: Fast-forward
e574f2007542a8b4a8732f38276edd69f5873a44 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1552068495 -0500    commit: Code Clean up
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1552068514 -0500    checkout: moving from development to Assignment_Spring_2018_CreateRecord
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad 9db3d92c36ca318db53748fe1785288317984ede Praviin M 1552068688 -0500    commit: Assignment 4 : CRUD | CREATE
9db3d92c36ca318db53748fe1785288317984ede 351bdd16b814a50abca6f50223296e86a056b25a Praviin M 1552068708 -0500    commit (amend): Assignment 4 : CRUD | CREATE
351bdd16b814a50abca6f50223296e86a056b25a 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1552333941 -0400    checkout: moving from Assignment_Spring_2018_CreateRecord to 922aeb8bd7baef789db25669d3e9de5dff21fa8a
922aeb8bd7baef789db25669d3e9de5dff21fa8a 36e877bbb784e48aca15215965487696035e164c Praviin M 1552333951 -0400    checkout: moving from 922aeb8bd7baef789db25669d3e9de5dff21fa8a to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1552333961 -0400    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1552348139 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to 02c667aa086f5592c06c73cc2b684c668251dc77
02c667aa086f5592c06c73cc2b684c668251dc77 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1552348145 -0400    checkout: moving from 02c667aa086f5592c06c73cc2b684c668251dc77 to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1552348221 -0400    checkout: moving from insert_record to development
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1552353104 -0400    reset: moving to HEAD
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1552416900 -0400    checkout: moving from development to Assignment4_Spring_2019_Monday
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad 90f8bf19d8f20274978d599e17f49753bc661493 Praviin M 1552417031 -0400    commit: Create | Display.
90f8bf19d8f20274978d599e17f49753bc661493 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1552603205 -0400    checkout: moving from Assignment4_Spring_2019_Monday to development
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1552605522 -0400    reset: moving to HEAD
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1552827084 -0400    checkout: moving from development to Assignment5_Thursday_READ_UPDATE
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1553557087 -0400    checkout: moving from Assignment5_Thursday_READ_UPDATE to all-in-one-function
e574f2007542a8b4a8732f38276edd69f5873a44 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1553557451 -0400    reset: moving to HEAD
e574f2007542a8b4a8732f38276edd69f5873a44 d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1553557455 -0400    checkout: moving from all-in-one-function to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1553557469 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to 02c667aa086f5592c06c73cc2b684c668251dc77
02c667aa086f5592c06c73cc2b684c668251dc77 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1553557476 -0400    checkout: moving from 02c667aa086f5592c06c73cc2b684c668251dc77 to all-in-one-function
e574f2007542a8b4a8732f38276edd69f5873a44 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1553560371 -0400    reset: moving to HEAD
e574f2007542a8b4a8732f38276edd69f5873a44 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1553560385 -0400    checkout: moving from all-in-one-function to development
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1554054713 -0400    checkout: moving from development to Assignment5_Solution
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad 77c9baaa5fe6ad5e283bb9ab4cb1fe9c745afea1 Praviin M 1554058464 -0400    commit: Assignment 5 solution
77c9baaa5fe6ad5e283bb9ab4cb1fe9c745afea1 dedb2dfb937d6a568595dd9f7d5915d7871e2c8c Praviin M 1571162963 -0400    commit: Update to functions
dedb2dfb937d6a568595dd9f7d5915d7871e2c8c 36e877bbb784e48aca15215965487696035e164c Praviin M 1571162979 -0400    checkout: moving from Assignment5_Solution to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1571162995 -0400    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1571163008 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to 02c667aa086f5592c06c73cc2b684c668251dc77
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1571163018 -0400    checkout: moving from 02c667aa086f5592c06c73cc2b684c668251dc77 to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1571163026 -0400    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1571163082 -0400    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1571163096 -0400    checkout: moving from functions to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1571163116 -0400    checkout: moving from display_records to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1571165615 -0400    checkout: moving from functions to 922aeb8bd7baef789db25669d3e9de5dff21fa8a
922aeb8bd7baef789db25669d3e9de5dff21fa8a d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1571181995 -0400    checkout: moving from 922aeb8bd7baef789db25669d3e9de5dff21fa8a to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1571182064 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to 02c667aa086f5592c06c73cc2b684c668251dc77
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1571182105 -0400    checkout: moving from 02c667aa086f5592c06c73cc2b684c668251dc77 to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1571182108 -0400    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1571182359 -0400    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1571182786 -0400    checkout: moving from functions to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1571268627 -0400    reset: moving to HEAD
e2e74ba55361bb65e450698a1394b7130a6ad99f 36e877bbb784e48aca15215965487696035e164c Praviin M 1571268637 -0400    checkout: moving from display_records to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1571268825 -0400    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1571268972 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1571269294 -0400    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1571269721 -0400    checkout: moving from functions to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1571744430 -0400    checkout: moving from display_records to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1571744488 -0400    reset: moving to HEAD
e2e74ba55361bb65e450698a1394b7130a6ad99f e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1571744496 -0400    checkout: moving from display_records to all-in-one-function
e574f2007542a8b4a8732f38276edd69f5873a44 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1571744527 -0400    checkout: moving from all-in-one-function to development
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1571744790 -0400    checkout: moving from development to Assignment4_Fall2019_Tuesday_Read
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad 68543025807f25570d19144897a28a57d403c5eb Praviin M 1571744911 -0400    commit: Assignment 4 Fall 2019 Tuesday Class.
68543025807f25570d19144897a28a57d403c5eb 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1571747332 -0400    checkout: moving from Assignment4_Fall2019_Tuesday_Read to development
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1571747343 -0400    checkout: moving from development to Verena_Barth_Codes
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad ecc71b8ed8145f26d87aafc561d72b2093258a99 Praviin M 1571747489 -0400    commit: Verena Barth Codes.
ecc71b8ed8145f26d87aafc561d72b2093258a99 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1571747495 -0400    checkout: moving from Verena_Barth_Codes to development
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1571747564 -0400    checkout: moving from development to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1571747575 -0400    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1571747587 -0400    checkout: moving from insert_record to all-in-one-function
e574f2007542a8b4a8732f38276edd69f5873a44 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1571747597 -0400    checkout: moving from all-in-one-function to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1571783532 -0400    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1571786336 -0400    checkout: moving from insert_record to all-in-one-function
e574f2007542a8b4a8732f38276edd69f5873a44 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1571786380 -0400    checkout: moving from all-in-one-function to development
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1571868559 -0400    reset: moving to HEAD
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1571868595 -0400    checkout: moving from development to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f ecc71b8ed8145f26d87aafc561d72b2093258a99 Praviin M 1571869250 -0400    checkout: moving from display_records to Verena_Barth_Codes
ecc71b8ed8145f26d87aafc561d72b2093258a99 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1571869398 -0400    checkout: moving from Verena_Barth_Codes to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1571869581 -0400    checkout: moving from display_records to 02c667aa086f5592c06c73cc2b684c668251dc77
02c667aa086f5592c06c73cc2b684c668251dc77 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1571869627 -0400    checkout: moving from 02c667aa086f5592c06c73cc2b684c668251dc77 to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1571870784 -0400    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1571873819 -0400    reset: moving to HEAD
8582df0937c8b3237d1c909daef98e9043c105a0 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1571873828 -0400    checkout: moving from insert_record to development
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1572118017 -0400    reset: moving to HEAD
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad 8792ef612ca02a9b76264ac74c34ea9f0e18f4ad Praviin M 1573082238 -0500    reset: moving to HEAD
8792ef612ca02a9b76264ac74c34ea9f0e18f4ad 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1601562107 -0400    checkout: moving from development to 922aeb8bd7baef789db25669d3e9de5dff21fa8a
922aeb8bd7baef789db25669d3e9de5dff21fa8a 36e877bbb784e48aca15215965487696035e164c Praviin M 1601562133 -0400    checkout: moving from 922aeb8bd7baef789db25669d3e9de5dff21fa8a to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1601562148 -0400    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1601562157 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to 02c667aa086f5592c06c73cc2b684c668251dc77
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1601562170 -0400    checkout: moving from 02c667aa086f5592c06c73cc2b684c668251dc77 to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1601562184 -0400    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1601562199 -0400    checkout: moving from display_records to 922aeb8bd7baef789db25669d3e9de5dff21fa8a
922aeb8bd7baef789db25669d3e9de5dff21fa8a 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1601570097 -0400    checkout: moving from 922aeb8bd7baef789db25669d3e9de5dff21fa8a to simple_C
922aeb8bd7baef789db25669d3e9de5dff21fa8a bdcce1f2fb6912e7eb854562b20d3936738eba8b Praviin M 1601570108 -0400    commit: insert fname lname
bdcce1f2fb6912e7eb854562b20d3936738eba8b 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1601570114 -0400    checkout: moving from simple_C to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 bdcce1f2fb6912e7eb854562b20d3936738eba8b Praviin M 1601570247 -0400    checkout: moving from insert_record to simple_C
bdcce1f2fb6912e7eb854562b20d3936738eba8b 0923c2744e88c5eb19c12d780c7bb3184dce5509 Praviin M 1602867069 -0400    commit: Create - Update - Search
FirstCRUD/.git/logs/HEAD ([email protected])
0000000000000000000000000000000000000000 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1454871472 -0500    commit (initial): phpinfo.
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1454871518 -0500    checkout: moving from master to development
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1454871536 -0500    commit: Blank Development
922aeb8bd7baef789db25669d3e9de5dff21fa8a eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1454871666 -0500    checkout: moving from development to master
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1454871670 -0500    checkout: moving from master to development
922aeb8bd7baef789db25669d3e9de5dff21fa8a 36e877bbb784e48aca15215965487696035e164c Praviin M 1454872413 -0500    commit: Git Ignore + index.php - table layout with CRUD options / CSS included
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1454872645 -0500    commit: Adding Links to files
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1454872798 -0500    commit: Added displayAllRecords.php page. - page layout only - page doesnt do anything.
02c667aa086f5592c06c73cc2b684c668251dc77 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1454872899 -0500    checkout: moving from development to db_connection
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1454873955 -0500    commit: added DB-Settings and updated .gitignore
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1454874419 -0500    commit: Added Config.php and added database settings - connecting to UserManager table.
e0090ff3754238c6b0b2249f0d84bbf37edd0977 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1454874443 -0500    checkout: moving from db_connection to functions
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1454875191 -0500    commit: included functions.php in config
decdeb3f7e73717103e740864da31a0537d1e1a3 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1454875555 -0500    checkout: moving from functions to display_records
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1454876537 -0500    commit: Added display all records + default date time function to new york.
e2e74ba55361bb65e450698a1394b7130a6ad99f e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1454876576 -0500    checkout: moving from display_records to insert_record
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1454877316 -0500    commit: Create Record Works
8582df0937c8b3237d1c909daef98e9043c105a0 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1454877322 -0500    checkout: moving from insert_record to update_record
8582df0937c8b3237d1c909daef98e9043c105a0 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1454877770 -0500    commit: Update Record Works
e574f2007542a8b4a8732f38276edd69f5873a44 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1454877775 -0500    checkout: moving from update_record to master
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1454980119 -0500    checkout: moving from master to 922aeb8bd7baef789db25669d3e9de5dff21fa8a
922aeb8bd7baef789db25669d3e9de5dff21fa8a 36e877bbb784e48aca15215965487696035e164c Praviin M 1454980131 -0500    checkout: moving from 922aeb8bd7baef789db25669d3e9de5dff21fa8a to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1454980210 -0500    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1454980263 -0500    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1454980311 -0500    checkout: moving from development to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1454981649 -0500    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1454981894 -0500    checkout: moving from db_connection to master
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1455240673 -0500    checkout: moving from master to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1455835522 -0500    checkout: moving from db_connection to master
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 e657e5872ec7fde70a33feb74c3587e419a458c9 Praviin M 1455839767 -0500    commit: assignment questions
e657e5872ec7fde70a33feb74c3587e419a458c9 d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1455839780 -0500    checkout: moving from master to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1455839801 -0500    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1455839835 -0500    checkout: moving from development to 922aeb8bd7baef789db25669d3e9de5dff21fa8a
922aeb8bd7baef789db25669d3e9de5dff21fa8a d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1455841373 -0500    checkout: moving from 922aeb8bd7baef789db25669d3e9de5dff21fa8a to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 36e877bbb784e48aca15215965487696035e164c Praviin M 1455841380 -0500    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1455843034 -0500    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1455843064 -0500    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1455843098 -0500    checkout: moving from development to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1455843112 -0500    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1455843126 -0500    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1455843132 -0500    checkout: moving from functions to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1455843786 -0500    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1455844383 -0500    checkout: moving from functions to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1455845002 -0500    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1456070912 -0500    checkout: moving from insert_record to Assignment4_MONDAY
8582df0937c8b3237d1c909daef98e9043c105a0 65fc23fc1a21212fa3379ebf3b1a03a396f134af Praviin M 1456071336 -0500    commit: Assignment 4 Thursday Class - Indented code and added a few comments _ removed the update and fetch this user code. -- will explain it next class .
65fc23fc1a21212fa3379ebf3b1a03a396f134af e657e5872ec7fde70a33feb74c3587e419a458c9 Praviin M 1456169611 -0500    checkout: moving from Assignment4_THURSDAY to master
e657e5872ec7fde70a33feb74c3587e419a458c9 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1456185646 -0500    checkout: moving from master to 922aeb8bd7baef789db25669d3e9de5dff21fa8a
922aeb8bd7baef789db25669d3e9de5dff21fa8a 36e877bbb784e48aca15215965487696035e164c Praviin M 1456185654 -0500    checkout: moving from 922aeb8bd7baef789db25669d3e9de5dff21fa8a to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1456185720 -0500    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1456185754 -0500    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1456185770 -0500    checkout: moving from development to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1456185788 -0500    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1456185815 -0500    checkout: moving from development to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1456185850 -0500    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1456186142 -0500    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1456186147 -0500    checkout: moving from functions to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1456186454 -0500    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1456187312 -0500    checkout: moving from functions to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1456189097 -0500    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1456443226 -0500    checkout: moving from insert_record to update_record
e574f2007542a8b4a8732f38276edd69f5873a44 5af599023de8ecf109b4d72ca0303d5056dd67a1 Praviin M 1474501637 -0400    commit: temp commit
5af599023de8ecf109b4d72ca0303d5056dd67a1 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1474501652 -0400    checkout: moving from update_record to eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 5af599023de8ecf109b4d72ca0303d5056dd67a1 Praviin M 1474501709 -0400    checkout: moving from eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 to update_record
5af599023de8ecf109b4d72ca0303d5056dd67a1 5af599023de8ecf109b4d72ca0303d5056dd67a1 Praviin M 1474501784 -0400    checkout: moving from update_record to print_record
5af599023de8ecf109b4d72ca0303d5056dd67a1 f7b93fd4aec16552122c1d76d9767c1d563b78e7 Praviin M 1474501973 -0400    commit: login function incomplete but bored
f7b93fd4aec16552122c1d76d9767c1d563b78e7 5af599023de8ecf109b4d72ca0303d5056dd67a1 Praviin M 1474502001 -0400    checkout: moving from print_record to update_record
5af599023de8ecf109b4d72ca0303d5056dd67a1 5af599023de8ecf109b4d72ca0303d5056dd67a1 Praviin M 1474502063 -0400    checkout: moving from update_record to edit_record
5af599023de8ecf109b4d72ca0303d5056dd67a1 f2f00ee587dd20ee3458c53ff9bf13c3e4b24205 Praviin M 1474502126 -0400    commit: edit record complete
f2f00ee587dd20ee3458c53ff9bf13c3e4b24205 5af599023de8ecf109b4d72ca0303d5056dd67a1 Praviin M 1474502152 -0400    checkout: moving from edit_record to update_record
5af599023de8ecf109b4d72ca0303d5056dd67a1 f7b93fd4aec16552122c1d76d9767c1d563b78e7 Praviin M 1474502158 -0400    merge print_record: Fast-forward
f7b93fd4aec16552122c1d76d9767c1d563b78e7 92f86ada271fce0107d3254378c9ff2f6fd8dcbd Praviin M 1474502320 -0400    commit (merge): Merge branch 'edit_record' into update_record
92f86ada271fce0107d3254378c9ff2f6fd8dcbd f7b93fd4aec16552122c1d76d9767c1d563b78e7 Praviin M 1474502326 -0400    checkout: moving from update_record to print_record
f7b93fd4aec16552122c1d76d9767c1d563b78e7 d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1475023607 -0400    checkout: moving from print_record to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1475023625 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1475023641 -0400    checkout: moving from development to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1475023655 -0400    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1475023925 -0400    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1475023966 -0400    checkout: moving from functions to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1475023984 -0400    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 36e877bbb784e48aca15215965487696035e164c Praviin M 1475024011 -0400    checkout: moving from insert_record to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1475105127 -0400    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 36e877bbb784e48aca15215965487696035e164c Praviin M 1475105173 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1475105179 -0400    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1475105217 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1475105226 -0400    checkout: moving from development to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1475105249 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1475105288 -0400    checkout: moving from development to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1475108170 -0400    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1475108489 -0400    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1475108515 -0400    checkout: moving from functions to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 36e877bbb784e48aca15215965487696035e164c Praviin M 1475621554 -0400    checkout: moving from display_records to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1475621618 -0400    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1475621646 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1475621683 -0400    checkout: moving from development to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1475622293 -0400    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1475622720 -0400    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1475622744 -0400    checkout: moving from functions to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1475623732 -0400    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1475625899 -0400    checkout: moving from insert_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea Praviin M 1475705834 -0400    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea
d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea 02c667aa086f5592c06c73cc2b684c668251dc77 Praviin M 1475705937 -0400    checkout: moving from d20b2b290ccfb37a6e99f8aae4f6849a9eeca2ea to development
02c667aa086f5592c06c73cc2b684c668251dc77 7444c35ef97aab7d24c20932121c18d2ebcf1957 Praviin M 1475705967 -0400    checkout: moving from development to 7444c35ef97aab7d24c20932121c18d2ebcf1957
7444c35ef97aab7d24c20932121c18d2ebcf1957 e0090ff3754238c6b0b2249f0d84bbf37edd0977 Praviin M 1475706273 -0400    checkout: moving from 7444c35ef97aab7d24c20932121c18d2ebcf1957 to db_connection
e0090ff3754238c6b0b2249f0d84bbf37edd0977 decdeb3f7e73717103e740864da31a0537d1e1a3 Praviin M 1475706676 -0400    checkout: moving from db_connection to functions
decdeb3f7e73717103e740864da31a0537d1e1a3 e2e74ba55361bb65e450698a1394b7130a6ad99f Praviin M 1475706823 -0400    checkout: moving from functions to display_records
e2e74ba55361bb65e450698a1394b7130a6ad99f 8582df0937c8b3237d1c909daef98e9043c105a0 Praviin M 1475708363 -0400    checkout: moving from display_records to insert_record
8582df0937c8b3237d1c909daef98e9043c105a0 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1475709642 -0400    checkout: moving from insert_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1475712564 -0400    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 36e877bbb784e48aca15215965487696035e164c Praviin M 1475712632 -0400    checkout: moving from eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 to 36e877bbb784e48aca15215965487696035e164c
36e877bbb784e48aca15215965487696035e164c 92f86ada271fce0107d3254378c9ff2f6fd8dcbd Praviin M 1477343448 -0400    checkout: moving from 36e877bbb784e48aca15215965487696035e164c to update_record
92f86ada271fce0107d3254378c9ff2f6fd8dcbd f2f00ee587dd20ee3458c53ff9bf13c3e4b24205 Praviin M 1477343497 -0400    checkout: moving from update_record to edit_record
f2f00ee587dd20ee3458c53ff9bf13c3e4b24205 e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1477343537 -0400    checkout: moving from edit_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 92f86ada271fce0107d3254378c9ff2f6fd8dcbd Praviin M 1477343544 -0400    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to update_record
92f86ada271fce0107d3254378c9ff2f6fd8dcbd e574f2007542a8b4a8732f38276edd69f5873a44 Praviin M 1477343564 -0400    checkout: moving from update_record to e574f2007542a8b4a8732f38276edd69f5873a44
e574f2007542a8b4a8732f38276edd69f5873a44 eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 Praviin M 1488224808 -0500    checkout: moving from e574f2007542a8b4a8732f38276edd69f5873a44 to eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8
eb53b22ed7611c310a1b6b7e39108c7e5c1f8ca8 922aeb8bd7baef789db25669d3e9de5dff21fa8a Praviin M 1488224830 -0500    checkout: moving from...
SOLUTION.PDF

Answer To This Question Is Available To Download

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here