witwall / fb2pdf

Automatically exported from code.google.com/p/fb2pdf
0 stars 0 forks source link

add timestamp to Books table #49

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It could be interesting to know how many books was converted between period
of time. For that I think we should add timestamp field to Books table.

Original issue reported on code.google.com by kroko...@gmail.com on 16 Mar 2007 at 5:35

GoogleCodeExporter commented 9 years ago
How about two timestamps? One for when it was first converted and another one 
for when it was downloaded for 
the last time to also trace repeated requests for the same book. That latter 
timestamp should be used to report 
number of "conversions" per period of time.

Original comment by abc...@yopmail.com on 16 Mar 2007 at 8:15

GoogleCodeExporter commented 9 years ago
I was also thinking about download counter.

Original comment by kroko...@gmail.com on 16 Mar 2007 at 10:20

GoogleCodeExporter commented 9 years ago
Added into the DB:

- timestamp for the conversion time.
- download counter for the number of downloads.
- isbn number of the book

Original comment by vbe...@gmail.com on 20 Mar 2007 at 4:38

GoogleCodeExporter commented 9 years ago
I just realized, that neither the counter, nor the download timestamp will help 
us
answer the question about the number of books that have been downloaded in a 
given
period of time.

Original comment by sudarkoff on 20 Mar 2007 at 4:18

GoogleCodeExporter commented 9 years ago
Apache access log does...
We provide our url for download and server's log saves this info.

Original comment by vbe...@gmail.com on 20 Mar 2007 at 10:01