MarkyMan4/news-nlp-frontend

Allow filtering on articles page by topic.

Closed this issue · 3 comments

Allow filtering on articles page by topic.

Added a filter menu and a dropdown for selecting topic. Now I need an endpoint to get the list of topics for populating the dropdown. Once I have that, I can add functionality to the "Apply" button to do the filtering.

End point has been created in the backend for getting a list of topic names and IDs - /api/topics.

This functionality is now working as expected.