tiddlyhost / tiddlyhost-com

Rails application for creating and hosting TiddlyWiki sites, plus resources for deploying it to https://tiddlyhost.com/
Other
184 stars 17 forks source link

View count gets reset after uploading. #277

Closed Marxsal closed 1 year ago

Marxsal commented 1 year ago

I don't know if this is a bug or a feature, but it appears that view count gets reset after uploading. In most cases, the TW being uploaded is the same as the original. It probably was downloaded for purposes of upgrading or data-loading, which would have been slow if performed online.

simonbaird commented 1 year ago

I can't reproduce this behavior. As far as I can tell the view count is not reset when uploading new content to a site. Are you able to reproduce this reliably? Could you walk me through your proceedure?

One note: The "view count" doesn't increment when you're logged in and looking at your own site. For that reason, a private site is likely to have zero views always. Only a public site can have a view count above zero. (There is also an "access count" that does record your own views, but currently that is not visible.)

simonbaird commented 1 year ago

Closing this now, but please reopen if needed.