Details

    • Type: Bug
    • Status: To-Do (View Workflow)
    • Priority: Major
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: None
    • Labels:

      Attachments

        Activity

        sneha Sneha Ramesh Watharkar (Inactive) created issue -
        sneha Sneha Ramesh Watharkar (Inactive) made changes -
        Field Original Value New Value
        Sprint B - Summer 2018 [ 48 ]
        sneha Sneha Ramesh Watharkar (Inactive) made changes -
        Rank Ranked higher
        sneha Sneha Ramesh Watharkar (Inactive) made changes -
        Assignee Ann Loraine [ aloraine ] Sneha Ramesh Watharkar [ jdaly ]
        Hide
        sneha Sneha Ramesh Watharkar (Inactive) added a comment - - edited

        Queries:
        When does the user access http://bioviz.org/igb/releases/current/updates.xml file? (Click event or what triggers it) Exact location or page on website would help!
        Do we need to give the count of users who access it?
        Does accessing the above link means that the user is downloading IGB?
        Do we need to go with Google Analytics ( Tools are available but paid ) or can we go with Command line tool for log analysis?
        Is Google Analytics already being used for bioviz site?
        Prof [~aloraine] Could you clarify the above queries?

        Show
        sneha Sneha Ramesh Watharkar (Inactive) added a comment - - edited Queries: When does the user access http://bioviz.org/igb/releases/current/updates.xml file? (Click event or what triggers it) Exact location or page on website would help! Do we need to give the count of users who access it? Does accessing the above link means that the user is downloading IGB? Do we need to go with Google Analytics ( Tools are available but paid ) or can we go with Command line tool for log analysis? Is Google Analytics already being used for bioviz site? Prof [~aloraine] Could you clarify the above queries?
        sneha Sneha Ramesh Watharkar (Inactive) made changes -
        Assignee Sneha Ramesh Watharkar [ jdaly ] Ann Loraine [ aloraine ]
        ann.loraine Ann Loraine made changes -
        Assignee Ann Loraine [ aloraine ]
        ann.loraine Ann Loraine made changes -
        Sprint B - Summer 2018 [ 48 ]
        ann.loraine Ann Loraine made changes -
        Rank Ranked higher
        ann.loraine Ann Loraine made changes -
        Rank Ranked higher
        ann.loraine Ann Loraine made changes -
        Story Points 1
        ann.loraine Ann Loraine made changes -
        Summary collect usage stats of bioviz site Collect BioViz.org usage data
        ann.loraine Ann Loraine made changes -
        Fix Version/s 9.0.2 Minor Release [ 10600 ]
        Labels Beginner
        ann.loraine Ann Loraine made changes -
        Labels Beginner Advanced
        ann.loraine Ann Loraine made changes -
        Description  We need to get how many people access bioviz to download IGB (installers, http://bioviz.org/igb/releases/current/updates.xml hits) Track hits on https://bioviz.org/releases/current/updates.xml
        ann.loraine Ann Loraine made changes -
        Summary Collect BioViz.org usage data Count access to updates.xml
        ann.loraine Ann Loraine made changes -
        Description Track hits on https://bioviz.org/releases/current/updates.xml and http://bioviz.org/releases/current/updates.xml Track hits on https://bioviz.org/releases/current/updates.xml and http://bioviz.org/releases/current/updates.xml
        Track number of downloads for IGB installers.
        Maintain a daily total for each.
        ann.loraine Ann Loraine made changes -
        Summary Count access to updates.xml Count updates.xml hits and installer downloads
        ann.loraine Ann Loraine made changes -
        Rank Ranked higher
        ann.loraine Ann Loraine made changes -
        Sprint Fall 2018 Sprint 3 [ 53 ]
        ann.loraine Ann Loraine made changes -
        Rank Ranked higher
        ann.loraine Ann Loraine made changes -
        Summary Count updates.xml hits and installer downloads Count updates.xml hits hits
        ann.loraine Ann Loraine made changes -
        Description Track hits on https://bioviz.org/releases/current/updates.xml and http://bioviz.org/releases/current/updates.xml
        Track number of downloads for IGB installers.
        Maintain a daily total for each.
        Track hits on https://bioviz.org/releases/current/updates.xml and http://bioviz.org/releases/current/updates.xml
        ann.loraine Ann Loraine made changes -
        Fix Version/s 9.0.2 Minor Release [ 10600 ]
        ann.loraine Ann Loraine made changes -
        Assignee Srishti Tiwari [ stiwari8 ]
        stiwari8 Srishti Tiwari (Inactive) made changes -
        Status Open [ 1 ] In Progress [ 3 ]
        ann.loraine Ann Loraine made changes -
        Summary Count updates.xml hits hits Count updates.xml hits
        ann.loraine Ann Loraine made changes -
        Sprint Fall 2018 Sprint 3 [ 53 ]
        Hide
        stiwari8 Srishti Tiwari (Inactive) added a comment - - edited

        Please refer to this private repository to find the initial work on this jira:

        https://bitbucket.org/srishtitiwari/access-log-parser/src/master/

        1. Please note that the current version assumes the default format of access.log in Apache web server while parsing. If the format of the access.log changes, the changes would be required in this parser as well.
        2. The python interpreter used was Python 3.6.
        3. To set up the script on the server, the administrator needs to set up a cron job. Please refer to the readme file.
        4. The things left to do are present as comments in the code. These are as follows:

        • Check if permissions exist to read the access.log file
        • Change CSV to SQL LITE or any other file-based database
        • Change the location of the generated file (undecided)
        • Setup build pipeline for this project

        Thanks,
        Srishti

        Show
        stiwari8 Srishti Tiwari (Inactive) added a comment - - edited Please refer to this private repository to find the initial work on this jira: https://bitbucket.org/srishtitiwari/access-log-parser/src/master/ 1. Please note that the current version assumes the default format of access.log in Apache web server while parsing. If the format of the access.log changes, the changes would be required in this parser as well. 2. The python interpreter used was Python 3.6. 3. To set up the script on the server, the administrator needs to set up a cron job. Please refer to the readme file. 4. The things left to do are present as comments in the code. These are as follows: Check if permissions exist to read the access.log file Change CSV to SQL LITE or any other file-based database Change the location of the generated file (undecided) Setup build pipeline for this project Thanks, Srishti
        Hide
        ann.loraine Ann Loraine added a comment -

        Please transfer ownership of repo to lorainelab team (so that we can see the code)

        Show
        ann.loraine Ann Loraine added a comment - Please transfer ownership of repo to lorainelab team (so that we can see the code)
        ann.loraine Ann Loraine made changes -
        Rank Ranked higher
        ann.loraine Ann Loraine made changes -
        Assignee Srishti Tiwari [ stiwari8 ]
        stiwari8 Srishti Tiwari (Inactive) made changes -
        Status In Progress [ 3 ] Open [ 1 ]
        ann.loraine Ann Loraine made changes -
        Workflow Loraine Lab Workflow [ 18009 ] Fall 2019 Workflow Update [ 18870 ]
        ann.loraine Ann Loraine made changes -
        Workflow Fall 2019 Workflow Update [ 18870 ] Revised Fall 2019 Workflow Update [ 20995 ]
        Status Open [ 1 ] To-Do [ 10305 ]
        ann.loraine Ann Loraine made changes -
        Epic Link IGBF-1531 [ 17617 ]

          People

          • Assignee:
            Unassigned
            Reporter:
            sneha Sneha Ramesh Watharkar (Inactive)
          • Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

            • Created:
              Updated: