GrowthVVork / colorflow-habits

ColorFlow Habits is a visual task tracking app that turns your daily activities into a vivid color spectrum, offering a captivating and motivating way to monitor your progress and habits throughout the year.
4 stars 0 forks source link

Optimisation : Given folder path/files sort them by first 2 char indexes #17

Closed tejas-k3 closed 9 months ago

tejas-k3 commented 10 months ago

For files stored as below names in a single folder

The function should take folder as path, fetch all files, sort them by their first 2 chars indicting their priority order and return the result

tejas-k3 commented 9 months ago

Done as part of #28 the method executeSqlScripts sorts files internally before execution.