aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2021-07-23 22:14:18 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2021-07-23 22:16:07 +0100
commit3086d98cdc9232e220eba202a7d903b43cc6a444 (patch)
tree56fc1ca220b24467df40b84fd505055740e40b38
parent318edd7c95b841024c2f7cfc7478aa9c601e12e5 (diff)
downloadnumberdisplay-3086d98cdc9232e220eba202a7d903b43cc6a444.tar.gz
numberdisplay-3086d98cdc9232e220eba202a7d903b43cc6a444.tar.bz2
numberdisplay-3086d98cdc9232e220eba202a7d903b43cc6a444.zip
(README)~added a few more todos in features, +website features todo
-rw-r--r--README.org10
1 files changed, 8 insertions, 2 deletions
diff --git a/README.org b/README.org
index f125fd7..c6ab170 100644
--- a/README.org
+++ b/README.org
@@ -7,7 +7,13 @@ useful for myself. This program takes an integer/pair of
integers/list of integers and, with some flags, lists properties of
the input. Current features are listed below.
-* Features
-- [X] Show whether numbers a prime
+* CLI
+- [X] Show whether numbers are prime
- [X] List factors of a number
- [X] Get highest common factor of two numbers
+- [X] General list of info for a list of numbers
+* Website
+- [ ] Ability to handle routesa and 404s
+- [ ] Form on '/' route POSTs body of form to '/input' route
+- [ ] '/input' route does computation then returns a new view with
+ result