some TODOs for tomorrow
This commit is contained in:
parent
b5d5cc5ca2
commit
25b899daa5
1 changed files with 6 additions and 2 deletions
|
|
@ -106,6 +106,7 @@ export default class MediaDbPlugin extends Plugin {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* first very simple approach
|
* first very simple approach
|
||||||
|
* TODO:
|
||||||
* - replace the detail query
|
* - replace the detail query
|
||||||
* - maybe custom link syntax
|
* - maybe custom link syntax
|
||||||
*/
|
*/
|
||||||
|
|
@ -166,6 +167,9 @@ export default class MediaDbPlugin extends Plugin {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* TODO: further refactor: extract it into own method, pass the action (api query) as lambda as well as an options object
|
||||||
|
*/
|
||||||
async createEntryWithAdvancedSearchModal() {
|
async createEntryWithAdvancedSearchModal() {
|
||||||
let results: MediaTypeModel[] = [];
|
let results: MediaTypeModel[] = [];
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue