-
Notifications
You must be signed in to change notification settings - Fork 282
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
card dashboard #1934
card dashboard #1934
Conversation
Not sure what you mean with that. |
b0f4f46
to
2951f5b
Compare
Codecov Report
@@ Coverage Diff @@
## master #1934 +/- ##
==========================================
- Coverage 56.92% 56.80% -0.12%
==========================================
Files 77 77
Lines 3842 3850 +8
==========================================
Hits 2187 2187
- Misses 1655 1663 +8 |
As discussed, I don't see an easy way around fetching the users boards first as done here and then fetch the list of cards for the dashboards for each board. Jakob: And we want to create a new Service called DashboardService.php |
d736555
to
8912179
Compare
4d953ef
to
afd5396
Compare
996daa5
to
aad6102
Compare
ba41076
to
6c9bf5b
Compare
6c9bf5b
to
a07da68
Compare
} | ||
dataset.forEach(card => { | ||
|
||
if (card.duedate === null) { |
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.
This should be done in getters in the dashboard store
cabe343
to
03b3215
Compare
Signed-off-by: Jakob Röhrl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Jakob Röhrl <[email protected]>
Signed-off-by: Jakob Röhrl <[email protected]>
Signed-off-by: Jakob Röhrl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
Signed-off-by: Julius Härtl <[email protected]>
2338a15
to
b199442
Compare
Signed-off-by: Julius Härtl <[email protected]>
6472f67
to
06078c8
Compare
Signed-off-by: Julius Härtl <[email protected]>
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.
Let's get this in as a first part for the my assigned cards overview and iterate over it in follow ups.
Signed-off-by: Jakob Röhrl [email protected]