Skip to content

Conversation

yuyu0227
Copy link
Contributor

@yuyu0227 yuyu0227 commented May 8, 2021

Description

What new features or functions does this PR provide? What bugs does it fix?

  • Add a "LOGIN WITH GOOGLE " button and add the css style.

Testing

How did you test the code in the pull request?

  • Test in the storybook

Checklist

  • I provided a description of the contents of this pull request.
  • I've linked this pull request to an issue.
  • I've assigned myself as the Assignee and labelled the PR correctly.

@yuyu0227 yuyu0227 linked an issue May 8, 2021 that may be closed by this pull request
@yuyu0227 yuyu0227 self-assigned this May 8, 2021
Copy link
Contributor

@wilsonplau wilsonplau left a comment

Choose a reason for hiding this comment

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

Just a few notes:

  • The yarn.lock file should stay committed. It's used to keep all of our versions consistent: https://classic.yarnpkg.com/en/docs/yarn-lock/
  • Could you check your prettier settings for me? I thought I had set it up in the .idea settings to auto format on save, but it doesn't seem to work. That way, we can avoid some of the formatting inconsistencies I can see in this PR.
  • Again, it would be best practice to separate unrelated features into a separate PR. (The application-dev.properties change)

@yuyu0227
Copy link
Contributor Author

yuyu0227 commented May 9, 2021

Just a few notes:

  • The yarn.lock file should stay committed. It's used to keep all of our versions consistent: https://classic.yarnpkg.com/en/docs/yarn-lock/
  • Could you check your prettier settings for me? I thought I had set it up in the .idea settings to auto format on save, but it doesn't seem to work. That way, we can avoid some of the formatting inconsistencies I can see in this PR.
  • Again, it would be best practice to separate unrelated features into a separate PR. (The application-dev.properties change)
  1. recovered 'yarn.lock'.
  2. I have the "On Save" checked for the prettier setting but somehow it does not work. I have manually ran prettier to solve all the formatting inconsistencies.
  3. will take an eye on that in the future

spring.jpa.hibernate.ddl-auto=create
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
spring.datasource.url=jdbc:postgresql://localhost:5432/mcitmocks_dev
spring.datasource.url=jdbc:postgresql://localhost:5432/mcitmocks-dev
Copy link
Contributor

@joshmhanson joshmhanson May 14, 2021

Choose a reason for hiding this comment

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

We had previously changed the database name from mcitmocks-dev to mcitmocks_dev. Why is this being changed back?

Edit: here's where we originally changed it: d7ee341

@yuyu0227 yuyu0227 added the wontfix This will not be worked on label May 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in review wontfix This will not be worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Client] Login using header button
4 participants