You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The .pj file format was working well for me with positional arguments, but now that we're using PreJournal with more people, and using API calls to execute commands, which was also something I hadn't originally thought through, it's probably time to redesign this...
For a REST API, an object in a JSON request body would be much better practice than a array-of-strings, of course, and as we use for instance the worked-hours command in several different ways, we really need the flexibility.
The text was updated successfully, but these errors were encountered:
The .pj file format was working well for me with positional arguments, but now that we're using PreJournal with more people, and using API calls to execute commands, which was also something I hadn't originally thought through, it's probably time to redesign this...
For a REST API, an object in a JSON request body would be much better practice than a array-of-strings, of course, and as we use for instance the worked-hours command in several different ways, we really need the flexibility.
The text was updated successfully, but these errors were encountered: