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

Feature/event planning v1 #4

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Conversation

StreetXHasu
Copy link
Owner

No description provided.

import Ecto.Changeset

schema "events" do
field :dEnd, :naive_datetime
Copy link

Choose a reason for hiding this comment

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

В эликсире не принято использовать lowerCamelCase, лучше использовать snake_case
Также, желательно не сокращать слова (если это возможно), чтобы код было легче читать
Я бы назвал это поле как-то так: end_datetime

Copy link
Owner Author

Choose a reason for hiding this comment

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

в следующей версии #5 это пофикшено

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