Giter Site home page Giter Site logo

Comments (5)

marco-c avatar marco-c commented on July 19, 2024 1

For now, we are running the crawler manually.
So the only thing we should do is making the crawler store the date in the file name (and fix all the places where the name is used to account for the change).

N.B.: This has to wait for #88 to be merged.

from autowebcompat.

Trion129 avatar Trion129 commented on July 19, 2024

Randomly, bugs can be scheduled using the Timer from threading.

from threading import Timer
t = Timer(SECONDS_IN_DAY * days_to_wait, lambda: run_test(...))
t.start()

This would also need a hash to be included with the date of screenshot. Maybe we can just use the day-month-year as the hash? That would avoid multiple screenshots in a single day. But when the crawler's waiting Timer thread executes after few days, it'll run the test for bug.
This assumes a continually running crawler though.

Or randomly bugs can be added into a list file and added to scheduled_bugs folder as bugs_day-month-year.json
Crawler will read the file for current day and use it on start and make a timer for 1 day. That timer will trigger the crawler to read the current day's file. This gives us goodness of both.

Which option is more preferred by you?

from autowebcompat.

sagarvijaygupta avatar sagarvijaygupta commented on July 19, 2024

@marco-c As you suggested we should store time in the file_name.
So new name will be something like
bugid_seqno_H_width_V_height_date_7_08_2018_03_02_browser.png!
If you feel it is right I will make the change.
We can also keep time info in another file mapped to its name if you feel name becomes too long.
Also if you have the original screenshots taken by the crawler (without modifications or copied with new birth times) we can gather their birth info also. I will write a script for the same if you have the original ones.

from autowebcompat.

marco-c avatar marco-c commented on July 19, 2024

If you feel it is right I will make the change.

Yes, looks good to me.

We can also keep time info in another file mapped to its name if you feel name becomes too long.

For now let's put it in the name. Then maybe in the future we will have a small json file alongside each screenshot with its metadata.

Also if you have the original screenshots taken by the crawler (without modifications or copied with new birth times) we can gather their birth info also. I will write a script for the same if you have the original ones.

For the original screenshots, we could simply use the current time, it doesn't matter as they already have different names.

from autowebcompat.

sagarvijaygupta avatar sagarvijaygupta commented on July 19, 2024

For the original screenshots, we could simply use the current time, it doesn't matter as they already have different names.

I wanted to say that if we have their birth time info we can use it as it will be a meaningful information. So afterwards we can have features like morning, evening, night which might be helpful afterwards.
I will add the current time as of now. We can change it if required.

from autowebcompat.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.