• Joined on 2023-03-17
jakob commented on issue jakob/rusty-petroleum#8 2026-04-14 16:56:36 +02:00
Refactor CLI to use structured command definitions

@jakob:

Expand a bit on "Domain & Service Modeling"

@opencode

Domain & Service Modeling is the process of defining the "brain" of your application separately from its "limbs" (the…

jakob commented on issue jakob/rusty-petroleum#8 2026-04-14 16:55:41 +02:00
Refactor CLI to use structured command definitions

@jakob:

Perfect. A question arises in my mind: Will the fact that we eventually are going to set up a web server hosting a SPA with expanded functionaly affect this plan?

@opencode:

jakob commented on issue jakob/rusty-petroleum#8 2026-04-14 16:28:21 +02:00
Refactor CLI to use structured command definitions

3rd draft for cli structure:

rusty-petro-cli
├── batch
│   ├── update       # 1. Recalculate all values of batch using data from transactions table
│   │                # 2.…
jakob opened issue jakob/rusty-petroleum#8 2026-04-14 09:22:03 +02:00
Refactor CLI to use structured command definitions
jakob closed issue jakob/rusty-petroleum#6 2026-04-10 19:24:54 +02:00
Some links result in "Please log in first" even while logged in
jakob commented on issue jakob/rusty-petroleum#6 2026-04-10 19:24:54 +02:00
Some links result in "Please log in first" even while logged in

The problem was missing closing quotation marks for the hrefs. Fixed in 3486fbd

jakob commented on issue jakob/rusty-petroleum#6 2026-04-10 19:04:44 +02:00
Some links result in "Please log in first" even while logged in

More information:

The link "View Transactions" on the dashboard page is as follows: http://localhost:8080/transactions?session=MTg0Ng==

The link "Transactions" on the transactions page is…

jakob opened issue jakob/rusty-petroleum#7 2026-04-10 18:50:19 +02:00
No transactions listed
jakob opened issue jakob/rusty-petroleum#6 2026-04-10 18:48:47 +02:00
Some links result in "Please log in first" even while logged in
jakob pushed to main at jakob/rusty-petroleum 2026-04-10 15:01:56 +02:00
88f1fdc3d0 Move agent settings to opencode dir
jakob closed issue jakob/rusty-petroleum#2 2026-04-10 14:18:20 +02:00
Running the application appears to require the command to be given twice
jakob deleted branch issue-2 from jakob/rusty-petroleum 2026-04-10 14:18:03 +02:00
jakob pushed to main at jakob/rusty-petroleum 2026-04-10 14:18:03 +02:00
79fd57401e Merge pull request 'Fix: CLI generate command works with single invocation' (#4) from issue-2 into main
460bb460bb Fix: CLI generate command works with single invocation
Compare 2 commits »
jakob merged pull request jakob/rusty-petroleum#4 2026-04-10 14:18:01 +02:00
Fix: CLI generate command works with single invocation
jakob pushed to main at jakob/rusty-petroleum 2026-04-10 14:08:47 +02:00
c0c43ddf20 Add AGENTS.md with project guidelines for opencode
jakob pushed to issue-2 at jakob/rusty-petroleum 2026-04-10 14:05:58 +02:00
460bb460bb Fix: CLI generate command works with single invocation
c0c43ddf20 Add AGENTS.md with project guidelines for opencode
Compare 2 commits »
jakob created branch issue-2 in jakob/rusty-petroleum 2026-04-10 14:05:58 +02:00
jakob pushed to main at jakob/rusty-petroleum 2026-04-02 13:13:35 +02:00
cf8628becb Add AGENTS.md with project guidelines for opencode
jakob closed issue jakob/rusty-petroleum#3 2026-04-02 12:55:00 +02:00
Output from running command "generate" with csv containing multiple batches is incorrect