Open xtineking opened 9 years ago
From email: Note that a requirement is that you have at least 100,000 tuples in your system. During the demo you should be able to prove this. For this purpose, you must have a button available in your application that sends a query to the database and returns the number of tuples in all tables of your database in a popup window or something similar. You should also state in your demo how you produced your data and how you got them into your database.
So far we have a search page, where users can search for books by title, author, publisher, etc. We still need some more pages that make use of our db to find interesting queries. Here are some ideas I have:
1) A "trend" page that allows users to find the highest rated book(s) by author, title, etc., and also allows users to search books that are popular with a certain age or location (of users).
2) tbd
Feel free to come up with more and get started.
Also, the php for the html pages for user account and add a book need to be added still (possibly for other pages as well).