UI/UXfrontendgood first issue
Repository metrics
- Stars
- (12 stars)
- PR merge metrics
- (PR metrics pending)
Description
The project is currently running on an older version of Bootstrap 3.3.7. Several components and styling patterns rely on legacy classes, and many modern Bootstrap 5.x components could significantly improve the UI and code maintainability.
Upgrading to Bootstrap 5.x will require:
- Replacing the existing Bootstrap 3.3.7 assets (see bootstrap.min.js)
- Updating markup to match Bootstrap 5.x conventions (utility classes, grid changes, dropped components, renamed classes, etc.)
- Reviewing all affected template files (most are under mainapp/templates/mainapp)
- Verifying each page for visual regressions due to discontinued or restructured classes
- Optionally adopting new Bootstrap 5 components to modernize UI/UX
This is a large-scale refactor. Nearly all templates will be affected, and careful manual inspection will be needed to preserve layout, styling, and interactive behavior.