Would there be a way to show the number of subscribers to a list in the web UI?
The number of participants per message is great, but this would be good too. My users seem very interested in this number. I guess they want to know how big the audience is that is reading their posts.
Andrew
On 6/28/19 3:19 AM, andrew.bernard@gmail.com wrote:
Would there be a way to show the number of subscribers to a list in the web UI?
The number of participants per message is great, but this would be good too. My users seem very interested in this number. I guess they want to know how big the audience is that is reading their posts.
I don't know how difficult it would be to add this to HyperKitty, and I'm not sure how useful it would be in general. HyperKitty is an archiver. It deals with archiving posts. It knows who has sent a post, but doesn't know or care if that person is, was or will be a member of the list.
Postorius knows who the list members are and this information should be available to list members or the world depending on the list's member_roster_visibility setting, but see <https://gitlab.com/mailman/postorius/issues/369>.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
andrew.bernard@gmail.com writes:
Would there be a way to show the number of subscribers to a list in the web UI?
Currently the answer evidently is no. I'm not sure why Mark is pessimistic (except that I don't see hordes of list owners breaking down our doors for this feature), because I don't see why it couldn't be added. HyperKitty already imports mailmanclient, so it can query the list. If you want to pursue this, you should file an RFE in the tracker, but I won't promise it will be very high priority, and it does mean closer integration with core than we've had so far, so there might be some unease from the developers. (I don't see why there would be an issue, except for the slight increase in maintenance burden.)
On the other hand, we do have a bunch of students and others interested who were attracted by Summer of Code and Season of Docs, and one of them might find this an interesting task. It's not an introductory project, but it looks straightforward to me, with well-defined requirements.
Steve
On Tue, Jul 2, 2019, at 6:25 AM, Stephen J. Turnbull wrote:
andrew.bernard@gmail.com writes:
Would there be a way to show the number of subscribers to a list in the web UI?
Currently the answer evidently is no. I'm not sure why Mark is pessimistic (except that I don't see hordes of list owners breaking down our doors for this feature), because I don't see why it couldn't be added. HyperKitty already imports mailmanclient, so it can query the list. If you want to pursue this, you should file an RFE in the tracker, but I won't promise it will be very high priority, and it does mean closer integration with core than we've had so far, so there might be some unease from the developers. (I don't see why there would be an issue, except for the slight increase in maintenance burden.)
Hyperkitty today aims to be functional without Core, what that means is that it can be used (with the exception of Replying/Posting via Web UI) while the Core is down/unavailable.
While it isn't impossible, it would be a change of behavior compared to how it functions today.
Although, if it is okay to have a value that is at max 24hr stale, Hyperkitty can pull the number of subscribers from the API daily with its routine job which pulls other information. Although, I'd like that process to be more realtime, but I haven't figured out a great way to do that yet.
On the other hand, we do have a bunch of students and others interested who were attracted by Summer of Code and Season of Docs, and one of them might find this an interesting task. It's not an introductory project, but it looks straightforward to me, with well-defined requirements.
Steve
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
-- thanks, Abhilash Raj (maxking)
participants (4)
-
Abhilash Raj
-
andrew.bernard@gmail.com
-
Mark Sapiro
-
Stephen J. Turnbull