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

Feature: Add tags support #19

Closed
4 tasks
abhishek97 opened this issue May 21, 2019 · 8 comments · May be fixed by #20
Closed
4 tasks

Feature: Add tags support #19

abhishek97 opened this issue May 21, 2019 · 8 comments · May be fixed by #20

Comments

@abhishek97
Copy link
Contributor

abhishek97 commented May 21, 2019

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.

@wildcod
Copy link

wildcod commented May 21, 2019

I want to implement this so can I do?

@Manit1
Copy link
Contributor

Manit1 commented May 21, 2019

@abhishek97 Taking up this task !

@chanda1998
Copy link

is this issue still open

@abhishek97
Copy link
Contributor Author

Yes it is

@HardikSo
Copy link

HardikSo commented Jun 2, 2019

is this issue still open?

@abhishek97
Copy link
Contributor Author

abhishek97 commented Jun 2, 2019 via email

@predatorcoderr
Copy link

is anyone working on this issue and please provide some further details of the issue

@RAJAGOPALAN-GANGADHARAN

@abhishek97 is this still up for grab? can i get it done

So the main idea is to use the existing schema to create get/post apis?

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

Successfully merging a pull request may close this issue.

7 participants