We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Part of the issue #346 Trainer entity refactor
src/entities/trainer
trainer
src/entities
src/widgets/trainers/ui/trainers-card
src/entities/trainer/ui/trainer-card
trainer-card.module.scss
trainer-card
trainer.scss
trainers.scss
modules.scss
trainers-card.module.scss
& .card-content
.card-content
.nodejs-trainer π ββοΈ
.trainer π
Trainer
src/widgets/trainers/trainers.types.ts
src/entities/trainer/types.ts
index.ts
TrainerCard
The text was updated successfully, but these errors were encountered:
thirdmadman
Successfully merging a pull request may close this issue.
π Describe the refactoring task
Part of the issue #346
Trainer entity refactor
π Code location
src/entities/trainer
β Definition of Done (DoD):
trainer
folder insrc/entities
.src/widgets/trainers/ui/trainers-card
tosrc/entities/trainer/ui/trainer-card
.trainer-card.module.scss
file insrc/entities/trainer/ui/trainer-card
and move all related totrainer-card
styles fromtrainer.scss
trainers.scss
file tomodules.scss
andtrainers-card.module.scss
as so:& .card-content
->.card-content
..nodejs-trainer π ββοΈ
->.trainer π
.Trainer
type fromsrc/widgets/trainers/trainers.types.ts
tosrc/entities/trainer/types.ts
index.ts
file and re-exportTrainer
type andTrainerCard
componentTrainerCard
component to utilize HTML5 tagsTrainerCard
componentExample of completing all the steps you can find in src/entities/event/event-card
The text was updated successfully, but these errors were encountered: