some TODOs for tomorrow
This commit is contained in:
parent
b5d5cc5ca2
commit
25b899daa5
1 changed files with 6 additions and 2 deletions
|
|
@ -106,8 +106,9 @@ export default class MediaDbPlugin extends Plugin {
|
|||
|
||||
/**
|
||||
* first very simple approach
|
||||
* - replace the detail query
|
||||
* - maybe custom link syntax
|
||||
* TODO:
|
||||
* - replace the detail query
|
||||
* - maybe custom link syntax
|
||||
*/
|
||||
async createLinkWithSearchModal() {
|
||||
let results: MediaTypeModel[] = [];
|
||||
|
|
@ -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() {
|
||||
let results: MediaTypeModel[] = [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue