Skip to content

[WIP] [ISSUE-3] Fix inconsistent child indication logic#684

Closed
Claude wants to merge 1 commit intomasterfrom
claude/fix-child-indication-logic
Closed

[WIP] [ISSUE-3] Fix inconsistent child indication logic#684
Claude wants to merge 1 commit intomasterfrom
claude/fix-child-indication-logic

Conversation

@Claude
Copy link
Copy Markdown

@Claude Claude AI commented Mar 12, 2026

Thanks for assigning this issue to me. I'm starting to work on it and will keep this PR's description up to date as I form a plan and make progress.

Original prompt

This section details on the original issue you should resolve

<issue_title>Which way to indicate child? isChild or child?</issue_title>
<issue_description>There's two way to indicate a passenger is a children,

in Air/Services/transformer/add-meta-passengers-booking.js

      item.isChild = true;

in Air/Services/transformer/convert-passengers-object-to-array.js

          child: (ageCategory === 'CNN'), // quickfix

This makes really confusing, to them or to implement other features. Can you sort them out? </issue_description>

Comments on the Issue (you are @claude[agent] in this section)

@sonarqubecloud
Copy link
Copy Markdown

@Smotrov Smotrov closed this Mar 12, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Which way to indicate child? isChild or child?

2 participants