Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make item properties available via API #44

Merged
merged 8 commits into from
Jun 2, 2022
Merged

Conversation

Razzmatazzz
Copy link
Member

@Razzmatazzz Razzmatazzz commented May 30, 2022

So far, the properties attribute of the Item type can display relevant properties for:

  • ammo
  • armor vests
  • chest rigs
  • grenades
  • food / drinks
  • armored equipment attachments (e.g., face shields, etc)
  • weapons
  • weapon attachments
  • meds

Example query:
query { items(names: ["ration", "water", "vodka", "plate", "M855"]) { id name bsgCategoryId properties { ... on ItemPropertiesArmor { material { name } class speedPenalty ergoPenalty } ...on ItemPropertiesTacticalRig { capacity class pouches { width height } } ...on ItemPropertiesAmmo { penetrationPower damage armorDamage } ... on ItemPropertiesGrenade { type fuse minExplosionDistance maxExplosionDistance fragments contusionRadius } ...on ItemPropertiesFoodDrink { energy hydration units } } } }

@Razzmatazzz Razzmatazzz temporarily deployed to development May 30, 2022 00:05 Inactive
@github-actions
Copy link
Contributor

👋 Thanks for opening a pull request!

If you are new, please check out the trimmed down summary of our deployment process below:

  1. 👀 Observe the CI jobs and tests to ensure they are passing

  2. ✔️ Obtain an approval/review on this pull request

  3. 🚀 Branch deploy your pull request to production

    Comment .deploy on this pull request to trigger a deploy. If anything goes wrong, rollback with .deploy main

  4. 🎉 Merge!

@github-actions
Copy link
Contributor

API Deployment - Development 🪐

The API has been deployed to the development environment 🚀

Pusher: @Razzmatazzz, Action: pull_request, Workflow: pull_request

@Razzmatazzz Razzmatazzz temporarily deployed to development May 30, 2022 01:31 Inactive
@github-actions
Copy link
Contributor

API Deployment - Development 🪐

The API has been deployed to the development environment 🚀

Pusher: @Razzmatazzz, Action: pull_request, Workflow: pull_request

@Razzmatazzz Razzmatazzz temporarily deployed to development May 30, 2022 19:24 Inactive
@github-actions
Copy link
Contributor

API Deployment - Development 🪐

The API has been deployed to the development environment 🚀

Pusher: @Razzmatazzz, Action: pull_request, Workflow: pull_request

@Razzmatazzz Razzmatazzz temporarily deployed to development May 31, 2022 11:38 Inactive
@github-actions
Copy link
Contributor

API Deployment - Development 🪐

The API has been deployed to the development environment 🚀

Pusher: @Razzmatazzz, Action: pull_request, Workflow: pull_request

@Razzmatazzz Razzmatazzz temporarily deployed to development May 31, 2022 12:50 Inactive
@github-actions
Copy link
Contributor

API Deployment - Development 🪐

The API has been deployed to the development environment 🚀

Pusher: @Razzmatazzz, Action: pull_request, Workflow: pull_request

GrantBirki
GrantBirki previously approved these changes Jun 1, 2022
@Razzmatazzz Razzmatazzz temporarily deployed to development June 2, 2022 15:10 Inactive
@github-actions
Copy link
Contributor

github-actions bot commented Jun 2, 2022

API Deployment - Development 🪐

The API has been deployed to the development environment 🚀

Pusher: @Razzmatazzz, Action: pull_request, Workflow: pull_request

@Razzmatazzz Razzmatazzz marked this pull request as ready for review June 2, 2022 15:53
@Razzmatazzz Razzmatazzz requested a review from a team as a code owner June 2, 2022 15:53
@Razzmatazzz Razzmatazzz temporarily deployed to development June 2, 2022 21:55 Inactive
@github-actions
Copy link
Contributor

github-actions bot commented Jun 2, 2022

API Deployment - Development 🪐

The API has been deployed to the development environment 🚀

Pusher: @Razzmatazzz, Action: pull_request, Workflow: pull_request

@Razzmatazzz
Copy link
Member Author

.deploy

@github-actions
Copy link
Contributor

github-actions bot commented Jun 2, 2022

Deployment Triggered

Razzmatazzz, started a branch deployment 🚀

  • Branch: add-item-properties
  • Mode: branch

You can watch the progress here 🔗

@github-actions github-actions bot temporarily deployed to production June 2, 2022 21:58 Inactive
@github-actions
Copy link
Contributor

github-actions bot commented Jun 2, 2022

Deployment Results

  • Status: success ✔️
  • Mode: branch 🚀
  • Branch: add-item-properties

Successfully deployed branch add-item-properties

Actor: Razzmatazzz, Action: issue_comment, Workflow: branch-deploy

@Razzmatazzz Razzmatazzz merged commit d067f2a into main Jun 2, 2022
@Razzmatazzz Razzmatazzz deleted the add-item-properties branch June 2, 2022 22:06
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.

None yet

2 participants