Humboldt in your Slack

Mention @Humboldt in a channel and it does the work. No terminal needed.

  1. Invite it to a channel. Type /invite @Humboldt where your team works.
  2. Connect the repository. One link binds the channel to the repository it works on, and one click grants the Humboldt GitHub App on it.
  3. Mention it with the task. It answers in a thread under your message, and anyone in the channel can steer it by replying there.

Nobody signs in to use it in a channel. A direct message to Humboldt is personal work on your own account, and asks for one sign-in the first time.

# payments
Y
You

@Humboldt Fix #003 Chargeback Management: CICS Online Screen that is responsible for managing the chargebacks of the customers. It will allow you to create, read, update and delete chargebacks. It will also allow us to dispute a chargeback.

H
HumboldtAPP

session started on modal

  • Read HLD backlog, DATA_CONTRACTS, COBOL_STYLE, DDL
  • Inventory existing subroutines + CICS infra
  • DDL: POLICIES, FRAUD_POLICIES, PAN_STORE, card limit/CVV, ACCOUNT_PARAMETER
  • Spike: OPTS001 points screen compiles + runs in sandbox
  • Fix #002 Points & Rewards Management complete (CRUD+transfer, tests)
  • Fix #003 Chargeback Management CICS
S
Sam

why did you create jcls for online programs? that doesn't make sense.

H
HumboldtAPP

You're right. A CICS online program runs as a task inside a region, started by its transaction id; the decks were a sandbox stand-in. I'll remove them from src/procs/ and let the test suites build the throwaway deck themselves.

H
HumboldtAPP

session ended; reply here and it goes on where it left off