sap-community-code-challenge icon indicating copy to clipboard operation
sap-community-code-challenge copied to clipboard

#2 No need to merge, submission for code challenge 👾

Open nimble-123 opened this issue 3 years ago • 0 comments

What i've done so far:

  • switched to yarn as package/dependency manager
  • added missing Typescript types via awesome DefinitelyTyped (@types) project
  • enhanced yarn scripts
  • added Prettier for code formatting
  • fixed typo in border.png filename
  • moved UI translation texts to app i18n files
  • fixed UI namespace
  • ported UI from JavaScript to Typescript
  • removed unnecessary console.log() occurrences
  • switched to SAP Horizon theme

What's missing from my pov:

  • port Express API to Typescript as well
  • create MTA descriptor for easy deployment to BTP CF
  • create Docker container and K8s scripts for easy deployment to BTP Kyma
  • deep dive to watch out for more hints placed by Thomas 😉

nimble-123 avatar Feb 14 '22 21:02 nimble-123