-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: availability page functionality (#85)
* feat: ✨ fix auth * fix: 🐛 add relation info for meeting and availabilities * feat: ✨ insert/update availabilities * feat: ✨ read and display availability from DB * feat: ✨ (stable) saving and loading availability * feat: ✨ save guest availability * fix: 🐛 add in auth_methods, keep schema as notNull() * Revert "fix: 🐛 add in auth_methods, keep schema as notNull()" This reverts commit 9320a05. * Revert "Revert "fix: 🐛 add in auth_methods, keep schema as notNull()"" This reverts commit d8fb1d7. * fix: 🐛 revert schema changes (for real) * feat: ✨ correct err message for duplicate username * feat: ✨ get guest login to semi-work * chore: 🔧 cleanup logs * refactor: ♻️ cleanup guest form submission in login modal * refactor: ♻️ cleanup api calls and error handling in login modal * refactor: ♻️ clean up how meeting id and data is passed around * docs: 📚️ add note about .submit() * chore: 🔧 misc. cleanup * refactor: ♻️ correct var names * docs: 📚️ add in meeting creation util * feat: ✨ create meeting dates w/ meeting, fix retrieval of availabilities * fix: 🐛 reference isAvailable in reactive block * fix: 🐛 misc. fixes * fix: 🐛 unblock insert * feat: ✨ wrap multi-insert with transaction * fix: 🐛 simplify type * fix: 🐛 match parse to ZotDate[] * fix: 🐛 unasync map func * chore: 🔧 use pgTable --------- Co-authored-by: Sean Fong <[email protected]>
- Loading branch information
1 parent
d589378
commit cd42556
Showing
19 changed files
with
599 additions
and
120 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,6 +31,7 @@ | |
$: { | ||
updateBlockColor(selectionState); | ||
isAvailable; | ||
} | ||
</script> | ||
|
||
|
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.