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

Emotion log flow #28

Merged
merged 14 commits into from
Oct 16, 2018
Merged

Emotion log flow #28

merged 14 commits into from
Oct 16, 2018

Conversation

RobStallion
Copy link
Collaborator

@RobStallion RobStallion commented Oct 15, 2018

Adds credo for code consistency and excoveralls for code cov #24
Creates trusted_adult, user, happy and angry db tables #22 #13
Creates landing page #15 #7
Creates beginnings of emotion logging flow #7

mix.exs Outdated
{:cowboy, "~> 1.0"},
{:excoveralls, "~> 0.10", only: :test},
{:credo, "~> 0.10.0", only: [:dev, :test], runtime: false},
{:autoform, github: "dwyl/autoform"}
Copy link
Collaborator

Choose a reason for hiding this comment

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

I'd change this to:

{:autoform, git: "https:/dwyl/autoform.git", tag: "0.1"}

Otherwise any updates to the master branch would potentially break you

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oh I didn't know that. Good spot. Thanks for the info 👍

add :classwork, :boolean, default: false, null: false
add :homework, :boolean, default: false, null: false
add :else, :boolean, default: false, null: false
add :reason, :string
Copy link
Collaborator

Choose a reason for hiding this comment

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

Is this what you decided on for the table in the end, or is this subject to change?

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

It is what we decided but can be changed if there is a better suggestion. See #22 for more info.

Copy link
Collaborator

@Danwhy Danwhy left a comment

Choose a reason for hiding this comment

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

Looks good 👍

@Danwhy Danwhy merged commit 880a98e into master Oct 16, 2018
@Danwhy Danwhy deleted the emotion-log-flow branch October 16, 2018 11:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants