-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Booking page and general availability (#104) * 🔨 enable booking page for general availability * ❌ revert debugging changes * Replace router.fullPath with window.location.href, as signed urls require a complete url. * ➕ add route checks * Fix docker dev server with the new sentry webpack stuff. * Features/98 ga data structure (#108) * Add models and schemas for Schedule and Availability * Fix missing/incorrect back_populates= for Appointment and Schedule * Add migration file for schedule and availability tables * Respond to PR feedback * Fix migration issue Happened because two migrations were auto generated in parallel. * Bugs/caldav connector clean up (#112) * 🔨 fix value check on updating calendars * 🔨 remove deprecated provider code * 👕 fix linter issues * Fix call on appointment id before NoneType check (#113) * General documentation (#116) * ➕ add general documentation * ➕ add general documentation * 📜 update component chart * Backend testing (#117) * 🔨 updated pytests * ➕ extend health and authentication tests * ➕ add authentication for test user * 📜 document testing in readme * ➕ add subscriber related tests * 👕 fix linter issues * 🔨 prevent connecting calendars manually * 🔨 check tier limit on connecting calendars * ➕ add calendar related tests * 🔨 only allow appointment creations on connected calendars * 🔨 cascade delete attendees on slot deletion * ➕ add appointment related tests * 📜 add hint for smtp server for testing * ➕ prepare google calendar tests * ➕ add google test env vars * Schedule API endpoints (#114) * ➕ add schedule API endpoints * Get current backend tests (#122) * General documentation (#116) * ➕ add general documentation * ➕ add general documentation * 📜 update component chart * Backend testing (#117) * 🔨 updated pytests * ➕ extend health and authentication tests * ➕ add authentication for test user * 📜 document testing in readme * ➕ add subscriber related tests * 👕 fix linter issues * 🔨 prevent connecting calendars manually * 🔨 check tier limit on connecting calendars * ➕ add calendar related tests * 🔨 only allow appointment creations on connected calendars * 🔨 cascade delete attendees on slot deletion * ➕ add appointment related tests * 📜 add hint for smtp server for testing * ➕ prepare google calendar tests * ➕ add google test env vars * 🔨 migrate data structure to current mockup * ➕ endpoint for schedule creation * ➕ add schedule test * ❌ remove appointment type * 🔨 improve model types and link verification * ➕ time slots calculation from schedule config * ➕ time slots comparison with remote events of assigned calendar * ➕ compare schedule to all connected calendars * ➕ check calendar connections first * ➕ add test for invalid availability link * ➕ check if actual booking slots exist * Use localStorage to cache logged-in user (#124) * Use localStorage to cache logged-in user * Rename import to use existing variable name * Update frontend/src/views/ProfileView.vue Co-authored-by: Andreas <[email protected]> --------- Co-authored-by: Andreas <[email protected]> * Features/97 Schedules settings page (#128) * Draft of GA Settings page (#126) * Basic layout without form * Finish styling header for general availability * Finish fake step 1 * Add placeholders for forms, adds buttons * Add placeholders for date and time inputs * Add placeholder for step 3 * Change form inputs to correct types * Additional styling on GA creation view * Makes booking settings reactive, styles slot length * Make sections toggle-able * Set start/end time v-model refs * Enable date picker for start/end date; add control to remove end date * Sets default days; shows action buttons * ➕ implement schedules page frontend * ➕ implement schedule live preview * 🔨 fix schedule preview on calendar navigation * 🔨 fix calendar view tab navigation * 🔨 fix names and calendar title in preview tooltip * 🔨 handle unset schedule end date * ➕ connect schedule page to actual schedule API endpoints * ➕ add active flag for schedules * ➕ extend toggle component * ➕ add disabled state for tab bar * ➕ implement schedule activation toggle * 🔨 convert schedule times to utc * 🔨 fix misaligned starting date for scheduled time slots * 🔨 make list of weekdays aware to locale start day of week * 🔨 fix calendar for different start of weeks * 🔨 reload on locale change to update dayjs instance * ➕ add option for event popup on right side * ➕ add month navigation for booking page * ➕ endpoint for availability booking * 🔨 fix timezone back calculation on schedule config * 🔨 fix remote event datetime format * 🔨 show confirmation modal only on first schedule save * ➕ implement ICS serving endpoint for schedule availabilities --------- Co-authored-by: Melissa Autumn <[email protected]> Co-authored-by: Chris Aquino <[email protected]>
- Loading branch information
1 parent
e6e4f2d
commit a846fb0
Showing
51 changed files
with
3,589 additions
and
1,439 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.