Skip to content

Commit 25b899d

Browse files
committed
some TODOs for tomorrow
1 parent b5d5cc5 commit 25b899d

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/main.ts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,9 @@ export default class MediaDbPlugin extends Plugin {
106106

107107
/**
108108
* first very simple approach
109-
* - replace the detail query
110-
* - maybe custom link syntax
109+
* TODO:
110+
* - replace the detail query
111+
* - maybe custom link syntax
111112
*/
112113
async createLinkWithSearchModal() {
113114
let results: MediaTypeModel[] = [];
@@ -166,6 +167,9 @@ export default class MediaDbPlugin extends Plugin {
166167

167168
}
168169

170+
/**
171+
* TODO: further refactor: extract it into own method, pass the action (api query) as lambda as well as an options object
172+
*/
169173
async createEntryWithAdvancedSearchModal() {
170174
let results: MediaTypeModel[] = [];
171175

0 commit comments

Comments
 (0)