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

Constant value xp systems #872

Merged
merged 4 commits into from
Jan 6, 2024
Merged

Constant value xp systems #872

merged 4 commits into from
Jan 6, 2024

Conversation

tsa96
Copy link
Member

@tsa96 tsa96 commented Dec 6, 2023

As discussed, stores the XP system variables as hardcoded values in Typescript, moves over to a dedicated library that both front and backend can use, and removes the database table and admin endpoints used to store and modify the values.

On top of #867 and #869, those need reviewing first.

@tsa96 tsa96 added Size: Small Something that may take a day at most to do. Type: Dev/Internal Something that is more internal to development than end user facing. For: Backend This is something to do for the backend (server folder) of the website. labels Dec 6, 2023
@tsa96 tsa96 requested a review from Gocnak December 6, 2023 08:05
@tsa96 tsa96 force-pushed the refactor/constant-xp-systems branch 5 times, most recently from e4859ac to b518062 Compare December 6, 2023 09:42
@tsa96 tsa96 force-pushed the refactor/constant-xp-systems branch 4 times, most recently from c7144cd to 3defd50 Compare January 2, 2024 11:39
Copy link
Member

@Gocnak Gocnak left a comment

Choose a reason for hiding this comment

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

Prettier was not kind to the XP systems module file LOL

@tsa96 tsa96 force-pushed the refactor/constant-xp-systems branch from 3defd50 to f656ac8 Compare January 6, 2024 18:54
@tsa96
Copy link
Member Author

tsa96 commented Jan 6, 2024

Prettier was not kind to the XP systems module file LOL

This isn't Prettier, it's just that since all the XP systems stuff moved to a separate class literally all is needed for the backend is an @Injectable so DI can pick it up

@tsa96 tsa96 merged commit bd3ef94 into main Jan 6, 2024
6 checks passed
@tsa96 tsa96 deleted the refactor/constant-xp-systems branch January 6, 2024 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For: Backend This is something to do for the backend (server folder) of the website. Size: Small Something that may take a day at most to do. Type: Dev/Internal Something that is more internal to development than end user facing.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants