itsnilay / studentbooks10

Automatically exported from code.google.com/p/studentbooks10
http://hci.cs.sfsu.edu/~fall2010.10/
0 stars 0 forks source link

Need Book Details to be included in DB #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Need advanced book specifications to be included in Database, such as:

1. Dimensions (Length, Width, and Height.  Should be 3 separate fields)
2. Weight
3. Page Count
4. ISBN-13 (I think we have the ISBN-10 currently)
5. Format (Hardcover/Softcover)
6. Publisher
7. Language (might not be so necessary, since we only have English books ATM)
8. Publishing Date

Until these are implemented, I'll simply use dummy values in the book details 
page.

Original issue reported on code.google.com by Andrew.K...@gmail.com on 27 Nov 2010 at 2:35

GoogleCodeExporter commented 9 years ago
Also: 

9. Edition

and note that Publishing Date should be split into 3 entries: month, day, and 
year.

Original comment by Andrew.K...@gmail.com on 27 Nov 2010 at 2:44

GoogleCodeExporter commented 9 years ago
Also note that months should be stored in numerical format for easy 
comparison/translation.

Original comment by Andrew.K...@gmail.com on 27 Nov 2010 at 2:46

GoogleCodeExporter commented 9 years ago
Also note that we need to have all prices and quantities for the various 'used' 
conditions of books.  ie,

"Like New" price and quantity
"Very Good" price and quantity
"Good" price and quantity
"Terrible" price and quantity

(thus 8 new entries in total).

Original comment by Andrew.K...@gmail.com on 27 Nov 2010 at 5:27

GoogleCodeExporter commented 9 years ago
Need to add prices for various books for each book supported by our Campus 
Compare feature.

Original comment by Andrew.K...@gmail.com on 27 Nov 2010 at 5:39

GoogleCodeExporter commented 9 years ago
Well Andrew entering these details in DB requires much more time and I dont 
think I have time to enter these many details in DB. 
   I have entered Data for each book for Campus compare feature though and making it up won't be much of a problem. Publisher is already in the DB. 
   I would like to receive your comment over this. And please suggest me if you have any other work around in mind.

Original comment by itsnilay on 30 Nov 2010 at 2:23

GoogleCodeExporter commented 9 years ago
As per our conversation over Skype, a lot of these changes will have to go 
unimplemented in the DB.  However, you mentioned that you should be able to get 
the used book prices implemented (re: comment #3), which should be sufficient 
to implement our highest priority functionality.  Thanks Nilay! :)

Original comment by Andrew.K...@gmail.com on 30 Nov 2010 at 5:11

GoogleCodeExporter commented 9 years ago
As of now, the site uses only ISBN-13, which is the one stored in the database. 
There's no pressing need for ISBN-10.

Original comment by Blake.La...@gmail.com on 5 Dec 2010 at 7:34