Gnus development mailing list
 help / color / mirror / Atom feed
From: "Adam Sjøgren" <asjo@koldfront.dk>
To: ding@gnus.org
Subject: Re: Gnus backend for GitHub/GitLab?
Date: Tue, 14 Jan 2020 21:42:03 +0100	[thread overview]
Message-ID: <87lfq9vkh0.fsf@tullinup.koldfront.dk> (raw)
In-Reply-To: <8736ejsehi.fsf@tullinup.koldfront.dk>

Adam writes:

> It hit me that accessing comments on GitHub/GitLab seems like an obvious
> candidate for a Gnus backend.
>
>   * GitHub/GitLab-instance: a Gnus server
>   * Each project you're interested in: a subscribed group
>   * Each issue: a top-level article
>   * Each comment: replies to issues/other comments
>   * Label, State ...: headers that can be edited

So, I have gotten a little further on this - I have some code that
allows me to list projects as groups in Gnus, and to show issues of a
project as articles in a summary.

It's fairly straight forward (using ghub.el).

However, there is a snag.

I *really* like the mapping sketched out above, where each GitLab
project maps to a newsgroup, and each issue/comment maps to an article/a
follow up.

But... the numbering. GitLab numbers issues within a project 1, 2, 3,
... - as you, and a newsgroup, would expect.

However, comments on an issue are numbered 1, 2, 3, ...

Whoops. I would like them to be follow ups _in the same group_. So they
need to map to article numbers in the same group.

Ouch.

Any good ideas on how to handle this?

My first thought was "oh, just add a billion to the global comment id",
but I seem to remember that newsreaders aren't really happy about huge
gaps, and you wouldn't know when new issues arrived, only when new
comments did.

I could have a group per issue, which holds the comments, but that's
also a major mismatch with the newsreader-model.

I can't see any good solution :-/


  Best regards,

    Adam

-- 
 "More than anything, I won't try"                          Adam Sjøgren
                                                       asjo@koldfront.dk




  parent reply	other threads:[~2020-01-14 20:42 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-19 22:11 Adam Sjøgren
2019-11-20  3:31 ` Eric Abrahamsen
2019-11-20  4:12 ` dick.r.chiang
2019-11-20 11:33 ` Lars Ingebrigtsen
2019-11-20 12:38   ` Adam Sjøgren
     [not found]     ` <87h82ywu6i.fsf@gmx.de>
2019-11-20 15:01       ` Adam Sjøgren
     [not found]         ` <87h82yvb7r.fsf@gmx.de>
2019-11-20 15:35           ` Adam Sjøgren
2019-11-21 12:31     ` Lars Ingebrigtsen
2020-01-14 20:42 ` Adam Sjøgren [this message]
2020-01-14 21:23   ` dick
2020-01-14 22:03     ` Adam Sjøgren
2020-01-14 22:18       ` dick
2020-01-14 22:45         ` Adam Sjøgren
2020-01-15  4:47           ` dick
2020-03-17 11:03             ` dick.r.chiang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87lfq9vkh0.fsf@tullinup.koldfront.dk \
    --to=asjo@koldfront.dk \
    --cc=ding@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).