Skip to content

Feature: Add tags support #19

Closed
@abhishek97

Description

@abhishek97

It would be easy to add tags to questions to easily find them.

Schema

tags
id | name | createdBy | createdAt | updatedAt
question_tags
id | tagId | questionId | createdAt | updatedAt

API to implement

  • POST /tags
  • GET /tags
  • Make sure we can include tag with questions. i.e they are related
  • Make the /questions api support filter: { tags: [ 12, 34 ] } query param.

The frontend part of this feature is explained here: coding-blocks/trouble-maker-frontend#18 and the bounty is for combined feature implementation.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions