Skip to content

Commit

Permalink
remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
tadeasf committed Jul 16, 2024
1 parent 0dd4ded commit ace001c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ tmp
.secrets
dist
build.log
event.json
24 changes: 0 additions & 24 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -325,27 +325,3 @@ 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 ace001c

Please # to comment.