Skip to content

First round creation without images succeeds with zero entries, blocking subsequent round creation #447

@ayushshukla1807

Description

@ayushshukla1807

If you try to create a new round from the UI but forget to fill out the thresholds or drop a broken CSV link, the frontend fires it off to the API anyway.

The backend obviously crashes with a KeyError or ValueError which forces a 500 error back to the client. We really just need to tighten up RoundNew.vue to trap these edge cases before the network request is initiated.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions