Skip to content

Deploy: some more feats/rooms screen#193

Merged
Dao-Ho merged 6 commits intoprodfrom
main
Mar 18, 2026
Merged

Deploy: some more feats/rooms screen#193
Dao-Ho merged 6 commits intoprodfrom
main

Conversation

@Dao-Ho
Copy link
Copy Markdown
Contributor

@Dao-Ho Dao-Ho commented Mar 18, 2026

Description

Type of Change

  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Refactoring (code improvement without changing functionality)
  • Documentation update
  • Configuration/infrastructure change
  • Performance improvement
  • Test coverage improvement

Related Issue(s)

Closes #
Related to #

What Changed?

Testing & Validation

How this was tested

Screenshots/Recordings

Unfinished Work & Known Issues

  • None, this PR is complete and production-ready
  • The following items are intentionally deferred:



Notes & Nuances



Pre-Merge Checklist

Code Quality

  • Code follows the project's style guidelines and conventions
  • Self-review completed (I've reviewed my own code for obvious issues)
  • No debugging code, console logs, or commented-out code left behind
  • No merge conflicts with the base branch
  • Meaningful commit messages that explain the "why"

Testing & CI

  • All CI checks are passing
  • All new and existing tests pass locally
  • Test coverage hasn't decreased (or decrease is justified)
  • Linting passes without errors

Documentation

  • Code is self-documenting or includes helpful comments for complex logic
  • API documentation updated (if backend endpoints changed)
  • Type definitions are accurate and up-to-date

Reviewer Notes

  • Areas needing extra attention: ...
  • Questions for reviewers: ...

spokonya and others added 6 commits March 17, 2026 16:57
* 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>
* reveal rooms page in dashboard

* updated selected styling + tags styling

* update side panel buttons to use primary color as well

* format

* lint
@Dao-Ho Dao-Ho marked this pull request as ready for review March 18, 2026 23:10
@Dao-Ho Dao-Ho merged commit 74ec4c7 into prod Mar 18, 2026
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants