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

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

  • Comments

    • IGonzalezSosa
      about 1 year 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