pub-dev icon indicating copy to clipboard operation
pub-dev copied to clipboard

Support sending arbitrary messages to pub client

Open kevmoo opened this issue 6 years ago • 4 comments

Git supports this today. So, for instance, GitHub can send a URL to create a pull request from a new branch that was just pushed.

For the pub site, we could support things like

  • Tell user one of their packages has been discontinued
  • Future: there is a known issue w/ specific version of a package they are using.

etc etc

See also https://github.com/dart-lang/pub/issues/2165

kevmoo avatar Jul 08 '19 17:07 kevmoo

We worry that these messages will be used for annoying purposes such as spamming/advertising.

sigurdm avatar Feb 01 '24 09:02 sigurdm

This is NOT for arbitrary messages from package authors. But from the server. Maybe we already have this...

kevmoo avatar Feb 01 '24 16:02 kevmoo

Ah - gotcha - we don't have this!

sigurdm avatar Feb 02 '24 08:02 sigurdm

We do have specific places to put "discontinued+replaced by" and "retracted". But not a place for an arbitrary message.

sigurdm avatar Feb 02 '24 08:02 sigurdm