-
Notifications
You must be signed in to change notification settings - Fork 3
Implements member and members repository #13
Conversation
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.
@Kirguir merge with master
after !12 and resend for a review.
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.
@tyranron merged with !12
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.
Consider feedback below.
@tyranron изменения запушил, как повторно отправить на ревью? |
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.
@tyranron cc
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.
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.
@tyranron removed implementation of actor for member repository. Implemented simple functions for gets member from repo.
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.
@tyranron cc
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.
Still, there were a lot of missing docs. I've fixed this up.
However, implemented API requires to be refactored and simplified.
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.
@tyranron cc
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.
With changes now it's OK.
However, I don't see any FCM.
@tyranron FCM
|
- add default caller and responder into repository
@Kirguir do not use force-push on GitHub. It erases the whole PR history. GitHub has "squash merge" button. Use it directly. This has been mentioned in workflow, please re-read. |
Add struct for member and members repository implemented on actix actor.
Repository handle
GetMember
andGetMemberByCredentials
messages for retrieve member by its id or credentials.