Browse Source

docs: Add project roadmap

Zander Hawke 10 tháng trước cách đây
mục cha
commit
c861c891d5
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  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.