Skip to content
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

Feat/#806 adding okr module #1504

Merged
merged 5 commits into from Jun 24, 2020
Merged

Feat/#806 adding okr module #1504

merged 5 commits into from Jun 24, 2020

Conversation

abinandh15
Copy link
Contributor

@abinandh15 abinandh15 commented Jun 24, 2020

Please note: we will close your PR without comment if you do not check the boxes above and provide ALL requested information.


@@ -15,6 +15,26 @@ export class KeyResultUpdateComponent extends TranslationBaseComponent
implements OnInit {
keyResultUpdateForm: FormGroup;
keyResult: KeyResult;
hideStatus = false;
updateStatus: any = [
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@abinandh15 will there be other (custom) statuses defined? If no, we can use enum maybe? If yes, it's fine, but we would prefer to make this data come from server API in such case.

@evereq
Copy link
Member

evereq commented Jun 24, 2020

@abinandh15 see my comment above. Also, it needs to work to add more translations everywhere.
Merging for now as it's already good enough!

@evereq evereq marked this pull request as ready for review June 24, 2020 12:08
@evereq evereq merged commit c12fc80 into develop Jun 24, 2020
@evereq evereq deleted the feat/#806-adding-OKR-module branch June 24, 2020 12:08
@abinandh15
Copy link
Contributor Author

@abinandh15 will there be other (custom) statuses defined? If no, we can use enum maybe? If yes, it's fine, but we would prefer to make this data come from server API in such case.

Yes, the update status will be made customizable from the setting page and will be fetched from db. Will update it once settings page is complete. Will add translation keys in my next PR. 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants