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

fix: Broken reschedule page for migrated user's booking through request-reschedule #16068

Merged
merged 9 commits into from
Aug 29, 2024

Commits on Aug 29, 2024

  1. Configuration menu
    Copy the full SHA
    b877ad2 View commit details
    Browse the repository at this point in the history
  2. Fix test and remove silly logs

    hariombalhara authored and zomars committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    6ea7e7c View commit details
    Browse the repository at this point in the history
  3. feat: Add rescheduledBy & canceledBy fields in the DB (#15337)

    * feat: Add rescheduledBy & canceledBy fields in the DB
    
    * fix: type check
    
    * fix: type check
    
    * fix: use session user email for reschedule
    
    * fix: unit test
    
    * feat: db field email validation
    
    * feat: rescheduledBy and cancelledBy in webhooks
    
    * revert unrelated changes.
    
    * make session user secondary, default to Anonymous
    
    * if condition not required
    
    * Make cancelledBy optional
    
    Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
    
    * update cancel booking type
    
    * fix: update cancelledBy in db when requesting reschedule
    
    * remove default value for fields
    
    * fix: type check
    
    * feat: manage fields via api v1
    
    * fix: add fields in booking read api v1
    
    * test: expand to cover new fields
    
    * fix: use cancelledBy param on booking page
    
    ---------
    
    Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com>
    Co-authored-by: Syed Ali Shahbaz <52925846+alishaz-polymath@users.noreply.github.com>
    Co-authored-by: Peer Richelsen <peeroke@gmail.com>
    4 people authored and zomars committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    68adc77 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    20fe19c View commit details
    Browse the repository at this point in the history
  5. refactor: more feedback

    zomars committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    731e431 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    657f1ba View commit details
    Browse the repository at this point in the history
  7. Update director.ts

    zomars committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    cb09f8e View commit details
    Browse the repository at this point in the history
  8. Update director.ts

    zomars committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    524ba48 View commit details
    Browse the repository at this point in the history
  9. Update builder.ts

    zomars committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    d5841d5 View commit details
    Browse the repository at this point in the history