Upload project files
This commit is contained in:
commit
9f8250ae15
20 changed files with 2936 additions and 0 deletions
5
resources/Books.csv
Normal file
5
resources/Books.csv
Normal file
|
@ -0,0 +1,5 @@
|
|||
Title,Author,Year,Publisher,PublishDate,ISBN,NumCopies,NumChecked,IdNum,Price,CurrentHolders
|
||||
Ahsoka,E. K. Johnston,2016,Disney-Lucasfilm Press,October 11,1,1484705661,3,1,000001,15.99
|
||||
Dark Disciple,Christie Golden,2015,Del Rey,July 7,1,9780345511539,2,0,000002,9.99
|
||||
Star Wars: Episode III Revenge of the Sith,Matthew Stover,2005,Del Rey,April 7,2005,345428838,3,0,000003,12.99
|
||||
Star Wars: Episode II Attack of the Clones,Matthew Stover,2003,Del Rey,April 7,2003,7567756775,2,0,000004,12.99
|
|
9
resources/Users.csv
Normal file
9
resources/Users.csv
Normal file
|
@ -0,0 +1,9 @@
|
|||
Username,Password,UserID,UserType,Name,Email,PhoneNumber,NumLoans,CurrentLoans
|
||||
BryceChimene,JiffyPeanutbutter,000001,Patron,Bryce Chimene,Bryyce@email.com,5551234,0
|
||||
RyanTheGreyJedi,HanShotFirst,000002,Librarian,Ryan McFarland, Ryan_mcfarland@TheSenate.com,5557567,0
|
||||
JamesTheGreatBookwyrm,UnlimitedPowers,000003,Admin,J Jonah Jameson,jjj@DailyBugle.net,5552916,0
|
||||
SamwiseGamer,4FrodoTheJeweler,000004,Patron,Samwise Gamgee,SamwiseTheLoyal@gondor.com,5552345,0
|
||||
TonyStank,IronManSucks,000005,Patron,Bruce Wayne,Batman@WayneInc.com,555847342,0
|
||||
lib,lib,000006,Librarian,Libby App,Libby@Libby.com,5558976,0
|
||||
pat,pat,000007,Patron,John Johnson,JohnJohn@John.com,5555646,1,1
|
||||
CaptainRex,CT-7567,000008,Patron,Rex,CapRex@GAR.gov,5557567,0
|
|
Loading…
Add table
Add a link
Reference in a new issue