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