Resolve "Принять участие в конференции пользователю" #183
No reviewers
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: romanov73/ng-tracker#183
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "69-take-part-conf"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #69
changed milestone to %5
added 1 commit
14c28050
- #65 changed interfaceCompare with previous version
added 1 commit
8564f2cf
- #69 managed to create a connection through a new entityCompare with previous version
added 1 commit
7e4d8d49
- #69 added method take part in conferenceCompare with previous version
added 1 commit
918079ac
- #69 fixed not working code, now user can take part in conference and choose...Compare with previous version
added 1 commit
8fd352aa
- #69 added stylesCompare with previous version
added 1 commit
96431701
- #69 added button disabling take part, if cur user already taken partCompare with previous version
assigned to @romanov73
unmarked as a Work In Progress
метод в контроллере стал большим, нужно переносить в сервис
parcipant.getUser().equals(userService.getCurrentUser())
а еще можно через стримы одной командой:
return conferenceUsers .stream() .anyMatch(participant -> participant.getUser().equals(userService.getCurrentUser()));
added 50 commits
dev
713e5004
- Merge remote-tracking branch 'remotes/origin/dev' into 69-take-part-confCompare with previous version
changed this line in version 8 of the diff
added 1 commit
9edcebb2
- #69 changed isCurrentUserParticipantCompare with previous version
changed this line in version 9 of the diff
added 1 commit
b623402a
- #69 changed method getConference in controllerCompare with previous version
исправлено
исправлено
resolved all discussions
mentioned in commit
2d0f2aeecd
merged