import { Suspense } from "react";
import { ReportView } from "@/components/ReportView";
import { SiteHeader, SiteFooter } from "@/components/SiteChrome";
import { formConfig } from "@/config/form";
interface PageProps {
searchParams: Promise<{ cid?: string; cs?: string }>;
}
export const metadata = {
title: "Activity report — Food Co-op Initiative",
robots: { index: false, follow: false },
};
export default async function ReportPage({ searchParams }: PageProps) {
const { cid, cs } = await searchParams;
return (
<>
Skip to content
Activity report · Co-op organizing
A read-only summary of every value your co-op has shared through past
check-ins, grouped by stage. The most recent entry sits at the top of
each row; expand a row to see how a number or note has changed over
time.
What we know so far
Open the report using the personalized link from your email. If you no longer have it, please contact your engagement coordinator and ask for a fresh link.