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

remove these services and try to have only pure logic in this service #84

Open
github-actions bot opened this issue Jun 21, 2024 · 0 comments
Open
Assignees
Labels

Comments

@github-actions
Copy link

https://github.com/sekassel-research/stp-24-server/blob/418ec09afdb2b543ff96eb4b9c2d9b1116912d9b/src/game-logic/game-logic.service.ts#L25

import {SYSTEM_UPGRADES} from './system-upgrade';
import {JobService} from '../job/job.service';
import {JobDocument} from '../job/job.schema';
import {SystemLogicService} from '../system/system-logic.service';

@Injectable()
export class GameLogicService {
  constructor(
    private systemLogicService: SystemLogicService,
    // TODO remove these services and try to have only pure logic in this service
    private memberService: MemberService,
    private empireService: EmpireService,
    private systemService: SystemService,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant