https://bugzilla.wikimedia.org/show_bug.cgi?id=43191

--- Comment #5 from Terry Chay <[email protected]> ---
Oops! Adding Andrew Garret.

The code is in ChangTags.php

Possibility?

1. Use the tags interface to create a tag on the getting started event during
account creation: say "onboarded"

2. During an edit save, you check the tags database for the tag for that user

SELECT count(*) from change_tag as ct AND logging as log WHERE
ct.ct_log_id=log.log_id AND log.log_type=1 AND ct.tag="onboarded" AND
log.log_user=$user_id AND (some time window filter?)

3. If this returns anything then you add a (different) tag to the edit tags
that allows this to be tracked.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
You are watching all bug changes.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to