HindsightTwentyTwenty / frontend

The Official Front End of Hindsite Inc.
0 stars 1 forks source link

minutes active is 0 often #319

Closed gamiller closed 7 years ago

gamiller commented 7 years ago

why is minutes active usually 0? are we not taking into consideration being on the page for 30 secs or is it an issue with that request to the backend?

trk17 commented 7 years ago

I think it might be getting rounded down? Spending less than a minute on a bunch of sites doesn't that seem odd. Might want to round these up to 1 minutes though.

I'll check it out.

gamiller commented 7 years ago

@trk17 thats what i assumed, but it seems like it would look better as 1 than 0

zatannenbaum commented 7 years ago

@trk17 @gamiller it's also possible this is a backend issue on the active endpoint, but not sure