Skip to content

Refactor /dataset route #145

@lwrubel

Description

@lwrubel

Currently the /dataset route handles logic for 5 tabs on the dataset.html template. This means it has to handle form submissions and logic for multiple operations at once and has become unwieldy for making any further changes.

Recommend we break out the tabs into separate routes and templates so logic can be handled where it makes sense. This will also make it easier to add server-side form validation (look at WTForms and Flask-WTF for example).

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions