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

Care Plan #10231

Draft
wants to merge 5 commits into
base: develop
Choose a base branch
from
Draft

Care Plan #10231

wants to merge 5 commits into from

Conversation

shivankacker
Copy link
Member

@shivankacker shivankacker commented Jan 28, 2025

Proposed Changes

  • Fixes #issue_number
  • Change 1
  • Change 2
  • More?

@ohcnetwork/care-fe-code-reviewers

Merge Checklist

  • Add specs that demonstrate bug / test a new feature.
  • Update product documentation.
  • Ensure that UI text is kept in I18n files.
  • Prep screenshot or demo video for changelog entry, and attach it to issue.
  • Request for Peer Reviews
  • Completion of QA

Summary by CodeRabbit

Release Notes

  • New Features

    • Added Care Plan functionality to the application
    • Introduced a new "Care Plan" tab in patient encounters
    • Implemented care plan viewing and management capabilities
  • Localization

    • Added new localization strings for Care Plan feature
  • Routing

    • Added new route for Care Plan details
  • Documentation

    • Updated TypeScript type definitions for Care Plan management

@shivankacker shivankacker requested a review from a team as a code owner January 28, 2025 09:42
Copy link
Contributor

coderabbitai bot commented Jan 28, 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.

Walkthrough

This pull request introduces a comprehensive implementation of a Care Plan feature in the application. The changes span multiple files, adding localization support, creating a new route, developing a dedicated Care Plan component, introducing a new encounter tab, and defining TypeScript interfaces and dummy data for care plans. The implementation enables users to view, manage, and interact with care plans within the context of patient encounters.

Changes

File Change Summary
public/locale/en.json Added localization keys for "Care Plan"
src/Routers/routes/ConsultationRoutes.tsx Added new route for care plan with parameters
src/pages/CarePlan/CarePlan.tsx New React component for displaying detailed care plan information
src/pages/Encounters/EncounterShow.tsx Added new "Care Plan" tab to encounter tabs
src/pages/Encounters/tabs/EncounterCarePlanTab.tsx New component for displaying care plans in encounter context
src/types/emr/careplan/careplan.ts Added constants and interfaces for care plan types
src/types/emr/careplan/careplanApi.ts Implemented dummy data and API functions for care plans
tailwind.config.js Updated content path configuration

Sequence Diagram

sequenceDiagram
    participant User
    participant EncounterShow
    participant EncounterCarePlanTab
    participant CarePlanAPI
    participant CarePlan

    User->>EncounterShow: Navigate to Encounter
    EncounterShow->>EncounterCarePlanTab: Load Care Plan Tab
    EncounterCarePlanTab->>CarePlanAPI: Fetch Care Plans
    CarePlanAPI-->>EncounterCarePlanTab: Return Care Plans
    EncounterCarePlanTab->>User: Display Care Plan List
    User->>CarePlan: Select Specific Care Plan
    CarePlan->>CarePlanAPI: Retrieve Care Plan Details
    CarePlanAPI-->>CarePlan: Return Detailed Care Plan
    CarePlan->>User: Display Care Plan Details
Loading

Possibly related PRs

Suggested Labels

needs review, tested

Suggested Reviewers

  • rithviknishad
  • Jacobjeevan

Poem

🐰 A Rabbit's Care Plan Ballad 🏥

In lines of code, a plan takes flight,
Care woven with technical might,
Tabs unfurl, routes align,
Patient journeys now shine bright!

Hop, hop, hooray! 🎉


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>, please review it.
    • Generate unit testing code 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 testing code 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 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 generate unit testing code.
    • @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.

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. (Beta)
  • @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.

Copy link

netlify bot commented Jan 28, 2025

Deploy Preview for care-ohc ready!

Name Link
🔨 Latest commit 882ea6b
🔍 Latest deploy log https://app.netlify.com/sites/care-ohc/deploys/679aaffcb529e60008a68dca
😎 Deploy Preview https://deploy-preview-10231--care-ohc.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link

cypress bot commented Jan 28, 2025

CARE    Run #4467

Run Properties:  status check failed Failed #4467  •  git commit 882ea6b645: Care Plan
Project CARE
Branch Review care-plan
Run status status check failed Failed #4467
Run duration 04m 15s
Commit git commit 882ea6b645: Care Plan
Committer Shivank Kacker
View all properties for this run ↗︎

Test results
Tests that failed  Failures 1
Tests that were flaky  Flaky 0
Tests that did not run due to a developer annotating a test with .skip  Pending 0
Tests that did not run due to a failure in a mocha hook  Skipped 0
Tests that passed  Passing 5
View all changes introduced in this branch ↗︎

Tests for review

Failed  cypress/e2e/patient_spec/patient_encounter.cy.ts • 1 failed test

View Output

Test Artifacts
Patient Encounter Questionnaire > Create a new ABG questionnaire and verify the values Test Replay Screenshots

Copy link
Contributor

@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.

Actionable comments posted: 7

🧹 Nitpick comments (6)
src/types/emr/careplan/careplan.ts (2)

19-23: Consider adding JSDoc comments for better documentation.

The Code interface appears to represent a FHIR CodeableConcept. Adding JSDoc comments would improve code documentation.

+/**
+ * Represents a FHIR CodeableConcept
+ * @property code - The code value
+ * @property display - Human readable display text
+ * @property system - The coding system (e.g., SNOMED CT, LOINC)
+ */
 interface Code {
   code: string;
   display: string;
   system: string;
 }

25-37: Consider adding validation for date fields and required fields documentation.

The interface could benefit from:

  1. Date validation to ensure end_date is after start_date
  2. Documentation for required vs optional fields
+/**
+ * Represents a Care Plan following FHIR resource structure
+ * @extends BaseModel
+ */
 export interface CarePlan extends BaseModel {
   status: (typeof CARE_PLAN_STATUS)[number];
   intent: (typeof CARE_PLAN_INTENT)[number];
-  title: string;
-  description: string;
-  start_date: string;
-  end_date: string;
+  /** Required. The title of the care plan */
+  title: string;
+  /** Required. Detailed description of the care plan */
+  description: string;
+  /** Required. ISO 8601 date string for plan start */
+  start_date: string;
+  /** Required. ISO 8601 date string for plan end. Must be after start_date */
+  end_date: string;
   patient: string;
   encounter: string;
   custodian: string;
   addresses: Code[];
   notes?: string;
 }
src/pages/Encounters/tabs/EncounterCarePlanTab.tsx (1)

28-38: Refactor status logic into a separate component or utility function.

The status determination logic is complex and could be more maintainable as a separate component.

+const CarePlanStatus = ({ careplan }) => {
+  const getStatus = () => {
+    if (dayjs(careplan.end_date).isBefore(dayjs())) {
+      return { text: "Completed", className: "text-gray-500" };
+    }
+    if (dayjs(careplan.start_date).isAfter(dayjs())) {
+      return { text: "Upcoming", className: "text-blue-500" };
+    }
+    return {
+      text: "Active",
+      className: "text-red-500 flex items-center gap-1",
+      indicator: true,
+    };
+  };
+  
+  const status = getStatus();
+  return (
+    <div className={status.className}>
+      {status.indicator && (
+        <div className="bg-red-500 w-2 aspect-square rounded-full inline-block" />
+      )}
+      {status.text}
+    </div>
+  );
+};
src/pages/CarePlan/CarePlan.tsx (2)

18-22: Props should be typed using an interface.

Define a dedicated interface for the component props to improve code maintainability and documentation.

+interface CarePlanProps {
+  facilityId: string;
+  encounterId: string;
+  careplanId: string;
+}

-export default function CarePlan(props: {
-  facilityId: string;
-  encounterId: string;
-  careplanId: string;
-}) {
+export default function CarePlan(props: CarePlanProps) {

41-50: Improve status indicator accessibility.

The status indicators should have proper ARIA labels and consistent styling.

-          {dayjs(careplan?.end_date).isBefore(dayjs()) ? (
-            "Completed"
-          ) : dayjs(careplan?.start_date).isAfter(dayjs()) ? (
-            <span className="text-blue-500">Upcoming</span>
-          ) : (
-            <div className="text-red-500 flex items-center gap-1">
-              <div className="bg-red-500 w-2 aspect-square rounded-full inline-block" />
-              Active
-            </div>
-          )}
+          <div role="status" aria-label={`Care plan status: ${getStatusText()}`}>
+            {dayjs(careplan?.end_date).isBefore(dayjs()) ? (
+              <span className="text-gray-500">Completed</span>
+            ) : dayjs(careplan?.start_date).isAfter(dayjs()) ? (
+              <span className="text-blue-500">Upcoming</span>
+            ) : (
+              <div className="text-red-500 flex items-center gap-1">
+                <div className="bg-red-500 w-2 aspect-square rounded-full inline-block" aria-hidden="true" />
+                Active
+              </div>
+            )}
+          </div>
src/types/emr/careplan/careplanApi.ts (1)

115-124: Improve pagination implementation.

The mock pagination response doesn't accurately reflect real-world scenarios.

 export const DummyCarePlanGet: () => Promise<
   PaginatedResponse<CarePlan>
 > = async () => {
   return {
-    count: 1,
+    count: dummyCarePlans.length,
     next: "",
     previous: "",
     results: dummyCarePlans,
   };
 };
📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 230b483 and 0fd3547.

📒 Files selected for processing (8)
  • public/locale/en.json (2 hunks)
  • src/Routers/routes/ConsultationRoutes.tsx (2 hunks)
  • src/pages/CarePlan/CarePlan.tsx (1 hunks)
  • src/pages/Encounters/EncounterShow.tsx (2 hunks)
  • src/pages/Encounters/tabs/EncounterCarePlanTab.tsx (1 hunks)
  • src/types/emr/careplan/careplan.ts (1 hunks)
  • src/types/emr/careplan/careplanApi.ts (1 hunks)
  • tailwind.config.js (1 hunks)
🔇 Additional comments (6)
src/types/emr/careplan/careplan.ts (2)

3-9: LGTM! Well-defined status values aligned with FHIR standards.

The care plan statuses follow the FHIR CarePlan resource specification.


11-17: LGTM! Well-defined intent values aligned with FHIR standards.

The care plan intents follow the FHIR CarePlan resource specification.

src/Routers/routes/ConsultationRoutes.tsx (1)

79-89: LGTM! Route implementation follows existing patterns.

The care plan route is well-structured and consistent with other routes in the file.

tailwind.config.js (1)

118-118: LGTM! Optimization for Tailwind content scanning.

Excluding node_modules from content scanning is a good optimization.

src/pages/Encounters/EncounterShow.tsx (1)

39-39: LGTM! Tab integration is correct.

The care plan tab is properly integrated into the existing tab system.

public/locale/en.json (1)

51-51: LGTM! Translations are complete.

Both the tab label and general care plan translations are properly added.

Also applies to: 495-495

Comment on lines +52 to +55
<span className="text-sm font-semibold">3/4 Goals Complete</span>
<div className="bg-gray-200 rounded-full h-1 overflow-hidden mt-2">
<div className="bg-primary-500 rounded-full w-3/4 h-full" />
</div>
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Replace hardcoded progress values with actual data.

The progress bar shows hardcoded values ("3/4 Goals Complete") which should come from the care plan data.

-              <span className="text-sm font-semibold">3/4 Goals Complete</span>
-              <div className="bg-gray-200 rounded-full h-1 overflow-hidden mt-2">
-                <div className="bg-primary-500 rounded-full w-3/4 h-full" />
+              <span className="text-sm font-semibold">
+                {careplan.completed_goals}/{careplan.total_goals} Goals Complete
+              </span>
+              <div className="bg-gray-200 rounded-full h-1 overflow-hidden mt-2">
+                <div
+                  className="bg-primary-500 rounded-full h-full"
+                  style={{
+                    width: `${(careplan.completed_goals / careplan.total_goals) * 100}%`
+                  }}
+                />

Committable suggestion skipped: line range outside the PR's diff.

Comment on lines 12 to 15
const { data: carePlans } = useQuery({
queryKey: ["patient", patient.id, "care-plans"],
queryFn: DummyCarePlanGet,
});
Copy link
Contributor

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

Add error handling and loading states for data fetching.

The query implementation is missing error handling and loading states.

-  const { data: carePlans } = useQuery({
+  const { data: carePlans, isLoading, error } = useQuery({
     queryKey: ["patient", patient.id, "care-plans"],
     queryFn: DummyCarePlanGet,
   });
+
+  if (isLoading) {
+    return <div className="animate-pulse">Loading care plans...</div>;
+  }
+
+  if (error) {
+    return <div className="text-red-500">Error loading care plans: {error.message}</div>;
+  }
📝 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. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
const { data: carePlans } = useQuery({
queryKey: ["patient", patient.id, "care-plans"],
queryFn: DummyCarePlanGet,
});
const { data: carePlans, isLoading, error } = useQuery({
queryKey: ["patient", patient.id, "care-plans"],
queryFn: DummyCarePlanGet,
});
if (isLoading) {
return <div className="animate-pulse">Loading care plans...</div>;
}
if (error) {
return <div className="text-red-500">Error loading care plans: {error.message}</div>;
}

Comment on lines 25 to 28
const planQuery = useQuery({
queryKey: ["care-plan", props.careplanId],
queryFn: () => DummyCarePlanRetrieve(props.careplanId),
});
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Add error handling to the query.

The query should handle error states to provide feedback to users when data fetching fails.

 const planQuery = useQuery({
   queryKey: ["care-plan", props.careplanId],
   queryFn: () => DummyCarePlanRetrieve(props.careplanId),
+  onError: (error) => {
+    // Handle error state
+  }
 });

+if (planQuery.isError) {
+  return <div>Error loading care plan data</div>;
+}

+if (planQuery.isLoading) {
+  return <div>Loading...</div>;
+}

Committable suggestion skipped: line range outside the PR's diff.

Comment on lines 73 to 78
{careplan?.addresses.map((code, i) => (
<TableRow key={i}>
<TableCell>{code.code}</TableCell>
<TableCell>{code.display}</TableCell>
</TableRow>
))}
Copy link
Contributor

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

Add key based on unique identifier instead of index.

Using array index as key can lead to rendering issues. Use a unique identifier from the address object.

-            {careplan?.addresses.map((code, i) => (
-              <TableRow key={i}>
+            {careplan?.addresses.map((code) => (
+              <TableRow key={`${code.code}-${code.system}`}>
📝 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. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
{careplan?.addresses.map((code, i) => (
<TableRow key={i}>
<TableCell>{code.code}</TableCell>
<TableCell>{code.display}</TableCell>
</TableRow>
))}
{careplan?.addresses.map((code) => (
<TableRow key={`${code.code}-${code.system}`}>
<TableCell>{code.code}</TableCell>
<TableCell>{code.display}</TableCell>
</TableRow>
))}

Comment on lines +85 to +101
<div className="md:w-[200px] w-full flex flex-col gap-2">
<Button className="w-full" variant={"primary"}>
Update
</Button>
<Button className="w-full" variant={"primary"}>
Prescribe Medication
</Button>
<Button className="w-full" variant={"primary"}>
Order Lab Test
</Button>
<Button className="w-full" variant={"primary"}>
Record Task
</Button>
<Button className="w-full" variant={"primary"}>
Print Plan
</Button>
</div>
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Implement action handlers for buttons.

The action buttons are currently non-functional. Implement handlers for each action.

 <div className="md:w-[200px] w-full flex flex-col gap-2">
-  <Button className="w-full" variant={"primary"}>
+  <Button 
+    className="w-full" 
+    variant={"primary"}
+    onClick={() => handleUpdate()}
+  >
     Update
   </Button>
-  <Button className="w-full" variant={"primary"}>
+  <Button 
+    className="w-full" 
+    variant={"primary"}
+    onClick={() => handlePrescribeMedication()}
+  >
     Prescribe Medication
   </Button>
   // Similar changes for other buttons

Committable suggestion skipped: line range outside the PR's diff.

Comment on lines 126 to 130
export const DummyCarePlanRetrieve: (
id: string,
) => Promise<CarePlan | undefined> = async (id: string) => {
return dummyCarePlans.find((cp) => cp.id === id);
};
Copy link
Contributor

Choose a reason for hiding this comment

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

⚠️ Potential issue

Add error handling to DummyCarePlanRetrieve.

The function should handle the case when no care plan is found.

 export const DummyCarePlanRetrieve: (
   id: string,
 ) => Promise<CarePlan | undefined> = async (id: string) => {
-  return dummyCarePlans.find((cp) => cp.id === id);
+  const plan = dummyCarePlans.find((cp) => cp.id === id);
+  if (!plan) {
+    throw new Error(`Care plan with id ${id} not found`);
+  }
+  return plan;
 };
📝 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. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
export const DummyCarePlanRetrieve: (
id: string,
) => Promise<CarePlan | undefined> = async (id: string) => {
return dummyCarePlans.find((cp) => cp.id === id);
};
export const DummyCarePlanRetrieve: (
id: string,
) => Promise<CarePlan | undefined> = async (id: string) => {
const plan = dummyCarePlans.find((cp) => cp.id === id);
if (!plan) {
throw new Error(`Care plan with id ${id} not found`);
}
return plan;
};

Comment on lines 19 to 82
const dummyCarePlans: CarePlan[] = [
{
id: "12345",
created_date: "2025-01-28T10:30:00Z",
modified_date: "2025-01-28T10:45:00Z",
status: "active",
intent: "plan",
title: "Chronic Condition Management Plan",
description:
"A care plan designed to manage the patient's chronic diabetes condition with regular check-ups and medication adherence.",
start_date: "2025-01-01",
end_date: "2025-12-31",
patient: "patient-001",
encounter: "encounter-456",
custodian: "Dr. John Doe",
addresses: [
{
code: "E11",
display: "Type 2 diabetes mellitus without complications",
system: "ICD-10",
},
{
code: "R73.03",
display: "Prediabetes",
system: "ICD-10",
},
],
notes:
"Patient to follow up every three months with the care team. Adherence to medication and diet plan is critical for achieving desired outcomes.",
created_by: dummyUser,
updated_by: dummyUser,
},
{
id: "12345",
created_date: "2025-01-28T10:30:00Z",
modified_date: "2025-01-28T10:45:00Z",
status: "active",
intent: "plan",
title: "Chronic Condition Management Plan",
description:
"A care plan designed to manage the patient's chronic diabetes condition with regular check-ups and medication adherence.",
start_date: "2025-01-01",
end_date: "2025-1-21",
patient: "patient-001",
encounter: "encounter-456",
custodian: "Dr. John Doe",
addresses: [
{
code: "E11",
display: "Type 2 diabetes mellitus without complications",
system: "ICD-10",
},
{
code: "R73.03",
display: "Prediabetes",
system: "ICD-10",
},
],
notes:
"Patient to follow up every three months with the care team. Adherence to medication and diet plan is critical for achieving desired outcomes.",
created_by: dummyUser,
updated_by: dummyUser,
},
{
Copy link
Contributor

Choose a reason for hiding this comment

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

🛠️ Refactor suggestion

Avoid duplicate dummy data.

The dummy care plans array contains identical objects. This can lead to confusion in testing.

 const dummyCarePlans: CarePlan[] = [
   {
     id: "12345",
     // ... first plan
   },
-  {
-    id: "12345", // Same ID
-    // ... duplicate plan
-  },
-  {
-    id: "12345", // Same ID
-    // ... duplicate plan
-  },
+  {
+    id: "67890",
+    // ... second plan with different data
+  },
+  {
+    id: "11121",
+    // ... third plan with different data
+  },
 ];

Committable suggestion skipped: line range outside the PR's diff.

@shivankacker shivankacker marked this pull request as draft January 28, 2025 10:13
Copy link

cloudflare-workers-and-pages bot commented Jan 29, 2025

Deploying care-fe with  Cloudflare Pages  Cloudflare Pages

Latest commit: 882ea6b
Status: ✅  Deploy successful!
Preview URL: https://4a47e129.care-fe.pages.dev
Branch Preview URL: https://care-plan.care-fe.pages.dev

View logs

@github-actions github-actions bot added the merge conflict pull requests with merge conflict label Jan 31, 2025
Copy link

👋 Hi, @shivankacker,
Conflicts have been detected against the base branch. Please rebase your branch against the base branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
merge conflict pull requests with merge conflict
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant