TrueSparrowSystems / AI-SalesSparrow-Android-App

MIT License
1 stars 0 forks source link

Sprint 3 #96

Closed dakshbhardwaj closed 11 months ago

dakshbhardwaj commented 11 months ago

Summary:

Summary by CodeRabbit

coderabbitai[bot] commented 11 months ago

Walkthrough

This pull request introduces significant enhancements to the application, focusing on event and task management. It includes new screens, data models, API endpoints, and updates to existing components. The changes also improve testability by adding test tags and improve accessibility by adding content descriptions.

Changes

File(s) Summary
app/build.gradle.kts Added kotlin-parcelize plugin, updated version codes and names, and added androidx.webkit:webkit dependency.
app/src/main/java/com/truesparrow/sales/api/*.kt Added new API endpoints and response/request models.
app/src/main/java/com/truesparrow/sales/common_components/*.kt Introduced new UI components and updated existing ones with additional functionality and improved readability.
app/src/main/java/com/truesparrow/sales/models/*.kt Added new data classes and updated existing ones to support new features.
app/src/main/java/com/truesparrow/sales/repository/*.kt Added new repositories and updated existing ones to handle new API calls.
app/src/main/java/com/truesparrow/sales/screens/*.kt Introduced new screens and updated existing ones with additional functionality and improved navigation.
app/src/main/java/com/truesparrow/sales/services/NavigationService.kt Added new navigation methods for improved readability and maintainability.
app/src/main/java/com/truesparrow/sales/util/*.kt Added utility functions for date and time conversion.
app/src/main/java/com/truesparrow/sales/viewmodals/*.kt Added new ViewModels and updated existing ones to handle new functionality.
docs Updated subproject commit hash.

🐇💻

Code hopping, features popping,

In the land of tasks and events, we're never stopping.

With test tags for our sight, and content descriptions for our flight,

We code the day and debug the night. 🌙✨


Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - If you reply to a *review comment* from CodeRabbit, the bot will automatically respond. - To engage with CodeRabbit bot directly around the specific lines of code in the PR, mention @coderabbitai in your review comment - Note: Review comments are made on code diffs or files, not on the PR overview. - Add `@coderabbitai ignore` anywhere in the PR description to prevent this PR from being reviewed. ### CodeRabbit Commands (invoked as PR comments) - `@coderabbitai pause` to pause the reviews on a PR. - `@coderabbitai resume` to resume the paused reviews. - `@coderabbitai review` to trigger a review. This is useful when automatic reviews are disabled for the repository. - `@coderabbitai help` to get help. - `@coderabbitai resolve` to resolve all the CodeRabbit review comments. Note: For conversation with the bot, please use the review comments on code diffs or files. ### CodeRabbit Configration File (`.coderabbit.yaml`) - You can programmatically configure CodeRabbit by adding a `.coderabbit.yaml` file to the root of your repository. - The JSON schema for the configuration file is available [here](https://coderabbit.ai/integrations/coderabbit-overrides.json). - 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/coderabbit-overrides.json`