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

Users can suggest tags on links #15

Open
elubow opened this issue Sep 1, 2018 · 0 comments
Open

Users can suggest tags on links #15

elubow opened this issue Sep 1, 2018 · 0 comments

Comments

@elubow
Copy link
Owner

elubow commented Sep 1, 2018

This doesn't mean that they will immediately get added. This just means that the tags will go into a suggestion queue and then a moderator/admin will go through them and approve/disapprove them as necessary

Implement this by adding modal on all the link#show pages called suggestions. It loads up a text box with the tag selection autocomplete (chosen) and loads up the tags. User types in those tags and it goes to a suggestion model which has a state machine(:pending, :rejected, :accepted). If accepted, it makes the change and updates the link history model. If rejected, then change state to allow for filtering.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant