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

Missing entries in Calendar #39

Closed
Marcel-Schubert opened this issue Nov 28, 2023 · 1 comment
Closed

Missing entries in Calendar #39

Marcel-Schubert opened this issue Nov 28, 2023 · 1 comment
Milestone

Comments

@Marcel-Schubert
Copy link
Contributor

There is a display problem in the calendar when some month has no activity. E.g. for me, there were no (tracked) activities in January and February, and thus the value for march appeared in column 1.

The underlying problem is that the table is filled by looping over monthly_distances, which might not have a entry for every month.
One solution would be to edit monthly_distances such that it does have an entry for every month (of all years that are present).
Alternatively, the table can be filled by a loop over values 1...12.

@Marcel-Schubert
Copy link
Contributor Author

The current bugged version:
bugged

With 0 km entries:
0km

With empty entries (the spacing looks very odd to me, but could maybe be improved by minimum or fixed column widths):
no entry

martin-ueding added a commit that referenced this issue Nov 29, 2023
Display explicit 0 km in calendar #39
@martin-ueding martin-ueding added this to the 0.11.0 milestone Nov 29, 2023
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

2 participants