Skip to content

Conversation

@vgenes
Copy link

@vgenes vgenes commented Jan 1, 2026

No description provided.

devin-ai-integration bot and others added 4 commits December 29, 2025 22:20
The update() method was replacing position quantities instead of
aggregating them when receiving WebSocket updates. This caused
multiple trades for the same security to show as separate entries
instead of a single net position.

Changed the logic to add the incoming quantity to the existing
quantity rather than replacing it.

Co-Authored-By: genes.victor@gmail.com <genes.victor@gmail.com>
Angular fix:
- Fixed row-id mismatch: getRowNode() now uses 'Position-{security}' format
  to match getRowId() return value
- Removed incorrect quantity aggregation (WebSocket sends absolute totals)

React fix:
- Fixed position update logic to find and update existing positions
  instead of always appending new rows
- Positions are now properly updated by security symbol

Co-Authored-By: genes.victor@gmail.com <genes.victor@gmail.com>
…gation

Fix real-time position aggregation in Angular and React frontends
…ment variable

- Updated Program.cs to read PEOPLE_SERVICE_PORT env var (defaults to 18089)
- Updated launchSettings.json to use the environment variable
- Updated README.md to document the configuration option and remove TODO
@netlify
Copy link

netlify bot commented Jan 1, 2026

Deploy Preview for lucky-concha-f3599f canceled.

Name Link
🔨 Latest commit 8d1c04d
🔍 Latest deploy log https://app.netlify.com/projects/lucky-concha-f3599f/deploys/6956f37b92915900087aa1c5

@linux-foundation-easycla
Copy link

CLA Missing ID CLA Not Signed

One or more co-authors of this pull request were not found. You must specify co-authors in commit message trailer via:

Co-authored-by: name <email>

Supported Co-authored-by: formats include:

  1. Anything <id+login@users.noreply.github.com> - it will locate your GitHub user by id part.
  2. Anything <login@users.noreply.github.com> - it will locate your GitHub user by login part.
  3. Anything <public-email> - it will locate your GitHub user by public-email part. Note that this email must be made public on Github.
  4. Anything <other-email> - it will locate your GitHub user by other-email part but only if that email was used before for any other CLA as a main commit author.
  5. login <any-valid-email> - it will locate your GitHub user by login part, note that login part must be at least 3 characters long.

Please update your commit message(s) by doing git commit --amend and then git push [--force] and then request re-running CLA check via commenting on this pull request:

/easycla

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.

3 participants