Skip to content

Commit

Permalink
💡 (main.go): remove outdated TODO comments to clean up the codebase
Browse files Browse the repository at this point in the history
The outdated TODO comments are removed to reduce clutter and improve code readability. These comments were not actionable and detracted from the clarity of the main.go file.
  • Loading branch information
tadeasf committed Jul 16, 2024
1 parent 171b00a commit 4a58c72
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions main.go
Original file line number Diff line number Diff line change
@@ -1,23 +1,5 @@
package main

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

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

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

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

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

// TODO: sentiment analysis, topics and keywords extraction, and other NLP features
// labels: feature, enhancement

import (
"fmt"
"log"
Expand Down

0 comments on commit 4a58c72

Please # to comment.