-
Notifications
You must be signed in to change notification settings - Fork 0
FINDIT-153 Beacon development #21
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
Conversation
…to FINDIT-153-Beacon-development # Conflicts: # app/(tabs)/navigation.tsx # bun.lock # graphql/gql.ts # graphql/graphql.ts # package.json
…client-app into FINDIT-153-Beacon-development
Co-authored-by: Violeta Ramos <VioletaR@users.noreply.github.com>
Co-authored-by: Violeta Ramos <VioletaR@users.noreply.github.com>
Co-authored-by: Violeta Ramos <VioletaR@users.noreply.github.com>
…nto FINDIT-153-Beacon-development
Co-authored-by: Violeta Ramos <VioletaR@users.noreply.github.com>
…nto FINDIT-153-Beacon-development
This reverts commit 3b77d6d.
WalkthroughThis update introduces comprehensive enhancements for indoor navigation and product search within a retail application. Major changes include dynamic beacon-based positioning using a Kalman filter, updated GraphQL queries for efficient product listing and search, new GeoJSON spatial datasets, and improved UI components for navigation and checkout flows. Supporting utility modules, constants, and type declarations were added or refactored to facilitate these features. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant App
participant Beacons
participant KalmanFilter
participant GraphQL
participant MapView
User->>App: Starts in-store navigation
App->>Beacons: Requests scan (via permissions)
Beacons-->>App: Emits scan results (RSSI, id)
App->>KalmanFilter: Updates beacon distances
KalmanFilter-->>App: Smoothed distances
App->>App: Calculate user position (least squares)
App->>GraphQL: Fetches product list for current shopping list
GraphQL-->>App: Returns products
App->>App: Match products to map features
App->>MapView: Updates map with user position, path, products
App->>User: Shows navigation modal (directions, progress, checkout)
User->>App: Marks product as picked / proceeds to checkout
App->>GraphQL: Updates picked status / navigates home
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI ⛔ Files ignored due to path filters (3)
📒 Files selected for processing (33)
Note 🎁 Summarized by CodeRabbit FreeYour organization is on the Free plan. CodeRabbit will generate a high-level summary and a walkthrough for each pull request. For a comprehensive line-by-line review, please upgrade your subscription to CodeRabbit Pro by visiting https://app.coderabbit.ai/login. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Join our Discord community for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
VioletaR
left a comment
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.
Pain
|
🚀 Expo preview is ready!
|

the end. 🥹
Summary by CodeRabbit
New Features
Bug Fixes
Refactor
Chores
Documentation