-
Notifications
You must be signed in to change notification settings - Fork 30
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
improve PosterHall search by adjusting fuse.js options + related #1460
Conversation
now search works more sensibly so no need to restrict
kept name as is so mortals could also enter posterX and get result. Makes it also fun - with fuzzy finds then posters in "near" number
Code Climate has analyzed commit 95f4c39 and detected 3 issues on this pull request. Here's the issue category breakdown:
View more on Code Climate. |
Visit the preview URL for this PR (updated for commit 11cca35): https://co-reality-staging--preview-pr-1460-601g4q77.web.app (expires Fri, 11 Jun 2021 08:04:55 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
FWIW: 👍 from me! ;-) |
|
@0xdevalias you did the review on a bit outdated code |
@mike-lvov It wasn’t at the time I was doing it. It wasn’t intended as a deep thorough review anyway, more to point out some things I noticed on my phone while in bed. |
RE: #1460 (comment)
@yarikoptic I'm going to call that OOS for this PR in the interest of landing it sooner and avoiding scope creep. If you wanted to open a new backlog issue describing the request, we can handle that as a potential future improvement. Edit: Backlogged in #1467 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[CRO] @mike-lvov I'm going to preemptively approve this to unblock you, as I don't see any huge issues, but note that I haven't tested it yet, and there are a few notes in here that are probably worth checking/fixing before it gets merged.
Edit: The discussion in #1460 (comment) is probably still worth checking through + potentially fixing still.
Copying this out of the comment thread for visibility purposes:
|
Thanks for all of your work on this @yarikoptic! (and @mike-lvov for your additional cleanup/polish) 🎉 |
Woohoo -- thank you @mike-lvov and @0xdevalias !!! de- |
* origin/staging: add my engineering QoL helper scripts (sparkletown#1466) improve PosterHall search by adjusting fuse.js options + related (sparkletown#1460) add ability to share a PosterPage on social media (sparkletown#1396) add optional scheduleStartDate to DB + force NavBarSchedule to start from that date when present (sparkletown#1419) Conflicts: src/hooks/posters.ts - replaced sampleSize with shuffle around the entire set
* origin/staging: Fixes object freezing err (sparkletown#1474) add chat 'question' mode to highlight questions in the chat (sparkletown#1424) Add chat 'poll' mode + related ChatPoll feature (sparkletown#1343) add loading when editing venue table (sparkletown#1473) add EventModal + cleanup from new schedule implementation (sparkletown#1426) add sorting + proper 'show more' button in ScreeningRoom (sparkletown#1464) add table topic manage functionality (sparkletown#1377) Remove @DEPT - it was a false positive (sparkletown#1470) refactor openUrl/openRoomUrl/enterVenue to allow custom openers + use React Router for navigation in PosterPreview / NavBar's back button (sparkletown#1468) add my engineering QoL helper scripts (sparkletown#1466) improve PosterHall search by adjusting fuse.js options + related (sparkletown#1460) add ability to share a PosterPage on social media (sparkletown#1396) add optional scheduleStartDate to DB + force NavBarSchedule to start from that date when present (sparkletown#1419) ENH: now that posters loading/display is fast - boost to 48 (sparkletown#1445) fix logic in Auditorium (v1) where row/column 0 is treated as false instead of being a valid seat (sparkletown#1439) Conflicts: seems still trivialto resolve src/components/molecules/NavSearchBar/NavSearchBar.tsx src/components/organisms/ChatSidebar/components/VenueChat/VenueChat.tsx src/settings.ts
…-export * upstream/staging: remove venue hook from party map template (sparkletown#1482) Fix profile questions page (sparkletown#1481) Fixes object freezing err (sparkletown#1474) add chat 'question' mode to highlight questions in the chat (sparkletown#1424) Add chat 'poll' mode + related ChatPoll feature (sparkletown#1343) add loading when editing venue table (sparkletown#1473) add EventModal + cleanup from new schedule implementation (sparkletown#1426) add sorting + proper 'show more' button in ScreeningRoom (sparkletown#1464) add table topic manage functionality (sparkletown#1377) Remove @DEPT - it was a false positive (sparkletown#1470) refactor openUrl/openRoomUrl/enterVenue to allow custom openers + use React Router for navigation in PosterPreview / NavBar's back button (sparkletown#1468) add my engineering QoL helper scripts (sparkletown#1466) improve PosterHall search by adjusting fuse.js options + related (sparkletown#1460) add ability to share a PosterPage on social media (sparkletown#1396)
Note: This is a re-created PR (to fix CI issues/etc) for the work tested & developed by @yarikoptic in #1443
Edit: While the original PR accidentally overwrote the commit history, that has since been fixed and restored. Details in #1460 (comment)
This is basically a copy of #1443 + some additions/tweaks.
The reason for copying it was to test it & slightly clean up the code
closes #1391
closes #1453
Original PR Description