-
Notifications
You must be signed in to change notification settings - Fork 0
Release of new project #128
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
Conversation
and delete unnecessary files
…mpose.yml and docker-compose.override.yml. Relates to #76.
…Controller. Relates to #92.
Relates to #94
Relates to #96
front Relates to #97.
improvement Relates to #98
…ler to Service. New reservation logic implemented. Minor refactoring of entity classes. Relates to #92.
Co-authored-by: Vukasin Markovic <skolskiacc@gmail.com>
…Minor bug fixed (f.e. Downstreaming of DELETE requests with Ocelot). Relates to #92.
…frontend side. Relates to #103
anjaanjaa10
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
NataMata
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to change function deleteTraining(trainingId) in videoTrainingTrainer.vue view:
- delete the last line:
this.exercises = this.trainingExercises.filter(tr => tr.Id !== trainingId); - add this two lines at the end of function:
this.trainingExercises = this.trainingExercises.filter(tr => tr.Id !== trainingId);
this.loadTrainings();
anjaanjaa10
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved.
New implemented services include:
Other services have also been refactored to keep up with the new microservices. Frontend has been changed accordingly.