issues
search
AltCamp
/
altcampv1-backend
AltCamp is an e-learning platform that allows students to post messages to the discussion threads, interact and receive feedback from other students and instructors, and hence create a deeper understanding of the subject matter being discussed.
https://altcamp.onrender.com
MIT License
13
stars
17
forks
source link
feat: add support for Tags
#215
Closed
tobisupreme
closed
1 year ago
tobisupreme
commented
1 year ago
This PR...
Changes
add API to fetch tags from the database
create/update a post/question with tags
search for posts/questions by tags
Checklist
[x] tested locally
[x] added new dependencies
[ ] updated the Swagger API docs
[x] updated the Postman collection
[x] added a test
[x] linter passes
[x] format check passes
Fixes #109
This PR...
Changes
Checklist
Fixes #109