Merge Anmeldeformular into main #21

Merged
it-as merged 23 commits from Anmeldeformular into main 2024-04-26 14:40:21 +02:00
Collaborator
No description provided.
igorpropisnov was assigned by alioezdemir 2024-03-20 18:20:09 +01:00
alioezdemir added 18 commits 2024-03-20 18:20:10 +01:00
igorpropisnov reviewed 2024-03-20 22:44:11 +01:00
@ -0,0 +29,4 @@
[matDatepicker]="birthdatePicker"
formControlName="birthdate"
required />
<mat-hint>MM.DD.YYYY</mat-hint>
Collaborator

Hint muss hier DD.MM.YYYY sein

Hint muss hier DD.MM.YYYY sein
alioezdemir marked this conversation as resolved
igorpropisnov reviewed 2024-03-20 22:56:10 +01:00
@ -0,0 +9,4 @@
<input
matInput
formControlName="firstName"
placeholder="First name"
Collaborator

Placeholder auf Deutsch

Placeholder auf Deutsch
alioezdemir marked this conversation as resolved
igorpropisnov reviewed 2024-03-20 22:56:17 +01:00
@ -0,0 +18,4 @@
<input
matInput
formControlName="lastName"
placeholder="Last name"
Collaborator

Placeholder auf Deutsch

Placeholder auf Deutsch
alioezdemir marked this conversation as resolved
alioezdemir added 1 commit 2024-03-20 23:18:23 +01:00
it-as was assigned by alioezdemir 2024-03-26 11:53:32 +01:00
it-as reviewed 2024-03-29 23:10:32 +01:00
@ -8,3 +28,1 @@
code {
color: #e01a76;
}
// Include the theme mixins for other components you use here.
Owner

Bitte keinen auskommentierten Code committen

Bitte keinen auskommentierten Code committen
alioezdemir marked this conversation as resolved
it-as reviewed 2024-03-29 23:11:37 +01:00
@ -0,0 +14,4 @@
public set(registration: StudentRegistration): Observable<boolean> {
const payload = JSON.stringify(registration);
return this.http.post<boolean>(`${environment.apiUrl}${this.serviceName}/set.php`,
Owner

Boolean macht an dieser Stelle keinen Sinn. Vermutlich ist das durch Copy&Paste entstanden.

Boolean macht an dieser Stelle keinen Sinn. Vermutlich ist das durch Copy&Paste entstanden.
alioezdemir marked this conversation as resolved
it-as reviewed 2024-03-29 23:27:23 +01:00
@ -0,0 +10,4 @@
iban: string;
bic: string;
nameOfFinancialInstitute: string;
einzugsermaechtigung: boolean;
Owner

Bitte keine deutschen Variablennamen

Bitte keine deutschen Variablennamen
alioezdemir marked this conversation as resolved
alioezdemir added 1 commit 2024-04-07 17:39:58 +02:00
alioezdemir added 1 commit 2024-04-07 23:28:49 +02:00
it-as changed title from WIP: Merge Anmeldeformular into main to Merge Anmeldeformular into main 2024-04-26 14:34:55 +02:00
it-as added 2 commits 2024-04-26 14:39:39 +02:00
it-as referenced this issue from a commit 2024-04-26 14:40:21 +02:00
it-as merged commit 946f0d6bb8 into main 2024-04-26 14:40:21 +02:00
Sign in to join this conversation.
No reviewers
No Milestone
No project
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: it-as/li-dance-backoffice#21
No description provided.