| Subject | Author | Repo | Branch | Lines +/- | |
|---|---|---|---|---|---|
| EditAttemptStep: bump schema version | DLynch | mediawiki/extensions/WikimediaEvents | master | +1 -1 |
Details
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Open | None | T233443 [Epic] Reply Tool | |||
| Resolved | ppelberg | T244500 Instrument new replying workflow | |||
| Resolved | DLynch | T243364 Instrument replying workflow (v1.0) | |||
| Resolved | DLynch | T243467 Changes to EditAttemptStep schema for Discussion Tools Replying V1.0 |
Event Timeline
EditAttemptStep needs to be tweaked a little so it can apply to DiscussionTools being used to edit a page. I think what's needed is:
- init_type gaining a new possible value, reply or maybe talk -- depends on what we want to make count as an "init".
- talk if init will fire when DiscussionTools actually initializes and adds the reply links to the page. (More semantically correct, less useful; every single talk-page view would init a session.)
- reply if init will fire when clicking on a reply link.
- editor_interface will need a new value for discussiontools.
- integration will need a new value for discussiontools (probably?)
- save_failure_type and abort_type will need to be examined to see if they need new possible values or if current ones will fit the new use case
@Mayakp.wiki I've made the very small required change to the schema here: https://meta.wikimedia.org/w/index.php?title=Schema:EditAttemptStep&type=revision&diff=19802113&oldid=19486181
Could you verify that I've not forgotten about anything which we agreed to?
Reviewed the changes. Confirming that everything discussed with @DLynch for v1.0 has been made as expected.
We are tracking the required changes to EditAttemptstep using this section of the Instrumentation spec document.
Change 572725 had a related patch set uploaded (by DLynch; owner: DLynch):
[mediawiki/extensions/WikimediaEvents@master] EditAttemptStep: bump schema version
Change 572725 merged by jenkins-bot:
[mediawiki/extensions/WikimediaEvents@master] EditAttemptStep: bump schema version
Closing this task, assuming implementation is done. QA will happen in this task: T244874