fix: missing teshin hard mode vendor manifest #737

Merged
Sainan merged 2 commits from hard-mode-vendor into main 2025-01-05 19:36:40 -08:00
Owner

Fixes #733

Fixes #733
coderabbitai[bot] commented 2025-01-05 19:19:34 -08:00 (Migrated from github.com)
Author
Owner

Walkthrough

The pull request involves modifications to the serversideVendorsService.ts file and the addition of a new JSON file for the Teshin Hard Mode vendor manifest. Specifically, five vendor manifest imports were reintroduced to the service file: HubsRailjackCrewMember, OstronProspector, SolarisFishmonger, SolarisProspector, and TeshinHardMode. A new JSON file TeshinHardModeVendorManifest.json was created in the static/fixed_responses/getVendorInfo/ directory, defining the vendor's store items, pricing, and purchase options. The changes restore previously removed vendor manifests and add a specific manifest for the Teshin Hard Mode vendor.

Assessment against linked issues

Objective Addressed Explanation
Restore missing server-side vendor manifest for Teshin Hard Mode [#733]
Handle rotating offers for Teshin vendor [#733] Unclear if rotating offer mechanism is fully implemented

📜 Recent review details

Configuration used: .coderabbit.yaml
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 709c2a401b and e2a626d188.

📒 Files selected for processing (2)
  • src/services/serversideVendorsService.ts (2 hunks)
  • static/fixed_responses/getVendorInfo/TeshinHardModeVendorManifest.json (1 hunks)
🔇 Additional comments (6)
src/services/serversideVendorsService.ts (5)

19-19: Reintroducing HubsRailjackCrewMemberVendorManifest
The manifest import looks properly restored. Good job on maintaining consistent naming and file structure.


23-23: Adding OstronProspectorVendorManifest
Glad to see the missing vendor manifest restored. Be sure any references to the old manifest are updated throughout the codebase, if needed.


26-27: Restoring SolarisFishmongerVendorManifest and SolarisProspectorVendorManifest
Both vendor manifests appear to match existing naming conventions and file paths. Confirm that internal references remain correct.


28-28: New TeshinHardModeVendorManifest import
The new manifest import is aligned with the rest. This properly addresses #733 referencing Teshin Hard Mode data.


60-69: Re-inserting vendor manifests into the array
These additions correctly reinstate or add the missing entries to vendorManifests. Ensure thorough testing of any unique logic tied to Teshin Hard Mode.

static/fixed_responses/getVendorInfo/TeshinHardModeVendorManifest.json (1)

1-603: Validate Teshin Hard Mode vendor values
The JSON structure is consistent with other vendor manifests. The item definitions, expiry values, and price settings appear correct for a new vendor.

Would you like to run verification scripts to confirm references to these store items exist and remain in sync across the codebase?


Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Generate unit testing code for this file.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai generate unit testing code for this file.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and generate unit testing code.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR. (Beta)
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.
<!-- This is an auto-generated comment: summarize by coderabbit.ai --> <!-- walkthrough_start --> ## Walkthrough The pull request involves modifications to the `serversideVendorsService.ts` file and the addition of a new JSON file for the Teshin Hard Mode vendor manifest. Specifically, five vendor manifest imports were reintroduced to the service file: HubsRailjackCrewMember, OstronProspector, SolarisFishmonger, SolarisProspector, and TeshinHardMode. A new JSON file `TeshinHardModeVendorManifest.json` was created in the `static/fixed_responses/getVendorInfo/` directory, defining the vendor's store items, pricing, and purchase options. The changes restore previously removed vendor manifests and add a specific manifest for the Teshin Hard Mode vendor. ## Assessment against linked issues | Objective | Addressed | Explanation | |-----------|-----------|-------------| | Restore missing server-side vendor manifest for Teshin Hard Mode [#733] | ✅ | | | Handle rotating offers for Teshin vendor [#733] | ❓ | Unclear if rotating offer mechanism is fully implemented | <!-- walkthrough_end --> --- <details> <summary>📜 Recent review details</summary> **Configuration used: .coderabbit.yaml** **Review profile: CHILL** **Plan: Pro** <details> <summary>📥 Commits</summary> Reviewing files that changed from the base of the PR and between 709c2a401bf22d9014136771fb61e245e6192fe7 and e2a626d18810d9be0022b1c0eaaabdf2447adb35. </details> <details> <summary>📒 Files selected for processing (2)</summary> * `src/services/serversideVendorsService.ts` (2 hunks) * `static/fixed_responses/getVendorInfo/TeshinHardModeVendorManifest.json` (1 hunks) </details> <details> <summary>🔇 Additional comments (6)</summary><blockquote> <details> <summary>src/services/serversideVendorsService.ts (5)</summary> `19-19`: **Reintroducing HubsRailjackCrewMemberVendorManifest** The manifest import looks properly restored. Good job on maintaining consistent naming and file structure. --- `23-23`: **Adding OstronProspectorVendorManifest** Glad to see the missing vendor manifest restored. Be sure any references to the old manifest are updated throughout the codebase, if needed. --- `26-27`: **Restoring SolarisFishmongerVendorManifest and SolarisProspectorVendorManifest** Both vendor manifests appear to match existing naming conventions and file paths. Confirm that internal references remain correct. --- `28-28`: **New TeshinHardModeVendorManifest import** The new manifest import is aligned with the rest. This properly addresses #733 referencing Teshin Hard Mode data. --- `60-69`: **Re-inserting vendor manifests into the array** These additions correctly reinstate or add the missing entries to `vendorManifests`. Ensure thorough testing of any unique logic tied to Teshin Hard Mode. </details> <details> <summary>static/fixed_responses/getVendorInfo/TeshinHardModeVendorManifest.json (1)</summary> `1-603`: **Validate Teshin Hard Mode vendor values** The JSON structure is consistent with other vendor manifests. The item definitions, expiry values, and price settings appear correct for a new vendor. Would you like to run verification scripts to confirm references to these store items exist and remain in sync across the codebase? </details> </blockquote></details> </details> <!-- internal state start --> <!-- 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 --> <!-- internal state end --> <!-- tips_start --> --- Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? <details> <summary>❤️ Share</summary> - [X](https://twitter.com/intent/tweet?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A&url=https%3A//coderabbit.ai) - [Mastodon](https://mastodon.social/share?text=I%20just%20used%20%40coderabbitai%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20the%20proprietary%20code.%20Check%20it%20out%3A%20https%3A%2F%2Fcoderabbit.ai) - [Reddit](https://www.reddit.com/submit?title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&text=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code.%20Check%20it%20out%3A%20https%3A//coderabbit.ai) - [LinkedIn](https://www.linkedin.com/sharing/share-offsite/?url=https%3A%2F%2Fcoderabbit.ai&mini=true&title=Great%20tool%20for%20code%20review%20-%20CodeRabbit&summary=I%20just%20used%20CodeRabbit%20for%20my%20code%20review%2C%20and%20it%27s%20fantastic%21%20It%27s%20free%20for%20OSS%20and%20offers%20a%20free%20trial%20for%20proprietary%20code) </details> <details> <summary>🪧 Tips</summary> ### Chat There are 3 ways to chat with [CodeRabbit](https://coderabbit.ai): - Review comments: Directly reply to a review comment made by CodeRabbit. Example: - `I pushed a fix in commit <commit_id>, please review it.` - `Generate unit testing code for this file.` - `Open a follow-up GitHub issue for this discussion.` - Files and specific lines of code (under the "Files changed" tab): Tag `@coderabbitai` in a new review comment at the desired location with your query. Examples: - `@coderabbitai generate unit testing code for this file.` - `@coderabbitai modularize this function.` - PR comments: Tag `@coderabbitai` in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples: - `@coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.` - `@coderabbitai read src/utils.ts and generate unit testing code.` - `@coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.` - `@coderabbitai help me debug CodeRabbit configuration file.` Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. ### CodeRabbit Commands (Invoked using PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger an incremental review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai full review` to do a full review from scratch and review all the files again. - `@coderabbitai summary` to regenerate the summary of the PR. - `@coderabbitai generate docstrings` to [generate docstrings](https://docs.coderabbit.ai/finishing-touches/docstrings) for this PR. ([Beta](https://docs.coderabbit.ai/early-access#beta)) - `@coderabbitai resolve` resolve all the CodeRabbit review comments. - `@coderabbitai configuration` to show the current CodeRabbit configuration for the repository. - `@coderabbitai help` to get help. ### Other keywords and placeholders - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. - Add `@coderabbitai summary` to generate the high-level summary at a specific location in the PR description. - Add `@coderabbitai` anywhere in the PR title to generate the title automatically. ### Documentation and Community - Visit our [Documentation](https://docs.coderabbit.ai) for detailed information on how to use CodeRabbit. - Join our [Discord Community](http://discord.gg/coderabbit) to get help, request features, and share feedback. - Follow us on [X/Twitter](https://twitter.com/coderabbitai) for updates and announcements. </details> <!-- tips_end -->
Sign in to join this conversation.
No description provided.