Opti : Detecting specific part of content changes from modified file #73
Labels
brainstorm
These issue/feat needs to be discussed and have to find the solution
optimization
The algo/code can be optimized. A better approach
At present the only thing which is not optimized is :
Possible Solution
After the files has been scanned, a function can be created which will basically compare the previous task and the new task detected from the current file. Only if any one of the task content has been changed, then only it will be updated in the tasksData and the board will be refreshed. But this comparing function will be costly.
Need to come up with a better solution where, we can find which part of the file has been changed and whether there is any task or task's content on that line.
The text was updated successfully, but these errors were encountered: