the-deep / deeper

it's like DEEP, but with more DEEP
https://app.thedeep.io/
GNU Affero General Public License v3.0
7 stars 6 forks source link

Record file size #907

Closed frozenhelium closed 3 years ago

AdityaKhatri commented 4 years ago

Related to: https://zube.io/deep/deep/c/358

eoglethorpe commented 4 years ago

US: users want to know how large files are in DEEP

AC:

eoglethorpe commented 4 years ago
eoglethorpe commented 4 years ago

@AdityaKhatri are we currently recording file sizes in the DB?

AdityaKhatri commented 4 years ago

@eoglethorpe , no we don't.

AdityaKhatri commented 4 years ago

This is best done after connectors is completed.

jbbove commented 3 years ago

@AdityaKhatri just to be sure, here the file size will not be shown to the users since we already have the pages, this data will be recorded but not shown right?

AdityaKhatri commented 3 years ago

Patrice requested to have it on the leads table as well, its fine with us either way.

eoglethorpe commented 3 years ago

I believe we decided to just record it and not put it on the table for now On Nov 19, 2020, 10:40 AM -0500, Aditya Khatri notifications@github.com, wrote:

Patrice requested to have it on the leads table as well, its fine with us either way. — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.

thenav56 commented 3 years ago

PR: https://github.com/the-deep/server/pull/581

Already started the script in production. We are only calculating and storing the file size in the database.