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

Add tag descriptions #65

Open
jasonaowen opened this issue May 8, 2019 · 2 comments
Open

Add tag descriptions #65

jasonaowen opened this issue May 8, 2019 · 2 comments
Labels
back-end Java, Spring, etc enhancement New feature or request front-end HTML/CSS, Thymeleaf, etc good first issue Good for newcomers

Comments

@jasonaowen
Copy link
Owner

Allow tags to have some kind of community wiki description, where anyone can edit a tag's description. See, for example, Stack Overflow.

@jasonaowen jasonaowen added enhancement New feature or request back-end Java, Spring, etc front-end HTML/CSS, Thymeleaf, etc good first issue Good for newcomers labels May 8, 2019
@jasonaowen
Copy link
Owner Author

jasonaowen commented May 23, 2019

Some things that will need to happen:

  • add a database column (via a migration)
  • render the markdown in the controller
  • add some HTML to the view template to show the description
  • allow logged-in users to edit the description
  • add an edit page for a tag's description
  • update the Tag model to include a description

@jasonaowen
Copy link
Owner Author

@tvieregge is interested in working on this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
back-end Java, Spring, etc enhancement New feature or request front-end HTML/CSS, Thymeleaf, etc good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant