User Story
As a moderator, I want a mini CLR monitor dashboard so i can see whether mini CLR is being sybill or collusion attacks
Why Is this Needed
Summary:
bc anti sybil is an ongoing problem
Description
Type:
feature
Current Behavior
no dashboard
Expected Behavior
a dashboard that is
- moderator only
- available on gitcoin.co under gitcoin.co/modtools (also moderator only page)
- displays all tips in a mini CLR round
- u can navigate by the different match rounds, the data will be loaded from https://github.com/gitcoinco/web/blob/master/app/townsquare/models.py#L335
- for each match round you can see tips with the following columns: pk, created_on, from user info (handle, avatar, account age, ip address, location, ethereum address, account card info (the same card that @octavioamu deployed to town square), to user info (handle, avatar, account age, , ip address, location, ethereum address, account card info (the same card that @octavioamu deployed to town square)
- flag button that when clicked acts similr to the gitcoin grants flag button (allows moderator to write a report about a sybil attack, which is stored in the DB + then emailed to kevin@gitcoin.co)
Additional Information
original CLR attackable spec : #6179
this scope is for mini CLR, but could be re-used for grants CLR