Skip to content

Commit

Permalink
Add TODOS
Browse files Browse the repository at this point in the history
  • Loading branch information
deletidev committed Jan 15, 2024
1 parent 1c46a8e commit a9338e7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ import { Tick } from '../../icons/tick-icon.component';
import { PkOptionVm } from '../table-pk-picker.model';
import classes from '../table-pk-picker.component.module.css';

// TODO:
// #116 Add unit test support to fieldTreeBusiness
//https://github.com/Lemoncode/mongo-modeler/issues/116
export const generateOptions = (
name: string,
options: PkOptionVm[],
Expand Down
7 changes: 6 additions & 1 deletion src/pods/edit-realtion/edit-relation.business.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,13 @@ export const mapRelationsTipeToDropdonwVm = (): DropdownOptionVm[] => [
];

// TODO:
// #91
// #91 Disable toolbar add relation button when there are no relations
//https://github.com/Lemoncode/mongo-modeler/issues/91

// TODO:
// #118 Add unit tests to edit relation business
//https://github.com/Lemoncode/mongo-modeler/issues/118

export const mapTablesToDropdonwVm = (
canvasSchema: DatabaseSchemaVm
): DropdownOptionVm[] =>
Expand Down

0 comments on commit a9338e7

Please sign in to comment.