Skip to content

Commit

Permalink
TODO updates
Browse files Browse the repository at this point in the history
  • Loading branch information
jberkenbilt committed Jan 7, 2023
1 parent 60538f1 commit 98dff46
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion TODO
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,20 @@ Always
Next
====

* Break ground on "Document-level work"
* std::string_view transition -- work being done by m-holger
* Break ground on "Document-level work" -- TODO-pages.md lives on a
separate branch.
* Standard for CLI and Job JSON support for JSON-based command-line
arguments. Come up with a standard way of supporting command-line
arguments that take JSON specifications of things so that
* there is a predictable way to indicate whether an argument is a
file or a JSON blob
* with QPDFJob JSON, make sure it is possible to directly include
the JSON rather than having to stringify a JSON blob
* One option might be to prepend file:// to a filename or otherwise
to take a JSON blob. We could have that as a particular type of
argument that would behave properly for both job JSON and CLI.


Possible future JSON enhancements
=================================
Expand Down

0 comments on commit 98dff46

Please sign in to comment.