Commit 98dff4631019faa3d72ac53c18e545f5fd9e131a
1 parent
60538f19
TODO updates
Showing
1 changed file
with
14 additions
and
1 deletions
TODO
| ... | ... | @@ -9,7 +9,20 @@ Always |
| 9 | 9 | Next |
| 10 | 10 | ==== |
| 11 | 11 | |
| 12 | -* Break ground on "Document-level work" | |
| 12 | +* std::string_view transition -- work being done by m-holger | |
| 13 | +* Break ground on "Document-level work" -- TODO-pages.md lives on a | |
| 14 | + separate branch. | |
| 15 | +* Standard for CLI and Job JSON support for JSON-based command-line | |
| 16 | + arguments. Come up with a standard way of supporting command-line | |
| 17 | + arguments that take JSON specifications of things so that | |
| 18 | + * there is a predictable way to indicate whether an argument is a | |
| 19 | + file or a JSON blob | |
| 20 | + * with QPDFJob JSON, make sure it is possible to directly include | |
| 21 | + the JSON rather than having to stringify a JSON blob | |
| 22 | + * One option might be to prepend file:// to a filename or otherwise | |
| 23 | + to take a JSON blob. We could have that as a particular type of | |
| 24 | + argument that would behave properly for both job JSON and CLI. | |
| 25 | + | |
| 13 | 26 | |
| 14 | 27 | Possible future JSON enhancements |
| 15 | 28 | ================================= | ... | ... |