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

Fix readme #88

Merged
merged 12 commits into from
Mar 28, 2024
Merged

Fix readme #88

merged 12 commits into from
Mar 28, 2024

Conversation

cp-sneha-s
Copy link
Collaborator

@cp-sneha-s cp-sneha-s commented Mar 27, 2024

Purpose

  • Update readme
  • Allow admin to edit date of birth of employee
  • UI Fixes

Summary by CodeRabbit

  • New Features

    • Expanded user guide with detailed instructions for Admin, HR, and Employee roles.
    • Enhanced setup instructions including Firebase and Flutter environment setup.
    • Introduced role-based route initialization and better state management in navigation.
    • Added capitalization extension for strings.
    • Updated UI elements for clarity, including renaming "Take Photo" to "Camera".
    • Added dateOfBirth field in employee details for admin editing functionality.
    • Improved UI layout and interactivity in admin member editing features.
    • Enhanced event card UI to handle different statuses.
  • Bug Fixes

    • Fixed initialization issue in the main application router setup.
  • Documentation

    • Significantly updated README.md with comprehensive setup and user guide sections.
  • Style

    • Adjusted UI elements' styles, including button shapes and alignment for better user experience.
  • Refactor

    • Refined data model and bloc event handling for employee details editing.
    • Optimized navigation and event handling in the app drawer and member list screen.

Copy link

coderabbitai bot commented Mar 27, 2024

Important

Auto Review Skipped

Review was skipped due to path filters

Files ignored due to path filters (1)
  • screenshots/Unity.png is excluded by !**/*.png

Walkthrough

The project underwent significant enhancements in user guidance and app functionality. Notable improvements include detailed role-specific instructions in the README, refined setup processes, and code modifications for enhanced usability. Key changes involve the addition of a dateOfBirth field in the employee model and UI refinements for improved navigation based on user roles.

Changes

Files Change Summary
README.md, lib/main.dart Updated user guide with detailed instructions and modified _router initialization.
lib/app_router.dart Overhauled AppRouter with constructor for GoRouter and adjusted routes for user roles.
lib/data/core/extensions/string_extension.dart, lib/ui/admin/members/edit_employee/widgets/role_toggle_button.dart Added StringExtension, adjusted UI, and replaced dependencies.
lib/data/l10n/app_en.arb Renamed user setting to "Camera" for clarity.
lib/data/model/employee/employee.g.dart, test/unit_test/admin/member/edit_employee/admin_edit_employee_details_test.dart, lib/ui/admin/members/edit_employee/... Added dateOfBirth field and updated tests and UI handling.
lib/ui/shared/appbar_drawer/drawer/app_drawer.dart, lib/ui/shared/events/celebrations_event_card.dart, lib/ui/widget/pick_image_bottom_sheet.dart Enhanced navigation, updated UI for event status, and refined button labels.
lib/ui/admin/members/list/member_list_screen.dart Updated UI properties for readability and aesthetics.

Poem

"In the realm of code, where changes abound, 🌟
A rabbit hopped in, improvements were found. 🐇
With a hop, a skip, in the digital glade,
It tweaked and it polished, improvements it made.
From routes to UI, with care it did comb,
To give users a guide, a much brighter home. 🏡
So here's to the changes, both big and quite small,
A toast from the rabbit, who hopped through it all! 🥂"

Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?

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>.
    • Generate unit-tests for this file.
    • 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 generate unit tests for this file.
    • @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 generate interesting stats about this repository and render them as a table.
    • @coderabbitai show all the console.log statements in this repository.
    • @coderabbitai read src/utils.ts and generate unit tests.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.

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 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 resolve resolve all the CodeRabbit review comments.
  • @coderabbitai help to get help.

Additionally, you can add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.

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.
  • 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.v2.json

CodeRabbit Discord Community

Join our Discord Community to get help, request features, and share feedback.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Review Status

Actionable comments generated: 13

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between be6a6ba and 4019d85.
Files ignored due to path filters (4)
  • cta/app store.png is excluded by: !**/*.png
  • cta/app-store.svg is excluded by: !**/*.svg
  • cta/google play.png is excluded by: !**/*.png
  • cta/play-store.png is excluded by: !**/*.png
Files selected for processing (17)
  • README.md (2 hunks)
  • lib/app_router.dart (11 hunks)
  • lib/data/core/extensions/string_extension.dart (1 hunks)
  • lib/data/l10n/app_en.arb (1 hunks)
  • lib/data/model/employee/employee.g.dart (1 hunks)
  • lib/main.dart (1 hunks)
  • lib/ui/admin/members/edit_employee/admin_edit_employee_screen.dart (1 hunks)
  • lib/ui/admin/members/edit_employee/bloc/admin_edit_employee_bloc.dart (3 hunks)
  • lib/ui/admin/members/edit_employee/bloc/admin_edit_employee_events.dart (2 hunks)
  • lib/ui/admin/members/edit_employee/bloc/admin_edit_employee_state.dart (3 hunks)
  • lib/ui/admin/members/edit_employee/widgets/admin_edit_employee_form.dart (3 hunks)
  • lib/ui/admin/members/edit_employee/widgets/role_toggle_button.dart (1 hunks)
  • lib/ui/admin/members/list/member_list_screen.dart (2 hunks)
  • lib/ui/shared/appbar_drawer/drawer/app_drawer.dart (3 hunks)
  • lib/ui/shared/events/celebrations_event_card.dart (4 hunks)
  • lib/ui/widget/pick_image_bottom_sheet.dart (2 hunks)
  • test/unit_test/admin/member/edit_employee/admin_edit_employee_details_test.dart (8 hunks)
Additional comments: 30
lib/ui/admin/members/edit_employee/bloc/admin_edit_employee_state.dart (3)
  • 9-9: The addition of the dateOfBirth field to AdminEditEmployeeDetailsState is consistent with the existing pattern for handling nullable date fields. Good use of nullable DateTime type.
  • 21-21: Correctly updated the constructor to initialize the dateOfBirth field. This follows the class's existing initialization pattern.
  • 44-52: The update to the copyWith method to include the dateOfBirth field is correctly implemented, following the pattern of the other fields.
lib/ui/admin/members/edit_employee/widgets/role_toggle_button.dart (3)
  • 3-3: The changes in dependency management, removing app_localization.dart and adding string_extension.dart, align with the use of the new StringExtension for capitalizing role names. This is a good application of the newly added extension.
  • 18-50: The reorganization of the UI layout within the ToggleButton widget, including the dynamic generation of role buttons, enhances the widget's maintainability and scalability. Good use of List.generate for creating role buttons.
  • 11-11: Updating the onRoleChange callback signature to accept nullable Role values provides increased flexibility in role management. This is a thoughtful change that allows for more nuanced role selection/deselection.
lib/ui/widget/pick_image_bottom_sheet.dart (2)
  • 30-30: Changing the button label text from locale.user_setting_take_photo_tag to locale.user_setting_camera_tag likely improves UI clarity and enhances user experience by making the button's purpose clearer.
  • 72-74: The updates to the SelectButton widget, including text alignment, max lines, and overflow properties, improve the text's appearance and ensure it fits within the button. These changes enhance the UI's overall look and feel.
lib/ui/admin/members/edit_employee/bloc/admin_edit_employee_events.dart (2)
  • 10-18: The inclusion of the dateOfBirth field in EditEmployeeByAdminInitialEvent is a necessary update that aligns with the feature's requirements to support editing employee date of birth information. This ensures the initial event can carry the necessary data for initializing the edit form.
  • 75-81: The addition of the ChangeEmployeeDateOfBirth class introduces a new event for handling changes to an employee's date of birth, aligning with the application's architecture and state management practices. This is a necessary addition for supporting dynamic updates to this field.
lib/main.dart (1)
  • 49-49: The change to initialize the _router variable with getIt<AppRouter>().router() suggests an architectural change in the AppRouter class to use a method for router initialization. Ensure that all references to _router throughout the application have been updated accordingly.
Verification successful

The executed script did not find any outdated references to the _router variable using the old initialization pattern, suggesting that the change to the _router initialization has been correctly applied throughout the application. Ensure to review any indirect references or variations of the pattern that might not have been caught by this script.

Scripts Executed

The following scripts were executed for the analysis:


Script:

#!/bin/bash
# Search for any outdated references to the `_router` variable.
rg --type dart '_router = getIt<AppRouter>().router'

Length of output: 54

lib/ui/admin/members/edit_employee/admin_edit_employee_screen.dart (1)
  • 25-27: Updating the EditEmployeeByAdminInitialEvent to include the dateOfBirth parameter aligns with the feature's requirements to support editing employee date of birth information. This ensures the initial state of the edit form accurately includes the employee's date of birth.
lib/ui/admin/members/edit_employee/bloc/admin_edit_employee_bloc.dart (4)
  • 33-33: Adding the ChangeEmployeeDateOfBirth event handler is a good addition for handling date of birth changes. Ensure that the corresponding event class is properly defined and includes necessary validations if any.
  • 40-41: Initializing dateOfBirth in _initRoleTypeAndDate method ensures that the date of birth is set when the bloc is initialized. Consider handling potential null values for event.dateOfBirth to ensure robustness.
  • 54-57: The implementation of _changeDateOfBirth is straightforward and correctly updates the state with the new date of birth. This is a clean approach to handling state updates for the date of birth.
  • 132-132: Including dateOfBirth in the updateEmployeeDetails call ensures that the employee's date of birth is updated along with other details. This aligns with the PR's objective to enable administrators to edit the date of birth of employees.
lib/ui/admin/members/list/member_list_screen.dart (3)
  • 110-110: Changing the minExtent from 60 to 80 in HeaderDelegate class affects the minimum height of the header. Ensure this change aligns with the desired UI layout and does not introduce any visual inconsistencies.
  • 114-114: Always returning true from shouldRebuild ensures that the header delegate is rebuilt whenever needed. However, this could lead to unnecessary rebuilds. Consider implementing a more specific condition for rebuilding if performance becomes a concern.
  • 141-141: Updating the color property in BoxDecoration for MembersTile to context.colorScheme.surface is a good practice for maintaining consistency with the theme. Ensure that all other UI components follow the theme consistently.
lib/ui/shared/appbar_drawer/drawer/app_drawer.dart (2)
  • 46-48: Adding a call to GoRouter.of(context).refresh() and context.replaceNamed() based on a condition is a good approach to ensure the UI reflects the current state accurately. Make sure to handle any potential exceptions that could arise from navigation actions.
  • 80-82: Adjusting formatting in the SpaceList widget improves readability and maintainability of the code. It's always beneficial to keep the code clean and well-organized.
lib/ui/shared/events/celebrations_event_card.dart (2)
  • 11-11: Adding an import for 'circular_progress_indicator.dart' is necessary for the loading state UI. Ensure that the widget is used appropriately within the UI to indicate loading states.
  • 135-152: Modifying the EventsList widget to handle different Status states with corresponding UI changes is a good practice for responsive UI design. Ensure that all possible states are handled correctly and that the UI updates are smooth and user-friendly.
lib/ui/admin/members/edit_employee/widgets/admin_edit_employee_form.dart (3)
  • 67-75: Changing the ToggleButton widget structure within the builder method improves the modularity and readability of the code. Ensure that the onRoleChange callback is properly implemented and tested.
  • 158-158: Adjusting the borderRadius value for the shape property of a RoundedRectangleBorder aligns with the UI design consistency. Ensure that this change is reflected across all similar UI elements for a uniform look and feel.
  • 175-205: Adding a new field for dateOfBirth with an ElevatedButton widget in the form is crucial for enabling administrators to edit this information. Ensure that the date picker functionality is thoroughly tested, especially the edge cases around date selection.
test/unit_test/admin/member/edit_employee/admin_edit_employee_details_test.dart (2)
  • 33-33: Adding the dateOfBirth field to the employee details in the test setup is necessary to align with the changes in the application code. Ensure that all relevant test cases are updated to include this new field.
  • 48-56: Updating tests to include dateOfBirth in the test scenarios ensures that the functionality related to handling the date of birth is correctly tested. This is a good practice for maintaining comprehensive test coverage.
lib/data/l10n/app_en.arb (1)
  • 347-347: The change from "Take Photo" to "Camera" enhances clarity and consistency within the application's UI elements.
lib/app_router.dart (1)
  • 370-386: > 📝 NOTE

This review was outside the diff hunks and was mapped to the diff hunk with the greatest overlap. Original lines [49-383]

The introduction of ValueKey in various places (lines 86, 99, 165, 194, 262, 273, 328, 356) based on _userManager.currentSpaceId is a good practice for optimizing widget rebuilds in Flutter. It ensures that the widget only rebuilds when the currentSpaceId changes, which is particularly useful in a navigation context where the state might change frequently. This change enhances the efficiency of state management within the app.

However, there are a few areas that could benefit from further refinement:

  1. Error Handling in Routing: The errorPageBuilder (line 54) provides a generic error page for all routing errors. While this is a good default, consider implementing more granular error handling based on the type of routing error (e.g., unauthorized access, page not found). This can improve user experience by providing more context-specific feedback.

  2. Redirection Logic Complexity: The redirection logic (lines 373-383) is crucial for managing user access based on authentication and role. However, the current implementation is somewhat hard to follow due to its nested conditional structure. Refactoring this logic into a separate method or using a more declarative approach could improve readability and maintainability.

  3. Routing Configuration Scalability: As the application grows, the routing configuration within the router method could become increasingly complex. Consider separating the route definitions into a separate class or file. This separation of concerns can make the routing configuration more manageable and easier to update.

  4. Testing: Ensure comprehensive testing of the routing logic, especially the new redirection logic and role-based route initialization. This is crucial for verifying that users are correctly directed based on their authentication status and role.

Consider implementing more granular error handling for routing errors, refactoring the redirection logic for better readability, separating the route definitions for scalability, and ensuring comprehensive testing of the routing logic.

lib/data/model/employee/employee.g.dart Outdated Show resolved Hide resolved
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Review Status

Actionable comments generated: 11

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 4019d85 and 9d8db95.
Files selected for processing (1)
  • README.md (2 hunks)

README.md Outdated Show resolved Hide resolved
README.md Outdated

#### * Create Spaces
- After Successful Sign in With Google or Apple.
- Navigate to Spaces screen.
Copy link

Choose a reason for hiding this comment

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

It seems likely that a possessive apostrophe is missing. Consider revising to clarify ownership.

- - Navigate to Spaces screen.
+ - Navigate to the Spaces screen.

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- Navigate to Spaces screen.
- Navigate to the Spaces screen.

README.md Outdated Show resolved Hide resolved
README.md Show resolved Hide resolved
README.md Outdated
(Only Admin/HR can review your leave request and approve/reject it.)

#### * View Leave History
- Can see Leave Details of coworkers except reason .
Copy link

Choose a reason for hiding this comment

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

Remove the space before the period.

- - Can see Leave Details of coworkers except reason .
+ - Can see Leave Details of coworkers except reason.

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- Can see Leave Details of coworkers except reason .
- Can see Leave Details of coworkers except reason.

README.md Outdated Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Review Status

Actionable comments generated: 0

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between 9d8db95 and aca4339.
Files ignored due to path filters (1)
  • screenshots/Unity.png is excluded by !**/*.png
Files selected for processing (1)
  • README.md (2 hunks)
Additional comments (11)
README.md (11)
  • 74-74: Given the previous comments and static analysis hints, it's clear that a grammatical correction is needed here. However, since this exact issue was already addressed in a previous comment, we'll mark this as a duplicate to avoid redundancy.
  • 76-76: This comment is also a duplicate of a previous correction regarding the use of "an" before "Existing Space."
  • 87-87: This is another instance where a previous comment has already addressed the need for a possessive apostrophe. Marking as duplicate.
  • 107-107: The suggestion to start the sentence with a lowercase letter unless it's a proper noun or the beginning of a sentence has already been made. This is a duplicate comment.
  • 111-111: Again, this is a duplicate comment regarding the capitalization at the beginning of the sentence.
  • 113-113: The correction for "access of" to "access to" has been previously suggested. Marking as duplicate.
  • 117-117: This comment about adding an article before "Admin" and a comma after "including" for clarity has already been addressed.
  • 138-138: The suggestion to remove the space before the period has been previously made. This is a duplicate comment.
  • 143-143: The correction for "on" to "of" has been previously suggested. Marking as duplicate.
  • 150-150: The spelling correction for "Firebase" has already been suggested. This is a duplicate comment.
  • 169-169: The verb "setup" when used as a verb should be two words: "set up". This correction has been previously suggested.

Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Review Status

Actionable comments generated: 9

Configuration used: CodeRabbit UI

Commits Files that changed from the base of the PR and between aca4339 and 28a7648.
Files selected for processing (1)
  • README.md (2 hunks)
Additional comments (1)
README.md (1)
  • 158-158: Unpaired symbol: ‘]’ seems to be missing. Ensure the markdown link is correctly formatted.

Please verify the markdown link for "Flutter Environment Setup" is correctly formatted and accessible.

- To get started with unity, signing in with Google or Apple

#### Create a new Space
- After signing in, you have an option to create a new space. By default, the creator is assigned as the **Admin** role, granting full access,including the ability to edit or remove the space if no longer needed.
Copy link

Choose a reason for hiding this comment

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

There's a missing space after the comma in the sentence. This improves readability.

- granting full access,including
+ granting full access, including

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- After signing in, you have an option to create a new space. By default, the creator is assigned as the **Admin** role, granting full access,including the ability to edit or remove the space if no longer needed.
- After signing in, you have an option to create a new space. By default, the creator is assigned as the **Admin** role, granting full access, including the ability to edit or remove the space if no longer needed.

#### Create a new Space
- After signing in, you have an option to create a new space. By default, the creator is assigned as the **Admin** role, granting full access,including the ability to edit or remove the space if no longer needed.

#### Joining a Existing Space:
Copy link

Choose a reason for hiding this comment

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

Use "an" instead of "a" before "Existing Space" as the following word starts with a vowel sound.

- #### Joining a Existing Space:
+ #### Joining an Existing Space:

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
#### Joining a Existing Space:
#### Joining an Existing Space:

#### * Manage Employees
- Go to **_Members_** tab
- Invite New Member,
- To Invite a new member, Click on **_Invite_** button.
Copy link

Choose a reason for hiding this comment

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

Consider starting the sentence with a lowercase letter unless it's a proper noun or the beginning of a sentence.

-     - To Invite a new member, Click on **_Invite_** button.
+     - To invite a new member, click on the **_Invite_** button.

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- To Invite a new member, Click on **_Invite_** button.
- To invite a new member, click on the **_Invite_** button.

- To Invite a new member, Click on **_Invite_** button.
- Add Email of user and confirm.
(User will receive invitation mail - planned.)
- for existing members,
Copy link

Choose a reason for hiding this comment

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

This sentence does not start with an uppercase letter.

- - for existing members,
+ - For existing members,

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- for existing members,
- For existing members,

- for existing members,
- Click on a specific employee to see detailed information.
- You can _**Edit**_ or _**Deactivate**_ them.
(After Deactivate user, User will lose access of the space.)
Copy link

Choose a reason for hiding this comment

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

"access of" might be more accurately expressed as "access to".

-       (After Deactivate user, User will lose access of the space.)
+       (After deactivating a user, the user will lose access to the space.)

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
(After Deactivate user, User will lose access of the space.)
(After deactivating a user, the user will lose access to the space.)


### HR Role

As an HR User, Your permissions are same as Admin including:
Copy link

Choose a reason for hiding this comment

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

Consider adding an article before "Admin" and a comma after "including" for clarity.

- As an HR User, Your permissions are same as Admin including:
+ As an HR User, your permissions are the same as an Admin, including:

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
As an HR User, Your permissions are same as Admin including:
As an HR User, your permissions are the same as an Admin, including:

(Go to Members tab, Click on member and you can see upcoming leaves of the member.)

#### * Update Personal Information
- Click on the **☰** button on the left side on Home screen.
Copy link

Choose a reason for hiding this comment

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

The preposition ‘of’ seems more likely in this position.

- - Click on **☰** button on the left side on Home screen.
+ - Click on the **☰** button on the left side of the Home screen.

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
- Click on the **** button on the left side on Home screen.
- Click on the **** button on the left side of the Home screen.

- Click on **_Personal Details_** to Update it.
(As an employee, you can't change your role within the organization.)

</details>

### Run locally
> **Note**: This project uses firebase realtime and firestore database and firebase authentication💥
Copy link

Choose a reason for hiding this comment

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

Consider correcting the spelling of "Firebase" to ensure consistency and accuracy.

- > **Note**: This project uses firebase realtime and firestore database and firebase authentication💥
+ > **Note**: This project uses Firebase Realtime Database and Firestore Database, and Firebase Authentication💥

Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation.

Suggested change
> **Note**: This project uses firebase realtime and firestore database and firebase authentication💥
> **Note**: This project uses Firebase Realtime Database and Firestore Database, and Firebase Authentication💥

README.md Show resolved Hide resolved
@cp-sneha-s cp-sneha-s merged commit aa3c921 into main Mar 28, 2024
1 check passed
@cp-sneha-s cp-sneha-s deleted the fix-readme branch March 28, 2024 07:52
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.

1 participant