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

[Frontend] Implement the remaining time views of the table #28

Open
ThorbenJones opened this issue Feb 25, 2025 · 0 comments
Open

[Frontend] Implement the remaining time views of the table #28

ThorbenJones opened this issue Feb 25, 2025 · 0 comments
Assignees
Labels

Comments

@ThorbenJones
Copy link

The weekly view is already implemented.
The same logic for the weekly view can be used and optimized, for all other time views.

Functions can be found in the store folder : timeTracking.js
Logic can be found in the components folder : TimeOverview.vue

Each entry documents the time and date, worked on a issue.
The time for the weekly view should be summarized and be displayed on the page in a good visible place. (Above the table - each column?)

The monthly view focuses only on the weekly summarized time.
So each column represents a week (4 Weeks max) and each week displayes the time worked.

The same for the yearly view.
Each column views the monthly work done (Jan - Dec)

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

No branches or pull requests

3 participants