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

Warn people about hidden initiatives #27

Open
justinbmeyer opened this issue Oct 16, 2023 · 1 comment
Open

Warn people about hidden initiatives #27

justinbmeyer opened this issue Oct 16, 2023 · 1 comment

Comments

@justinbmeyer
Copy link
Member

var initiatives = this.initiativesWithTimedEpics.filter( (i) => {
return i.team.start < i.team.due;
})

We remove initiatives with no start or end date .... we should let people know

@justinbmeyer
Copy link
Member Author

Marking this as done because there is a way to work around this. We don't need to warn people any more because all initiatives, even those without timing, can be shown with unknown status.

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

No branches or pull requests

1 participant