CS180-spring / cs180-22-null

cs180-22-cs180-22-null created by GitHub Classroom
1 stars 0 forks source link

As a database specialist, I want the ability to read and update any entries to the database. #7

Open ColeShirakata opened 1 year ago

ColeShirakata commented 1 year ago

Priority:

3

Story Points:

5

Test Cases:

After test cases are performed by Adding and Deleting documents, we first read the database to see if they are inserted/delete correctly. After testing the read function to behave correctly, we then modify the data to some unique symbols and then perform another read on the data. This should let us see the data before and after the "update" function.