some TODOs for tomorrow

This commit is contained in:
mProjectsCode 2022-09-28 23:51:10 +02:00
parent b5d5cc5ca2
commit 25b899daa5

View file

@ -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[] = [];