Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Timeline Model and Establish Relationship with Node Entity #67

Open
wants to merge 32 commits into
base: main
Choose a base branch
from

Conversation

HunorTotBagi
Copy link
Collaborator

@HunorTotBagi HunorTotBagi commented Jan 31, 2025

In this PR I have:

  • Created TimelinebaseDto and alongside with TimelineDto moved to BuildingBlocks
  • Moved Timeline Events folder to BuildingBlocks
  • Moved TimelineId to BuildingBlocks
  • Connected Timeline and Node entities
  • Fixed database seeding for nodes
  • Added Timelines repository

Current state:

Node

  • Create Node ✅
  • Get Node by Id ✅
  • List Nodes ✅
  • Delete Node by Id ✅

Timelines

  • Create Timeline ✅
  • Get Timeline by Id ✅
  • List Timelines ✅
  • Delete Timeline by Id ✅

@HunorTotBagi HunorTotBagi added enhancement New feature or request backend Work performed on the backend solution refactor labels Jan 31, 2025
@HunorTotBagi HunorTotBagi self-assigned this Jan 31, 2025
@HunorTotBagi HunorTotBagi changed the title Connect Timeline and Node entities Connect Node and Timeline Entities Feb 11, 2025
@HunorTotBagi HunorTotBagi marked this pull request as ready for review February 11, 2025 14:38
@HunorTotBagi HunorTotBagi changed the title Connect Node and Timeline Entities Update Timeline Model and Establish Relationship with Node Entity Feb 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Work performed on the backend solution enhancement New feature or request refactor
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant