From 7ac2688c32be1b72c652b28f2d5309f3c0ab0db1 Mon Sep 17 00:00:00 2001 From: swag Date: Thu, 6 Oct 2022 12:13:20 -0400 Subject: [PATCH] Moved around TODOs --- README.md | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c713103..801a3fb 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,8 @@ Run the tests locally (against development environment): ## TODOs 1. Bump button/counter +1. Implement + [bcrypt](https://metacpan.org/pod/Mojolicious::Plugin::BcryptSecure) 1. Some sort of admin/moderator login and view 1. CSS @@ -40,11 +42,12 @@ Run the tests locally (against development environment): ### (Lord knows there's TODOs I could be working on...) + +1. RSS feed!! +1. Return a text response instead of HTML if a `.txt` extension [is + requested](https://docs.mojolicious.org/Mojolicious/Plugin/DefaultHelpers#respond_to) + (JSON?) +1. Post thread via SMS (twil.io??) 1. CAPTCHA with [Lingua::EN::Inflexion](https://metacpan.org/pod/Lingua::EN::Inflexion#cardinal()-and-cardinal($threshold)) (This may not even be necessary with proper admin/moderation stuff) -1. Return a text response instead of HTML if a `.txt` extension [is - requested](https://docs.mojolicious.org/Mojolicious/Plugin/DefaultHelpers#respond_to) -1. Post thread via SMS (twil.io??) -1. Implement - [bcrypt](https://metacpan.org/pod/Mojolicious::Plugin::BcryptSecure)