-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
We need a GET route that when called returns a list of all the tags associated with the specified news.
What needs to be done?
- Create a route called get_news_tags
- Create/find an appropriate schema for the output (This might be found in api_schemas/tag_schema.py).
- Do a query to get all tags associated with the specified news_id. If the news object doesnt exist, raise an exception (404 Not found).
- Add appropriate Permissions (The appropriate permissions might not be decided yet, see Decide how the Tag permissions should work. #119 ).
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers