From 686350d3f3d7a9bf0186fa60d6e065ee6fa1d2fd Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Tue, 19 Sep 2023 21:54:48 +0100 Subject: [PATCH] docs: add TODOs for refactoring testimonials --- TODO.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 000000000..7985a0310 --- /dev/null +++ b/TODO.md @@ -0,0 +1,5 @@ +# Refactor testimonials + +- Provide a better way to select individual testimonials. +- Provide a way to order testimonials. +- Load testimonials by category/product (e.g. all testimonials for consulting calls).