Skip to content

Consider using TransformedData instead of ItemTreeNode here #76

@github-actions

Description

@github-actions

would need to refactor Items to use full capabilities of TransformedData

https://api.github.com/acenturyandabit/workflowish/blob/d9dac81df2e15a1b543aaf24406286b3278b7042/src/Workflowish/mvc/context.tsx#L4

import * as React from 'react';
import { ItemTreeNode } from './model';

// TODO: Consider using TransformedData instead of ItemTreeNode here
// would need to refactor Items to use full capabilities of TransformedData 
export const ModelContext = React.createContext<ItemTreeNode>({
    lastModifiedUnixMillis: 0,
    id: "MODEL_CONTEXT_DEFAULT",

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions