Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need to be able to flag users #400

Open
sebastiangaertner opened this issue Sep 19, 2020 · 2 comments
Open

Need to be able to flag users #400

sebastiangaertner opened this issue Sep 19, 2020 · 2 comments
Labels
dependency: database Requires a change to treetracker-database size: medium Medium-size issue tool: Planters Relates to the Planters tool type: enhancement New feature or request

Comments

@sebastiangaertner
Copy link
Contributor

We are getting more and more spam users that either just test the app and send lots of duplicates or challenge the system. Either way we need to be able to set a flag on new users such as "SPAM", "ABUSE", "GREAT NEW PLANTER" and other values TBD. For that the planter table needs to have an additional field which could be "flag" storing these values ideally from another table. Additionally we need a rating system that could be the field "rating" which we need to incorporate into the admin panel. Flagged users images should not come up for review and basically be dealt with separately in queue.

@sebastiangaertner
Copy link
Contributor Author

sebastiangaertner commented Sep 19, 2020

Is the existing "flag user" tag in the Reject section hooked up to any consequential trigger?

@nmcharlton
Copy link
Collaborator

@sebastiangaertner Currently, the Admin Panel doesn't do anything with the "flag user" tag except set it as the rejection_reason against the tree in the DB.

@nmcharlton nmcharlton added the tool: Planters Relates to the Planters tool label Feb 14, 2021
@nmcharlton nmcharlton added dependency: database Requires a change to treetracker-database size: medium Medium-size issue type: enhancement New feature or request labels Jul 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency: database Requires a change to treetracker-database size: medium Medium-size issue tool: Planters Relates to the Planters tool type: enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants