Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

feat(idlebiz): add building and material types#15

Merged
nsylke merged 1 commit intomainfrom
feat/types
Apr 29, 2025
Merged

feat(idlebiz): add building and material types#15
nsylke merged 1 commit intomainfrom
feat/types

Conversation

@nsylke
Copy link
Contributor

@nsylke nsylke commented Apr 29, 2025

No description provided.

@github-actions
Copy link

Semgrep Results

No issues found!

@nsylke nsylke requested a review from Copilot April 29, 2025 04:08
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This pull request introduces new types for materials and buildings in the idle business module. The key changes include:

  • Addition of a Material type with relevant properties.
  • Introduction of building-related types (BuildingMaterial, BuildingCost, BuildingInput, BuildingOutput, and Building) to support building definitions.
  • Export updates in the index file to include the new types.

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.

File Description
apps/idlebiz/src/lib/types/material.ts Defines a new Material type with various properties
apps/idlebiz/src/lib/types/index.ts Exports the new material and building types
apps/idlebiz/src/lib/types/building.ts Introduces building-related types for cost and configuration

@nsylke nsylke changed the title feat: add building and material types feat(idlebiz): add building and material types Apr 29, 2025
@nsylke nsylke merged commit f0a15b3 into main Apr 29, 2025
5 checks passed
@nsylke nsylke deleted the feat/types branch April 29, 2025 04:39
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants