You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduction:
Now, every user can apply yourself to the workshop (create application) and later be accepted
Back-end handles it by creating "fake-child" component on their side, so every parent has a card for yourself.
To do:
update Child model, add filed isParent: boolean
do not display isParent card in the children tab, there should be only cards with isParent: false
update create-application component. Add the second tab, that receives your own card and displays info about yourself
check functionality to apply yourself, the child id should by the id from the card isParent: true ---> childId
update child-info-box
if IsParent: true, then change "Дані дитини" to "Дані користувача". and hide fields that are not relevant to the isParent
* added isParent field into Child model
* remove card
* remove some extra chenges
* removed parent card
* changes
* two forms
* some fixes
* info about user in children card
* validation for isparent application
* some formatting
* remove extra ?
* validation for isparent application
* remove some fields for parent info-box
* formatting
* formatting
* combined under one ngIf
Introduction:
Now, every user can apply yourself to the workshop (create application) and later be accepted
Back-end handles it by creating "fake-child" component on their side, so every parent has a card for yourself.
To do:
if IsParent: true, then change "Дані дитини" to "Дані користувача". and hide fields that are not relevant to the isParent
The text was updated successfully, but these errors were encountered: