Project Description

In January, we announced the D-Installer project, an attempt to build a web-based installer on top of YaST and Cockpit. Since then, the codebase has grown significantly, especially the JavaScript part.

Until now, we have been using simple JavaScript objects and functions most of the time. However, let's be honest, tooling support (editors, documentation generation tools, etc.) for such an approach is not great. Additionally, having some typing would be easier to deal with the code. So we have decided to try TypeScript.

Goal for this Hackweek

  • Learn some TypeScript.
  • Adopt Typescript where it makes sense (especially the D-Bus clients).

Resources

Looking for hackers with the skills:

javascript reactjs d-installer typescript web

This project is part of:

Hack Week 21

Activity

  • about 2 years ago: GPR left this project.
  • about 2 years ago: GPR joined this project.
  • about 2 years ago: joseivanlopez joined this project.
  • about 2 years ago: IGonzalezSosa started this project.
  • about 2 years ago: IGonzalezSosa added keyword "javascript" to this project.
  • about 2 years ago: IGonzalezSosa added keyword "reactjs" to this project.
  • about 2 years ago: IGonzalezSosa added keyword "d-installer" to this project.
  • about 2 years ago: IGonzalezSosa added keyword "typescript" to this project.
  • about 2 years ago: IGonzalezSosa added keyword "web" to this project.
  • about 2 years ago: IGonzalezSosa originated this project.

  • Comments

    • IGonzalezSosa
      about 2 years ago by IGonzalezSosa | Reply

      For this Hack Week, we decided to work on Finish the Jangouts rewrite on React/Redux instead. However, as part of that work, we played around with TypeScript and we concluded that it might be pretty interesting to bring it to D-Installer as well.

    Similar Projects

    WebUI for your data by avicenzi

    A single place to view every bit of data you ha...