Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Split up basic_operations.py #11

Open
i077 opened this issue Apr 14, 2021 · 0 comments
Open

Split up basic_operations.py #11

i077 opened this issue Apr 14, 2021 · 0 comments

Comments

@i077
Copy link
Member

i077 commented Apr 14, 2021

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant