Skip to content

Commit

Permalink
Merge pull request #29 from YukiOnishi1129/feature/YL-67-feed-table
Browse files Browse the repository at this point in the history
Feature/yl 67 feed table
  • Loading branch information
YukiOnishi1129 authored Apr 19, 2024
2 parents 09abe35 + 9428e5a commit 1cf1580
Show file tree
Hide file tree
Showing 10 changed files with 3,614 additions and 40 deletions.
11 changes: 11 additions & 0 deletions batch-service/database/seed/seeders/init_seed.go
Original file line number Diff line number Diff line change
Expand Up @@ -1693,5 +1693,16 @@ func getSeedPlatformAndFeeds() []seedPlatformFeed {
FaviconURL: "https://frontier-assets.toptal.com/1fafc84237661afb2281.png",
IsEng: true,
},
{
PlatformName: "Findy",
FeedName: "Findy",
seedCategoryID: 1,
RssURL: "https://tech.findy.co.jp/rss",
PlatformSiteURL: "https://tech.findy.co.jp/",
FeedSiteURL: "https://tech.findy.co.jp/",
PlatformType: domain.PlatformTypeCompany,
FaviconURL: "https://tech.findy.co.jp/icon/favicon",
IsEng: false,
},
}
}
4 changes: 4 additions & 0 deletions batch-service/entity/boil_table_names.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

190 changes: 190 additions & 0 deletions batch-service/entity/feeds.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 1cf1580

Please sign in to comment.