From 267ade76777d36e88d9754df1ff4c721d0696d77 Mon Sep 17 00:00:00 2001 From: Alan Orth Date: Mon, 26 Feb 2024 09:21:02 +0300 Subject: [PATCH] README.md: add some TODO --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index c4bca4e..1947b21 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,13 @@ Fun proof of concept to generate random wildlife bingo cards for safaris with da $ ./generate.py -i data/animals.csv -o out.jpg ``` +# TODO + +- Credit photographers — these photos are all some variation of CC-BY so we need to give attribution +- Add filtering by region — the metadata already exists, though perhaps needs to be adjusted +- Refactor — perhaps needs to be more object oriented +- Make a web frontend — I can imagine a light frontend that would shuffle the images in realtime and allow generation of a number of cards + # License This work is licensed under the [GPLv3](https://www.gnu.org/licenses/gpl-3.0.en.html).