diff --git a/__TODO.txt b/__TODO.txt index adfbf06e..5861c48d 100644 --- a/__TODO.txt +++ b/__TODO.txt @@ -1,36 +1,41 @@ -- begin BETA --------------------------------------------------------------------------------------------------------------------- -Create instructions, examples, screenshots: -- download books - counts based on the audible id being present somewhere -- download pdf.s - counts based on the audible id being present somewhere - screenshots. explain all parts +- Tags + add, edit + spaces, underscores - Search Lucene Query Parser Syntax an easier to follow tutorial: http://www.lucenetutorial.com/lucene-query-syntax.html full official guide: https://lucene.apache.org/core/2_9_4/queryparsersyntax.html -- Tags - Save tag - Search by tag - how to use tags. add, edit, search. spaces, underscores. search - partial (eg: [bio] also shows auto_bio) -- instructions for using and saving filters. incl options, settings, default load + lower left shows how many matches are visible + without field specified, common fields are used: title, author, narrator, book's audible id + [?] button for list of all fields + examples + potter + "harry potter" + potter NOT "harry potter" + author:gaiman AND authornarrated + tags + search by tag + syntax + partial tag search (eg: [bio] also shows auto_bio) +- filters. using. saving. options, settings, default load - how to tag for hidden/greyed out -Warn of know performance issues +Warn of known performance issues - Library import - Tag add/edit - Grid is slow to respond loading when books aren't liberated +- get decrypt key -- unavoidable Create release version and installer - - -HOW TO HANDLE? -DownloadsFinal -.aax -1 kb -- end BETA --------------------------------------------------------------------------------------------------------------------- +-- begin BUG, FILE DOWNLOAD --------------------------------------------------------------------------------------------------------------------- +reproduce: try to do the api download with a bad codec +result: DownloadsFinal dir .aax file 1 kb +this resulted from an exception. we should not be keeping a file after exception +-- end BUG, FILE DOWNLOAD --------------------------------------------------------------------------------------------------------------------- + -- begin ENHANCEMENT, PERFORMANCE: IMPORT --------------------------------------------------------------------------------------------------------------------- imports are PAINFULLY slow for just a few hundred items. wtf is taking so long? -- end ENHANCEMENT, PERFORMANCE: IMPORT --------------------------------------------------------------------------------------------------------------------- diff --git a/images/Tags1.png b/images/Tags1.png new file mode 100644 index 00000000..c4ea7093 Binary files /dev/null and b/images/Tags1.png differ diff --git a/images/Tags2.png b/images/Tags2.png new file mode 100644 index 00000000..9e8d656b Binary files /dev/null and b/images/Tags2.png differ diff --git a/images/Tags3.png b/images/Tags3.png new file mode 100644 index 00000000..d9726dba Binary files /dev/null and b/images/Tags3.png differ