Updated steps and admin page.

This commit is contained in:
Patrick Fic
2024-10-18 07:43:02 -07:00
parent 1f5295993d
commit 7ebcfa7ef9
3 changed files with 219111 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ const httpLink = new HttpLink({
const localCLient = new ApolloClient({ link: httpLink, cache: new InMemoryCache({}) });
const startingDate = "2024-01-01";
const startingDate = "2024-06-01";
export default function AdminPage() {
const client = useApolloClient();
@@ -52,6 +52,7 @@ export default function AdminPage() {
group_verified
clm_total
clm_no
bodyshopid
close_date
id
loss_date
@@ -130,6 +131,8 @@ export default function AdminPage() {
title={() => "Jobs with the wrong group set."}
dataSource={wrongGroups}
columns={[
{ key: "bodyshopid", dataIndex: "bodyshopid", title: "Shop ID" },
{ key: "id", dataIndex: "id", title: "job ID" },
{
key: "created_at",
dataIndex: "created_at",