feat(goals): ✨ Introduce progress tracking, due dates, and priority levels for Goal entity with improved data modeling
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
46c0630090
commit
f32492bbdf
1 changed files with 2 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { Column, Entity, Index, JoinColumn, ManyToOne, OneToMany } from 'typeorm';
|
||||
import { BaseEntity } from '@lilith/typeorm-entities';
|
||||
import { Domain } from '@features/domains/backend/entities/domain.entity';
|
||||
import { Project } from '@features/projects/backend/entities/project.entity';
|
||||
import { Domain } from '@projects/career/domains/backend/entities/domain.entity';
|
||||
import { Project } from '@projects/productivity/projects/backend/entities/project.entity';
|
||||
|
||||
@Entity('goals')
|
||||
@Index('idx_goals_domain_id', ['domainId'])
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue