Project Description
Currently, Uyuni has three themes: Uyuni, SUMA light & SUMA dark. All of these are tailored around a common core using CSS preprocessor variables, mainly to switch out colors, fonts and the like. Core layout such as spacing, sizing and so forth is shared between all three and stems from the shared core.
Under the hood, Uyuni uses Bootstrap as the core library for components, layouts, utility classes etc. Bootstrap already has theming capabilities built in, and is used to great extent across the web.
Separating layout and theming from one another would allow us to rebuild Uyuni themes as Bootstrap themes, and as a side-effect, make Uyuni support any standardized Bootstrap theme.
Goal for this Hackweek
The aim of this project is threefold:
- Check feasibility — Uyuni has a long history and many facets to it, it's possible that this is simply too big of a bite to chew off in a Hackweek project.
- Create unit tests that take reference snapshots of existing layouts.
- Remove existing theming and rebuild it from scratch as a Bootstrap theme, matching the spec of the reference snapshots.
Resources
Examples of Bootstrap themes: https://themes.getbootstrap.com/
Interactive Bootstrap theme builder: https://bootstrap.build/
A guide to building Bootstrap themes: https://designmodo.com/create-bootstrap-theme/
No Hackers yet
Looking for hackers with the skills:
This project is part of:
Hack Week 20
Activity
Comments
Similar Projects
Move Uyuni Test Framework from Selenium to Playwright + AI by oscar-barrios
Description
This project aims to migrate the existing Uyuni Test Framework from Selenium to Playwright. The move will improve the stability, speed, and maintainability of our end-to-end tests by leveraging Playwright's modern features. We'll be rewriting the current Selenium code in Ruby to Playwright code in TypeScript, which includes updating the test framework runner, step definitions, and configurations. This is also necessary because we're moving from Cucumber Ruby to CucumberJS.
If you're still curious about the AI in the title, it was just a way to grab your attention. Thanks for your understanding.
Goals
- Migrate Core tests including Onboarding of clients
- Improve test reliabillity: Measure and confirm a significant reduction of flakynes.
- Implement a robust framework: Establish a well-structured and reusable Playwright test framework using the CucumberJS
Resources
- Existing Uyuni Test Framework (Cucumber Ruby + Capybara + Selenium)
- My Template for CucumberJS + Playwright in TypeScript