-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
IntermediateThis task is of intermediate difficultyThis task is of intermediate difficultyenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Task
Refactor jam.py into a proper Python package structure for better organization and scalability.
Goal
Enable easier maintenance, cleaner imports, and modular growth of the Jam backend.
Suggested Approach
- Create a folder like
jam_backend/orjam/. - Move
jam.pyinside this folder. - Add an
__init__.pyfile to make it a package. - Update import paths in
app.pyand elsewhere. - Ensure everything still runs as expected.
Requirements
- Familiarity with Python project structures.
- Understanding of Python import mechanics.
References
Difficulty
Intermediate
If you're new to open source, check out our Contributing Guide in the repository. Feel free to ask questions in our Discord: https://discord.gg/GgB8hbvR
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
IntermediateThis task is of intermediate difficultyThis task is of intermediate difficultyenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed