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

Updated check-in table/tabs #106

Merged
merged 5 commits into from
Mar 5, 2024
Merged

Updated check-in table/tabs #106

merged 5 commits into from
Mar 5, 2024

Conversation

phillipcutter
Copy link
Contributor

Authors: @phillipcutter @jessieh9

What does this PR contain?

Updated checkin page to:

  • Include tabs for "All", "Checked-in", "Not Checked-in", and "Guests"
  • Update columns of the table to include a type, status, number in party, and appropriate action

How did you test these changes?

We tested these changes by ensuring the "Check-in" and "Input Data" buttons work accordingly, as well as the tabs/search properly filtering displayed data.

Attach images (if applicable)

image
Event 35 with all volunteers

image
Searching working with new tabs

image
Not checked-in user

Closes #97

@phillipcutter phillipcutter linked an issue Mar 1, 2024 that may be closed by this pull request
Copy link
Collaborator

@NwinNwin NwinNwin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGMT!

const searchResult = fuse.search(input);
const reduceResult = searchResult.map(result => result.item);
setVolunteerResults(reduceResult);
}
}, [input, searchResults, joinedData]);
}, [input, joinedData]);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ [eslint] <react-hooks/exhaustive-deps> reported by reviewdog 🐶
React Hook useEffect has a missing dependency: 'eventId'. Either include it or remove the dependency array.

@NwinNwin NwinNwin merged commit 126b3a6 into main Mar 5, 2024
4 checks passed
@NwinNwin NwinNwin deleted the 97-new-checkin-tabstable branch March 5, 2024 04:12
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.

New Checkin Tabs/Table
4 participants