-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Refactoring/refactor action plan #1342
Conversation
5f7962a
to
b7b627d
Compare
5f371e0
to
3cbfc7d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add more tests for actionplan (jest)
fix all disabled e2e tests
TODO:
- []
Use an=> Probably new ticket, but nobody cares tbh@Input
which takes an array of Items (maybe an observable of an array) and then generates the entries in onInit (or maybe afterContentInit) instead of the ReplaySubject - []
add custom validations for actionPlan
frontend/src/app/components/action-plan/action-plan.component.ts
Outdated
Show resolved
Hide resolved
(change)="changeIsChecked($event, i)" | ||
[checked]="action.isChecked" | ||
formGroupName="id" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
frontend/src/app/components/key-result-form/key-result-form.component.ts
Outdated
Show resolved
Hide resolved
6acd6b4
to
ddb62ae
Compare
6f8e9c0
to
b6c53c8
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Dont allow empty actions
- Deleting an item in the actionplan and the cancelling the dialog still deletes the item
- Opening the action edit on the check-in repeatedly exponentially adds more fields
- When adding an action in the check-in dialog, actions that are still empty should not be shown after saving
frontend/src/app/components/action-plan/action-plan.component.html
Outdated
Show resolved
Hide resolved
frontend/src/app/components/action-plan/action-plan.component.scss
Outdated
Show resolved
Hide resolved
frontend/src/app/components/action-plan/action-plan.component.scss
Outdated
Show resolved
Hide resolved
frontend/src/app/components/action-plan/action-plan.component.ts
Outdated
Show resolved
Hide resolved
frontend/src/app/components/checkin/check-in-form/check-in-form.component.ts
Show resolved
Hide resolved
frontend/src/app/components/key-result-dialog/key-result-dialog.component.ts
Show resolved
Hide resolved
frontend/src/app/components/key-result-form/key-result-form.component.ts
Outdated
Show resolved
Hide resolved
frontend/src/app/components/key-result-form/key-result-form.component.ts
Show resolved
Hide resolved
…hange logic for the delete load off actions
8e13d50
to
7a94a37
Compare
No description provided.