Page MenuHomePhabricator

Get Cyberbot to use logging API
Closed, ResolvedPublic5 Estimated Story Points

Description

Now that the deallink logging API is finished, we should have Cyberbot start using it.

Documentation for logging API:
https://meta.wikimedia.org/wiki/Fixing_dead_links/Deadlink_logging_app

Event Timeline

kaldari triaged this task as Medium priority.Mar 15 2016, 5:39 PM
kaldari moved this task from New & TBD Tickets to Up Next on the Community-Tech board.
kaldari added a subscriber: Cyberpower678.
DannyH set the point value for this task to 5.

@Cyberpower678: Do you have any thoughts or concerns about this task? Is this something that you would like to work on or would it be better for the Community Tech team to do the integration?

@Cyberpower678: Do you have any thoughts or concerns about this task? Is this something that you would like to work on or would it be better for the Community Tech team to do the integration?

I don't mind doing it. I just need to get around to it. If you want to do, I don't mind either. I would suggest the actual calls are made in the API class and it would be called from the analyzePage function.

DannyH raised the priority of this task from Medium to High.Mar 24 2016, 5:20 PM
Cyberpower678 lowered the priority of this task from High to Medium.

@Cyberpower678: Do you have any thoughts or concerns about this task? Is this something that you would like to work on or would it be better for the Community Tech team to do the integration?

So the bot does not count links not fixed. It would need to take a bit to get that implemented the way the bot is built.

I don't have the password to this.

@Cyberpower678: Do you have any thoughts or concerns about this task? Is this something that you would like to work on or would it be better for the Community Tech team to do the integration?

So the bot does not count links not fixed. It would need to take a bit to get that implemented the way the bot is built.

Could you not just send (total number of links - number of links fixed)?

@Cyberpower678: Do you have any thoughts or concerns about this task? Is this something that you would like to work on or would it be better for the Community Tech team to do the integration?

So the bot does not count links not fixed. It would need to take a bit to get that implemented the way the bot is built.

Could you not just send (total number of links - number of links fixed)?

I already fixed this. I just added a counter to the part of the code that tags or ignores instead of fixes.

@Cyberpower678: Do you have any thoughts or concerns about this task? Is this something that you would like to work on or would it be better for the Community Tech team to do the integration?

So the bot does not count links not fixed. It would need to take a bit to get that implemented the way the bot is built.

Could you not just send (total number of links - number of links fixed)?

Huh?

Number of links not fixed = Total number of reference links on the page - Number of links fixed.

Actually, numn is supposed to be for dead links that are not fixed, not any links that are not fixed. Knowing how many dead links are not successfully fixed is much more useful information for the Internet Archive.

Actually, numn is supposed to be for dead links that are not fixed, not any links that are not fixed. Knowing how many dead links are not successfully fixed is much more useful information for the Internet Archive.

Yes, I talked to Max about this and he says that the bot is correctly logging this number to the logger already.