Conversation
* add mock task data and Task type definition * add TaskBadge and TasksHeader components * add TabBar and ActiveFilterChips components * add TaskCard and TaskList components * added tasks tab screen and register in tab navigator * fix babel.config * icon * Refactor activeTab state to use TabName type * Refactor task handling with tabConfigs * Refactor ActiveFilterChipsProps to enforce required props Updated ActiveFilterChipsProps to require onRemoveFilter and onClearAll callbacks. * Refactor tab identifiers to use constants * made constant file with VARIANT and TAB and replaced string literals * packagelock.json * attempting to update package and package lock * attempt 2 * attempt 3 * VARIENT name change * ran npx prettier --write --------- Co-authored-by: Dao Ho <84757503+Dao-Ho@users.noreply.github.com>
* rooms migration file * feat: guest booking migration * rls fix * indexes on both tables * type fix * incomplete guest bookings table + endpoint * server integrated + openapi * moved getRooms to rooms repo * get guests endpoint * changes * fixed openapi * remove stale webhook dir * route for specific guest info * cleanup GetBookingsByFloor handler * changed some models * filtered by hotel id * lint * may the lint gods be merciful * comments * fixed issue * rename --------- Co-authored-by: eric-kitagawa <kitagawa.e@northeastern.edu>
…equest_version) composite key (#190)
* reveal rooms page in dashboard * updated selected styling + tags styling * update side panel buttons to use primary color as well * format * lint
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Type of Change
Related Issue(s)
Closes #
Related to #
What Changed?
Testing & Validation
How this was tested
Screenshots/Recordings
Unfinished Work & Known Issues
Notes & Nuances
Pre-Merge Checklist
Code Quality
Testing & CI
Documentation
Reviewer Notes