From the to-do list: MPA V1.0: Older issues and tasks
✔ Projects: fix files watcher
(Completed by Pierre henri Seylan on May 21, 2018)
Comments
Pierre henri Seylan on April 27, 2018:
The mechanism responsible for tracking projects files seems to be broken.
This file's watcher was previously monitoring all relevant directories:
scanned directories
local projects directories
When new files were created in the monitored directories it was scanning and triggering an action depending on the type of file, for example pushing a revision if a backup project had changed, or displaying the new project if a new project had been created.
In the new version, this doesn't work anymore since when creating new projects, the app doesn't react.
After some tests with backup projects, it seems that issue concerns only the monitoring of new files, so the feature that automatically detects new projects files which have been placed in the monitored directories.
Comments
Pierre henri Seylan on April 27, 2018:
This file's watcher was previously monitoring all relevant directories:
- scanned directories
- local projects directories
When new files were created in the monitored directories it was scanning and triggering an action depending on the type of file, for example pushing a revision if a backup project had changed, or displaying the new project if a new project had been created.In the new version, this doesn't work anymore since when creating new projects, the app doesn't react.
After some tests with backup projects, it seems that issue concerns only the monitoring of new files, so the feature that automatically detects new projects files which have been placed in the monitored directories.
Karim Alabtakh on May 20, 2018: