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

       Web browser: ---
            Bug ID: 54861
           Summary: Notify a user once their delivery has finished
           Product: MediaWiki extensions
           Version: unspecified
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: Unprioritized
         Component: MassMessage
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected], [email protected],
                    [email protected]
    Classification: Unclassified
   Mobile Platform: ---

We should have a way of letting users know their delivery is finished either
via a talk page note, an Echo notification or smoke signals.

https://gerrit.wikimedia.org/r/#/c/87001/ is a start at an implementation.

There are a few issues:

* Where do we store job state? Right now I'm using memcache, but that isn't
persistent so it might randomly fail. I'd like to avoid creating a random db
table just for a temporary value.

* How to notify? Ideally we could use Echo and then fallback on a talk page
message if Echo is not installed. The issue here is that the delivery might
finish on some random wiki, meaning we need to again use the job queue to
deliver a notification to the correct wiki. Ew.

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

Reply via email to