Skip to content

Split up basic_operations.py #11

@i077

Description

@i077

The basic_operations.py file is getting a little big, and it's pretty much holding all the functions to render each webpage. We might want to consider splitting it up so we have a file for each "section" of the website, e.g. one for judges, attendees, and organizers.

Maybe we could do something like

frontend
├── app.py
├── judges.py
├── organizers.py
├── attendees.py
├── static
└── templates

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