riparias / gbif-alert

GBIF Alert is a GBIF occurrence based alert system.
https://gbif-alert-demo.thebinaryforest.net/
MIT License
8 stars 2 forks source link

Find a way to let users know about changes/new features #168

Closed damianooldoni closed 1 year ago

damianooldoni commented 2 years ago

Use case 1

New species are added to the list.

If I have an alert with Species = All, no problem, I get notified about new obs within my alert. But if I specified a subset of species, it's not easy for me to get to know about the addition of other species which I could be interested as well.

Use case 2

A species has been replaced with a new one.

This happened yesterday. It could happen again, although not likely.

If I have an alert for that species only, or a subset of species including it, I will not know why I don't get any observation anymore. I would first think it's just that no obs are made, but that's not the case.

Use case 3

Addition of extra features, improvements of the user experience.

New features and improvements are coming up regularly, that's great. However, they are not communicated at the moment.

Possible solutions

Some solutions popping up in my mind:

@niconoe, @peterdesmet: what do you think about it?

peterdesmet commented 2 years ago

I would add a news page (cf. NEWS.md for R packages), where we describe changes between versions. I would not actively push this information to users, but we can tweet about new versions.

niconoe commented 1 year ago

Update: a news page (including a "see/unseen" status per user) is now implemented in the whats_new_page branch. Implementation tests missing.

niconoe commented 1 year ago

Tests implemented!