RSS Feed Database Schema #529

Open
opened 2025-11-24 21:44:06 +00:00 by Vylpes · 0 comments
Owner

Epic: #528
Story Points:


Create the database entity and migration to store RSS feed subscriptions

Acceptance Criteria

No acceptance criteria

Subtasks

  • Create RssFeed database entity
  • Generate database migration
  • Test migration up/down

Notes

  • RssFeed fields: id (Guid, Key), guildId (Guid), feedId (String), feedUrl (String), channelId (String), lastFetchedItemGuid (Guid, Nullable), createdAt (Datetime), updatedAt (Datetime)
  • feedId will be saved as the same format as in audits
Epic: #528 Story Points: --- Create the database entity and migration to store RSS feed subscriptions ## Acceptance Criteria *No acceptance criteria* ## Subtasks - [x] Create `RssFeed` database entity - [x] Generate database migration - [x] Test migration up/down ## Notes - `RssFeed` fields: `id` (Guid, Key), `guildId` (Guid), `feedId` (String), `feedUrl` (String), `channelId` (String), `lastFetchedItemGuid` (Guid, Nullable), `createdAt` (Datetime), `updatedAt` (Datetime) - `feedId` will be saved as the same format as in audits
Vylpes added this to the 3.4.0 milestone 2025-11-24 22:17:40 +00:00
Vylpes self-assigned this 2025-11-24 22:18:27 +00:00
Vylpes added this to the 3.3 Sprint 9 project 2025-11-24 22:18:28 +00:00
Vylpes stopped working 2025-12-08 21:31:11 +00:00
13 minutes 4 seconds
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Total time spent: 13 minutes 4 seconds
Vylpes
13 minutes 4 seconds
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Blocks
#530 RSS Feed Parser Service
RabbitLabs/vylbot-app
Reference
RabbitLabs/vylbot-app#529
No description provided.