Pull request #270: Feature/TV-565 formulär signal
Merge in TEA/mina-sidor-fa-web from feature/TV-565-formulär-signal to develop Squashed commit of the following: commit 4c17164caafd4c530e9a1dad7bd960c7a39b79ac Author: Daniel Appelgren <daniel.appelgren@arbetsformedlingen.se> Date: Wed Nov 17 12:09:05 2021 +0100 Update signal-form.validator.ts commit bd9437f70e312e5b6685faf8339cb12e5970fa32 Author: Daniel Appelgren <daniel.appelgren@arbetsformedlingen.se> Date: Wed Nov 17 12:08:18 2021 +0100 omfattnign i procent matchar nu slutredovsining commit 913e22e02d9c2afa67caec6f747ee2cc4c61d487 Author: Daniel Appelgren <daniel.appelgren@arbetsformedlingen.se> Date: Wed Nov 17 11:54:11 2021 +0100 Update signal-form.module.ts commit 3ca50a7f46124e6386e45c78c56b31a2af3a3a76 Author: Daniel Appelgren <daniel.appelgren@arbetsformedlingen.se> Date: Wed Nov 17 11:52:49 2021 +0100 change type of form to conform with other reports commit 7313e8e4e9a86c08a5d885a9474f5e57d250269a Author: Daniel Appelgren <daniel.appelgren@arbetsformedlingen.se> Date: Wed Nov 17 11:38:22 2021 +0100 Replaced digi ng and replace slider with input
This commit is contained in:
@@ -1,11 +1,5 @@
|
||||
import { SignalResponse } from './api/signal.response.model';
|
||||
|
||||
export interface Signal {
|
||||
type: 'arbete' | 'utbildning';
|
||||
omfattning: 'heltid' | 'deltid';
|
||||
percent: number;
|
||||
startDate: Date;
|
||||
}
|
||||
import { Signal } from '../../pages/deltagare/pages/deltagare-details/pages/report-forms/signal-form/signal-form.model';
|
||||
|
||||
export function mapResponseToSignal(data: SignalResponse): Signal {
|
||||
const { typ, startdatum, omfattning, omfattning_procent } = data;
|
||||
|
||||
Reference in New Issue
Block a user