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:

  1. 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.
  2. Create unit tests that take reference snapshots of existing layouts.
  3. 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/

Looking for hackers with the skills:

css susemanager bootstrap uyuni

This project is part of:

Hack Week 20

Activity

  • over 4 years ago: j_renner liked this project.
  • over 4 years ago: Etheryte added keyword "uyuni" to this project.
  • over 4 years ago: hennevogel liked this project.
  • over 4 years ago: Etheryte added keyword "css" to this project.
  • over 4 years ago: Etheryte added keyword "susemanager" to this project.
  • over 4 years ago: Etheryte added keyword "bootstrap" to this project.
  • over 4 years ago: Etheryte originated this project.

  • Comments

    • pagarcia
      over 4 years ago by pagarcia | Reply

      This seems like a cool idea for Google Summer of Code: https://github.com/openSUSE/mentoring/issues/173

    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