Skip to content

Commit

Permalink
add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeasf committed Jul 16, 2024
1 parent ace001c commit eea4d4f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,3 +325,27 @@ func fetchTrendingCategories(c *gin.Context) {

c.JSON(http.StatusOK, trendingTopics)
}

// TODO: add endpoints for fetching news by keyword
// assignees: tadeasf
// labels: endpoint, feature, enhancement

// TODO: add endpoints for fetching news by search query
// assignees: tadeasf
// labels: endpoint, feature, enhancement

// TODO: add endpoints for fetching news by trending topics
// assignees: tadeasf
// labels: endpoint, feature, enhancement

// TODO: add endpoints for fetching news by trending categories
// assignees: tadeasf
// labels: endpoint, feature, enhancement

// TODO: add scheduling via background cronjob or something like that to continuously pull new articles
// assignees: tadeasf
// labels: enhancement, feature

// TODO: sentiment analysis, topics and keywords extraction
// assignees: tadeasf
// labels: feature, enhancement

0 comments on commit eea4d4f

Please # to comment.