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

Store data in database (TypeORM) #12

Merged
merged 23 commits into from
Jun 20, 2020
Merged

Store data in database (TypeORM) #12

merged 23 commits into from
Jun 20, 2020

Commits on Jun 19, 2020

  1. Basic support for typeorm

    hesyifei committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    ca013bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b084b1 View commit details
    Browse the repository at this point in the history
  3. Fix AnswerEntity foreign key

    hesyifei committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    e48ec0c View commit details
    Browse the repository at this point in the history
  4. Update AnswerEntity.ts

    hesyifei committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    98eeead View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ec8c8c8 View commit details
    Browse the repository at this point in the history
  6. Change ManyToOne

    hesyifei committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    27b0eab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6958986 View commit details
    Browse the repository at this point in the history
  8. Minor changes

    hesyifei committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    83c7a15 View commit details
    Browse the repository at this point in the history
  9. Minor changes

    hesyifei committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    eb8b895 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    690da1c View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. Configuration menu
    Copy the full SHA
    cc910be View commit details
    Browse the repository at this point in the history
  2. Update asyncStorage.ts

    hesyifei committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    878950b View commit details
    Browse the repository at this point in the history
  3. Enable strictNullChecks

    hesyifei committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    8de8f71 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2cb14c0 View commit details
    Browse the repository at this point in the history
  5. Minor fix

    hesyifei committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    168faee View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ebf9d97 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a2901d0 View commit details
    Browse the repository at this point in the history
  8. Use { value: ... } for AnswerData

    (Many bugs right now because the `state`'s data are not the same format)
    hesyifei committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    82a2d22 View commit details
    Browse the repository at this point in the history
  9. findAnswerInPingAsync

    hesyifei committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    1b32b36 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7356c82 View commit details
    Browse the repository at this point in the history
  11. Add pingId RelationId

    hesyifei committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    fa7563f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f7f9bec View commit details
    Browse the repository at this point in the history
  13. .reload(); in places of .save()

    So that we can make sure state and database are consistent
    hesyifei committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    87d32b8 View commit details
    Browse the repository at this point in the history