Decision Journal

Decision Journal

Become a better decision maker by keeping track of your decisions and reviewing how they turn out.

Name For Model
decision_journal
Update Date
a year ago
Description For Model
Useful for logging and reviewing decisions a user is making. Use it whenever a user is making a decision, has made a decision, or wants to review a decision.

Plugin Functions/Features (Plugin API Document)

Operation IdHTTP MethodDescription
1get_decisionsGETGet decisions with a query and optional filters as parameters. Refine results by status or whether or not they are due for review.
2create_decisionPOSTCreate decisions with information about the decision (e.g. title, tags, expected outcomes, feelings, etc). Set the status to "published" when the decision has been made. All decisions not yet made should be "draft" status.
3get_decisionGETGet a specific decision with its id.
4update_decisionPUTUpdate a specific decision with information about the decision. Update the decision's status to "published" when the decision has been made.
5create_reviewPOSTCreate a review for a decision with information about the review (e.g. accuracy score, actual outcome, learnings, etc). Set the status to "published" when the review has been finalized. Otherwise, the status should be "draft".
6update_reviewPUTUpdate a review for a decision with information about the review (e.g. accuracy score, actual outcome, learnings, etc). Set the status to "published" when the review has been finalized. Otherwise, the status should be "draft".