Преглед на файлове

docs: Add project roadmap

Zander Hawke преди 10 месеца
родител
ревизия
c861c891d5
променени са 1 файла, в които са добавени 6 реда и са изтрити 0 реда
  1. 6 0
      README.md

+ 6 - 0
README.md

@@ -149,3 +149,9 @@ photo-cli copy \
   --output ~/Photos \
   --dry-run --verify
 ```
+
+## Roadmap
+
+- **Use flakes for local paths:** Convert local paths (e.g., `import ./lib`) to flake inputs. This improves reproducibility by explicitly declaring dependencies and makes it easier to manage different versions of local modules.
+- **Centralize library functions:** Make commonly used functions in the `lib` directory available as a module or overlay. This promotes code reuse and simplifies configuration.
+- **Add descriptions to outputs:** Add descriptions to the outputs of the flake. This makes it easier to understand the purpose of each output and improves the overall usability of the flake.