Skip to content
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

Crud #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Crud #6

wants to merge 3 commits into from

Conversation

0xck
Copy link

@0xck 0xck commented Sep 1, 2020

Implemented CRUD for most operations
Implemented collections instead of static bindings
Config moved from App to separate Engine

Copy link

@chuwy chuwy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

PR надо было оформить на свой репозиторий, как написано в ДЗ.


trait App {
def greet(request: GreetRequest): GreetResponse
// reply on requested value with the same value
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Упоминал в прошлом ДЗ что лучше использовать ScalaDoc формат комментариев.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Да, я делал его до проверки прошлого ДЗ, поэтому все еще так :))

@0xck
Copy link
Author

0xck commented Oct 18, 2020

PR надо было оформить на свой репозиторий, как написано в ДЗ.

Видимо я недопонял как именно нужно было сделать, со слов преподавателя мне казалось как сделайте PR на код из моего репозитория.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants