Added todo's for relationships
This commit is contained in:
parent
f999c416c4
commit
72f80859a9
@ -51,6 +51,7 @@ export abstract class Participant {
|
|||||||
*/
|
*/
|
||||||
@Column()
|
@Column()
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
|
//TODO: Relationship
|
||||||
address?: Location;
|
address?: Location;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
@ -34,5 +34,6 @@ export abstract class RunnerGroup {
|
|||||||
*/
|
*/
|
||||||
@Column()
|
@Column()
|
||||||
@IsOptional()
|
@IsOptional()
|
||||||
|
//TODO: Relationship
|
||||||
contact?: GroupContact;
|
contact?: GroupContact;
|
||||||
}
|
}
|
@ -23,6 +23,7 @@ export abstract class Scan {
|
|||||||
*/
|
*/
|
||||||
@Column()
|
@Column()
|
||||||
@IsNotEmpty()
|
@IsNotEmpty()
|
||||||
|
//TODO: Relationship
|
||||||
runner: Runner;
|
runner: Runner;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user