Skip to content

V3#7

Merged
hdoo42 merged 3 commits into
masterfrom
v3
Dec 23, 2025
Merged

V3#7
hdoo42 merged 3 commits into
masterfrom
v3

Conversation

@hdoo42

@hdoo42 hdoo42 commented Dec 23, 2025

Copy link
Copy Markdown
Owner

No description provided.

This commit introduces several changes across the binaries and the core API model.

The `FtAchievement` model fields are now wrapped in `Option` to handle cases where the API might not return all data, making the deserialization more robust.

Binary updates:
- `get_user_ext`: Added as a new binary target and updated to output JSON instead of CSV.
- `campus_users`: Enabled dynamic user fetching.
- `evaluation`: Refactored to remove hardcoded user IDs and commented out scale team processing.
- `location_stat`: Re-enabled the binary.
- Minor refactoring in binaries to use dereferencing instead of cloning for `FtUserId`.

BREAKING CHANGE: The fields of `libft_api::models::achievement::FtAchievement` are no longer guaranteed to be present. Consumers of this struct must now handle `Option` values.
This commit introduces the `libft-api-v3` crate, a new Rust client for the "Intra v3 - Freeze" API.

The client library is generated using the OpenAPI specification and includes all necessary models and API endpoint definitions to interact with the service. This provides a typed, safe way to manage freezes, campuses, and users programmatically.
This commit introduces a new Rust client for the Intra v3 Pace System API. The client is generated via OpenAPI and is located in the `libft-api-v3-pace` crate.

To improve clarity and distinction between API clients, the existing `libft-api-v3` crate, which handles freeze management, has been renamed to `libft-api-v3-freeze`.

The workspace `Cargo.toml` and `Cargo.lock` files have been updated accordingly to incorporate these changes.

BREAKING CHANGE: The `libft-api-v3` crate has been renamed to `libft-api-v3-freeze`. Consumers of this crate will need to update their dependencies.
@hdoo42 hdoo42 merged commit cd3de79 into master Dec 23, 2025
1 check passed
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.

1 participant