-
The backend architecture currently violates the MVC (Model-View-Controller) pattern by including logic within route files. To enhance code clarity and maintainability, refactor the codebase to strictl…
-
The current `test_main.py` is outdated and needs an update to ensure it covers all recent code changes and follows best practices for test organization and naming conventions.
### Tasks:
- **Organ…
-
Different types currently use different coding conventions (sometimes even different conventions in the same file).
In the future it would be a plus to have agreed on coding conventions.
Some poin…
-
-
**Describe the bug**
Right now, all methods have to be called using the exact same naming convention as they are defined with in Java, which while not *exactly* a bug; normal Java naming conventions …
-
### Expected Behavior
Update the existing header (not logged-in state) to align with a mobile-first approach, based on the provided designs for both desktop and mobile.
- The header should adhere t…
-
-
### **Task Description**
Develop CRUD endpoints in the admin panel to manage users assigned to an organization. This includes the ability to:
- Remove users from an organization (Don't delete users!)…
-
I suggest having the observe and observeDeep functions return an `unobserve function` instead of `void`. This follows common conventions and makes code cleaner. It will not break existing code either…
-
### Feature Request / Improvement
Currently, we rely on the informal naming conventions (with or without underscore) to distinguish between a public or private API.
It will be helpful to declare t…