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

[Refactor] Moved empty, pre-initialization allSpecies/allMoves/allAbilities lists to one file #653

Merged
merged 13 commits into from
Feb 14, 2025

Conversation

frutescens
Copy link
Contributor

@frutescens frutescens commented Feb 12, 2025

What are the changes the user will see?

None.

Why am I making these changes?

I want to decrease clutter.

What are the changes from a developer perspective?

The empty, pre-initialization locations of allSpecies, allMoves, and allAbilities have been moved to one file - main-data.ts and imports have been adjusted to account for that. This file name is up for debate.

How to test the changes?

npm run test

Checklist

  • I'm using beta as my base branch
  • There is no overlap with another PR?
  • The PR is self-contained and cannot be split into smaller PRs?
  • Have I provided a clear explanation of the changes?
  • Have I tested the changes manually?
  • Are all unit tests still passing? (npm run test:silent)
    • Have I created new automated tests (npm run create-test) or updated existing tests related to the PR's changes?

@frutescens frutescens added Refactor For refactoring code Miscellaneous Changes that don't fit under any other label labels Feb 12, 2025
flx-sta
flx-sta previously approved these changes Feb 12, 2025
flx-sta
flx-sta previously approved these changes Feb 12, 2025
DayKev
DayKev previously approved these changes Feb 12, 2025
Copy link
Contributor

@DayKev DayKev left a comment

Choose a reason for hiding this comment

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

Just needs merge issue fixed.

@frutescens frutescens dismissed stale reviews from DayKev and flx-sta via 22eab46 February 12, 2025 22:39
frutescens and others added 8 commits February 12, 2025 21:24
Co-authored-by: PigeonBar <56974298+PigeonBar@users.noreply.github.com>
Co-authored-by: PigeonBar <56974298+PigeonBar@users.noreply.github.com>
Co-authored-by: PigeonBar <56974298+PigeonBar@users.noreply.github.com>
Co-authored-by: PigeonBar <56974298+PigeonBar@users.noreply.github.com>
Co-authored-by: PigeonBar <56974298+PigeonBar@users.noreply.github.com>
Co-authored-by: PigeonBar <56974298+PigeonBar@users.noreply.github.com>
@frutescens frutescens enabled auto-merge (squash) February 13, 2025 23:39
@frutescens frutescens merged commit ecc0f7f into beta Feb 14, 2025
8 checks passed
@frutescens frutescens deleted the dataCentral branch February 14, 2025 08:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Miscellaneous Changes that don't fit under any other label Refactor For refactoring code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants