gridcoin-community / Gridcoin-Tasks

Gridcoin community tasks repository
https://gridcoin.us
MIT License
24 stars 5 forks source link

coding task: Implement a News / Feed tab #177

Closed tomasbrod closed 4 years ago

tomasbrod commented 6 years ago

Create GUI for News Feed tab, like BOINC Manager has.

Pull data from:

It is not yet clear whether this feature is wanted. Related to #167.

tomasbrod commented 6 years ago

There already exists an alert protocol, independent of the blockchain that can be used to broadcast a message. Like transactions spread across forks, the Alert messages too. Currently, master key is required to sign the alert, which is good. The key should be rotated and redistributed to responsible people who are active memebers.

tomasbrod commented 6 years ago

@Peppernrino Suggested adding:

  1. flag/icon to each item, representing it's severity and type
    • eg: casual poll, actionable poll, alert, news article
  2. system of "mark as read", so the acted-upon or ignored items will sort lower.
RoboticMind commented 6 years ago

What if "news sources" were voted in and they signed everything with their private keys. Example: Gridcoinstats.eu could be voted in as a source of news. They could push news to Gridcoin users signed by their private key.