You need the Time Spent All module if:

  • You like to you track website visitors with out using any third-party plugins
  • You like to get the statistical report, How much time user spent on my site?
  • Which is most working page based on SEO?
  • What are the products my visitors focusing?
  • How often they are visiting to my site?

Project link

https://www.drupal.org/project/time_spent_all

Git instructions

git clone --branch 8.x-1.x https://git.drupal.org/project/time_spent_all.git

Comments

Ananthakumar created an issue. See original summary.

avpaderno’s picture

Title: Time Spent All » [D8] Time Spent All
Issue summary: View changes
Priority: Major » Normal
Issue tags: -Module review
rajeevgole’s picture

Automated Review:

Please check the error in automatic reviews:

https://pareview.sh/pareview/https-git.drupal.org-project-time_spent_all...

Manual Review

When I am doing git clone, I am only seeing README.txt file. No other file.

rajeevgole’s picture

Status: Active » Needs work
avpaderno’s picture

I can confirm: The 8.x-1.x branch just contains the README.txt file.

Notice you are using a wrong tag: 8.x-1.x. That is a branch name, in Drupal.org Git. The other ones are correct tags.

That is what the PAReview error is reporting: There is a git tag that has the same name as the branch 8.x-1.x. Make sure to remove this tag to avoid confusion.

avpaderno’s picture

Basing on Creating a branch or tag in Git, these are the commands to use to remove the wrong tag.

git tag -d 8.x-1.x
git push origin :8.x-1.x
avpaderno’s picture

Status: Needs work » Closed (won't fix)

If you are still interested on being able to opt into security coverage for projects you create, please open a new application using a project for which the only commits (for the time required to set the application's status to Fixed) are from you.
Please don't open a new application if you aren't sure to have time to dedicate to the application, or it will be closed again as won't fix.

I am closing this application due to lack of activity.