Skip to content

Error handling: Extract and test sheet validation logic #52

@Alex-Cannon

Description

@Alex-Cannon

There is logic to handle errors in the app. This should be extracted and tested in /utils

These should be pure functions that don't modify state. For example, something like this:

// Returns true / false if a category is valid.
// maybe returns an error message
const isValidCategory()...

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or requesttech debtIssue / request to improve development

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions