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

Calendar refactor #77

Merged
merged 40 commits into from
Feb 28, 2024
Merged

Calendar refactor #77

merged 40 commits into from
Feb 28, 2024

Commits on Feb 13, 2024

  1. refactor calendar page

    Jessica Ho authored and Jessica Ho committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    3fba2b7 View commit details
    Browse the repository at this point in the history
  2. fix imports

    jho44 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    6db1f19 View commit details
    Browse the repository at this point in the history
  3. fix row editor toggle

    jho44 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    7a9e98e View commit details
    Browse the repository at this point in the history
  4. wip refactor db

    jho44 committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    9a2117a View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. refactor db continued

    jho44 committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    816ea23 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. db POST refactor done

    Jessica Ho authored and Jessica Ho committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    0b557c9 View commit details
    Browse the repository at this point in the history
  2. fix notifier formatting

    jho44 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    00270e8 View commit details
    Browse the repository at this point in the history
  3. revert row if req fails

    jho44 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    9c33453 View commit details
    Browse the repository at this point in the history
  4. fix markRowAsBusy func

    jho44 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d4a2c88 View commit details
    Browse the repository at this point in the history
  5. update notifier after mark busy

    jho44 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    dfe3986 View commit details
    Browse the repository at this point in the history
  6. mark as available works

    jho44 committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    ca1fd44 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2024

  1. Configuration menu
    Copy the full SHA
    02e1a09 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef66d9e View commit details
    Browse the repository at this point in the history
  3. upsertUnspecifiedDatesAsBusy prisma change

    Jessica Ho authored and Jessica Ho committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    a9cb470 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1c71948 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2024

  1. Configuration menu
    Copy the full SHA
    80dfb7b View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2024

  1. date year migration + refactor dashboard

    Jessica Ho authored and Jessica Ho committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    2c31156 View commit details
    Browse the repository at this point in the history
  2. fix tests

    jho44 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    bb0a1fb View commit details
    Browse the repository at this point in the history
  3. fix imports

    jho44 committed Feb 18, 2024
    Configuration menu
    Copy the full SHA
    633f3ca View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2024

  1. fix mark unspecified as busy

    jho44 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    cdeec99 View commit details
    Browse the repository at this point in the history
  2. fix dashboard

    jho44 committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    7e60ec4 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    ffa373d View commit details
    Browse the repository at this point in the history
  2. create household before kid

    jho44 committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    1cf6087 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

  1. refactored tests

    Jessica Ho authored and Jessica Ho committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    0c89052 View commit details
    Browse the repository at this point in the history
  2. SeedUtils

    jho44 committed Feb 24, 2024
    Configuration menu
    Copy the full SHA
    6a4c4ba View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. profile test

    Jessica Ho authored and Jessica Ho committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    f4dd39d View commit details
    Browse the repository at this point in the history
  2. create house connections after user creations

    Jessica Ho authored and Jessica Ho committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    9db9500 View commit details
    Browse the repository at this point in the history
  3. fix profile test

    jho44 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    3727434 View commit details
    Browse the repository at this point in the history
  4. tsx instead of ts-node

    jho44 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    b0fcae8 View commit details
    Browse the repository at this point in the history
  5. add checkpoints to test

    jho44 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    b9be628 View commit details
    Browse the repository at this point in the history
  6. add public env

    jho44 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    35ca350 View commit details
    Browse the repository at this point in the history
  7. do all tests

    jho44 committed Feb 25, 2024
    Configuration menu
    Copy the full SHA
    38edc5a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. fix db tests

    Jessica Ho authored and Jessica Ho committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    28e525a View commit details
    Browse the repository at this point in the history
  2. prismaclient fixture

    jho44 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    e24fd1c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a02dbf View commit details
    Browse the repository at this point in the history
  4. rm page and context closes

    jho44 committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    cb8501a View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. simple calendar tests

    jho44 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    9cef396 View commit details
    Browse the repository at this point in the history
  2. try to fix tests

    jho44 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    01f90d9 View commit details
    Browse the repository at this point in the history
  3. fix showing notifs

    jho44 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    5168bdc View commit details
    Browse the repository at this point in the history
  4. add logging to profile test

    jho44 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    ae17876 View commit details
    Browse the repository at this point in the history