-
Notifications
You must be signed in to change notification settings - Fork 41
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
Add internal/project #433
Add internal/project #433
Conversation
1864efa
to
c595215
Compare
Great @adambabik! Should we review it now or once it's integrated? |
@sourishkrout let's do it now so that the PR is not massive. I will create a projects gRPC service based on it first, and when it's accepted, I will integrate "internal/project" into other parts of the program. |
It implements similar functionality to pkg/projects, but hides implementation details and is intended to be a building block for a gRPC service.
c595215
to
2ec8fd9
Compare
@sourishkrout After giving it a bit more thought, I think it might be hard to review from the functional point of view. Let's do it when the gRPC service is implemented. |
Aye aye, sir! |
Replaced with #438 |
This PR adds a refactored implementation of
pkg/project
ininternal/project
. For now, it's unused. Further adjustments will be added, when the usage ofinternal/project
is incorporated in the rest of the program.