Skip to content

add vessels API endpoints base Result class with matched AIS vessels properties#63

Open
lykmapipo wants to merge 5 commits into
feature/http-result-utilsfrom
feature/vessels-result-utils
Open

add vessels API endpoints base Result class with matched AIS vessels properties#63
lykmapipo wants to merge 5 commits into
feature/http-result-utilsfrom
feature/vessels-result-utils

Conversation

@lykmapipo

@lykmapipo lykmapipo commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

This:

  • Add base VesselResult class for vessels API endpoints
  • Refactor VesselDetailResult, VesselListResult, and VesselSearchResult to inherit from the VesselResult
  • Add properties for extracting matched AIS vessel_ids and transmission date ranges

This:
- Add `VesselResult` class as base `Result` for Vessesl API endpoints
- Refactor `VesselDetailResult`, `VesselListResult`, and `VesselSearchResult` to inherit `VesselResult`
- Add `_iter_matched_self_reported_info()` and `_iter_matched_vessel_ids()` to `VesselItem`
…sel ids to Result

This:
- Add `transmission_dates_from` and `transmission_dates_to` on `VesselResult`
- Refactor and clean up matched `vessel_ids`
- Rename `_iter_matched_self_reported_info` to `_iter_matched_self_reported_infos`
- Remove `_iter_matched_vessel_ids` method from `VesselItem`
@lykmapipo lykmapipo self-assigned this Jun 23, 2026
@lykmapipo lykmapipo added the enhancement New feature or request label Jun 23, 2026
@lykmapipo lykmapipo changed the title Add vessels API endpoints base Result add vessels API endpoints base Result Jun 23, 2026
@lykmapipo lykmapipo changed the title add vessels API endpoints base Result add vessels API endpoints base Result class with matched AIS vessels properties Jun 23, 2026

@aperdizs aperdizs left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants