1
0
Pārlūkot izejas kodu

docs: Add project roadmap

Zander Hawke 10 mēneši atpakaļ
vecāks
revīzija
c861c891d5
1 mainītis faili ar 6 papildinājumiem un 0 dzēšanām
  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.