Problem Description
There is a discrepancy between the Project Durations chart and the My Projects overview page. Subdirectories (like css and _layouts) are incorrectly being classified as standalone projects with 0m time, but they do not appear under the My Projects dashboard.
Steps to Reproduce
- Open a project that contains subfolders such as
css/ or _layouts/.
- View the dashboard under Project Durations.
- Observe that subfolders are listed as separate projects with
0m duration.
- Navigate to My Projects and notice only the main project is listed (1 project instead of 3).
Expected Behavior
- Subdirectories should not be parsed as separate projects unless explicitly configured with a
.wakatime-project file.
- The project count and list in Project Durations should consistently match the list displayed on the My Projects page.
Actual Behavior
The parser extracts subfolders as individual projects with 0m time on the duration breakdown, but the My Projects list excludes them, creating inconsistent UI states.
Screenshots
-
Project Durations showing 3 projects (Raise your Builder page, css, _layouts):

-
My Projects page showing only 1 active project:

Problem Description
There is a discrepancy between the Project Durations chart and the My Projects overview page. Subdirectories (like
cssand_layouts) are incorrectly being classified as standalone projects with0mtime, but they do not appear under the My Projects dashboard.Steps to Reproduce
css/or_layouts/.0mduration.Expected Behavior
.wakatime-projectfile.Actual Behavior
The parser extracts subfolders as individual projects with
0mtime on the duration breakdown, but the My Projects list excludes them, creating inconsistent UI states.Screenshots
Project Durations showing 3 projects (

Raise your Builder page,css,_layouts):My Projects page showing only 1 active project:
