Coder Social home page Coder Social logo

flsoller / sam-reporting-app Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 1.06 MB

Service And Maintenance Reporting Application

Home Page: https://sam-reporting-app.herokuapp.com

JavaScript 20.06% HTML 16.79% TypeScript 61.61% SCSS 1.36% Shell 0.17%
angular express maintenance-data maintenance-reports nodejs

sam-reporting-app's Introduction

Hi, ๐Ÿ‘‹ Iโ€™m Florian.

I build ๐Ÿ› ๏ธ fullstack applications with web technologies. I โ™ฅ๏ธ working with JavaScript and TypeScript.

No matter if it's React or Angular on the frontend, or Node with Express on the backend, I enjoy ๐ŸŽ“ learning new things and work with different stacks.

sam-reporting-app's People

Contributors

flsoller avatar

Watchers

 avatar

sam-reporting-app's Issues

Improve data handling in portable-container.component.ts

The new forms module will nest each form component under its own group name. This creates an issue when preparing the data for the backend. The nested objects need to be lifted up to match backend model, which currently looks like this:
const instrumentData = this.maintenanceData.value.instruments.map( (ins: any) => { return { ...ins.deviceInfo, sensorData: ins.sensorData.map((s: any) => { return { ...s.sensorInfo, ...s.calInfo, ...s.calData, refGas: { isUsed: s.refGas.isUsed, ...s.refGas.refInfo, }, alarmLvls: { ...s.alarmData, }, }; }), }; } );

  • Find a way to take this task away from the component. (Pipe?)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.