Skip to content

Conversation

@Devasy
Copy link
Owner

@Devasy Devasy commented Jul 31, 2025

No description provided.

google-labs-jules bot and others added 22 commits July 30, 2025 13:56
…isting ones.

- A "Create Group" modal has been added to the home screen.
- A new "Join Group" screen has been created where you can enter a join code.
- The groups list on the home screen automatically refreshes after a group is created or joined.
…nd group details screens based on your feedback.

- **Equal Split Member Selection:** You can now select which members to include when splitting an expense equally.
- **Optimized Settlements Summary:** The group details page now displays a summary of optimized settlements for you, showing who you need to pay and how much.
- **Transaction-level Balance Display:** Each expense in the group details now shows your financial relationship to it (e.g., "You borrowed $30").
…s page.

The previous implementation did not correctly display the scenario where you are owed money. This has been corrected. The summary now shows:
- What you owe to others.
- What others owe to you.
- A "settled up" message when there are no outstanding debts.
- A "Friends" tab has been added to the main navigation.
- The new screen displays a list of friends (users from shared groups).
- For each friend, it shows the net balance aggregated across all shared groups.
- Each friend item can be expanded to show a breakdown of balances per group.
- The client-side logic fetches all group data and calculates these balances.
The error was a `TypeError` caused by incorrectly accessing the expenses array when calculating friend balances. This has been corrected. The client-side calculation logic is now more robust and handles cases where groups may not have any expenses.
- An "Account" tab has been added to the main navigation.
- The new screen displays user information and a list of options.
- You can now edit your profile information (name).
- The logout functionality is accessible from this page.
- Placeholders are included for future features like email settings and feedback.
- The groups list now shows an icon for each group, with a fallback to the group's first initial.
- The group details screen also displays the icon in its header for a consistent user experience.
… the Android APK for the frontend application.

The workflow is triggered on push to the main branch and can also be run manually. It performs the following steps:
- Sets up the Node.js and Java environment.
- Installs project dependencies.
- Builds the Android APK using Expo Application Services (EAS).
- Uploads the generated APK as a build artifact.

An `eas.json` configuration file has also been added to the frontend project.
updates the version of upload artifact
…for pull requests using Expo Application Services (EAS).

- The workflow is now triggered on `pull_request`.
- It uses the `expo/expo-github-action` to simplify the setup of the Expo environment.
- The build step has been changed from `eas build` to `eas update` to create a preview of the changes, which is faster and more efficient for reviewing pull requests.
- The workflow file has been renamed to `preview.yml` to better reflect its purpose.
- Added GroupsStackNavigator for managing group-related screens including GroupsList, GroupDetails, AddExpense, and JoinGroup.
- Created MainNavigator to handle bottom tab navigation for Groups, Friends, and Account screens.
- Developed AccountScreen, AddExpenseScreen, FriendsScreen, GroupDetailsScreen, HomeScreen, JoinGroupScreen, LoginScreen, and SignupScreen with placeholder content.
- Introduced GroupDetailsScreen.styles for styling the GroupDetailsScreen.
- Established a theme configuration in theme.ts for Material 3 design.
- Created global variables for spacing, border radius, typography, elevation, and state layer opacity in variables.ts.
- Defined types for User, Group, Expense, Settlement, and API responses in index.ts.
- Added utility functions for formatting currency, calculating user balance, and validating inputs in helpers.ts.
- Configured TypeScript settings in tsconfig.json for the project.
@Devasy Devasy requested a review from vrajpatelll as a code owner July 31, 2025 17:20
@netlify
Copy link

netlify bot commented Jul 31, 2025

Deploy Preview for splitwizer failed. Why did it fail? →

Name Link
🔨 Latest commit 1ee8096
🔍 Latest deploy log https://app.netlify.com/projects/splitwizer/deploys/688ba5d9e2f2b9000865feed

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Jul 31, 2025

Important

Review skipped

Draft detected.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing Touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch feat/new-material-3-branch

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

  • Review comments: Directly reply to a review comment made by CodeRabbit. Example:
    • I pushed a fix in commit <commit_id>, please review it.
    • Explain this complex logic.
    • Open a follow-up GitHub issue for this discussion.
  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page 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)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai generate unit tests to generate unit tests for this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@codecov
Copy link

codecov bot commented Jul 31, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.96%. Comparing base (ca38e84) to head (1ee8096).
⚠️ Report is 2 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #99   +/-   ##
=======================================
  Coverage   88.96%   88.96%           
=======================================
  Files          29       29           
  Lines        3923     3923           
  Branches      189      189           
=======================================
  Hits         3490     3490           
  Misses        433      433           
Flag Coverage Δ
api 88.96% <ø> (ø)
backend 88.96% <ø> (ø)
python 88.96% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Components Coverage Δ
Authentication System ∅ <ø> (∅)
Expense Management ∅ <ø> (∅)
Group Management ∅ <ø> (∅)
User Management ∅ <ø> (∅)
Backend Core 66.66% <ø> (ø)
Frontend Authentication ∅ <ø> (∅)
Frontend Screens ∅ <ø> (∅)
Frontend Core ∅ <ø> (∅)
🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@github-actions
Copy link

🚀 Expo preview is ready!

  • Project → frontend
  • Platforms → android, ios
  • Runtime Version → 1.0.0
  • More info

Learn more about 𝝠 Expo Github Action

@Devasy Devasy marked this pull request as draft July 31, 2025 17:26
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.

2 participants