gbif / occurrence-annotation

Experimental: Rule based annotation store
Apache License 2.0
0 stars 1 forks source link

Add support / contest to Rule #3

Closed timrobertson100 closed 1 year ago

timrobertson100 commented 1 year ago

Any authenticated account should be able to add support (i.e. "like") a rule or contest it. Rule should contain the set of accounts that have supported or contested the rule (Set<String> supportedByAccounts and Set<String> contestedByAccounts).

Rest endpoints should exist for users to add or remove themselves in the support/contest list (i.e. to support thumb up / thumb down buttons)