aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2021-06-03 13:46:34 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2021-06-03 13:46:34 +0530
commit983f87755905371e8f82bd83cd1a635d1d3ad44e (patch)
treeabbfb305d1b490329d9551bdaa4024bb64f0a3ce
parentf30358a7b74b7d15d67c4313a024dd47dd7b4c51 (diff)
created roadmap
-rw-r--r--README.md32
1 files changed, 32 insertions, 0 deletions
diff --git a/README.md b/README.md
index 88f728b..ba7e4d5 100644
--- a/README.md
+++ b/README.md
@@ -1 +1,33 @@
# SaaS-in-a-Flask
+
+In the wise words of @alectrocute:
+
+> I've noticed SaaS bootstraps/boilerplates being sold upwards of $1,000 per year and I think that's fucking ridiculous.
+
+## Features
+
+- [ ] Landing Page
+- [ ] Database Management
+- Authentication
+ - [ ] Sign Up
+ - [ ] Sign In
+ - [ ] OAuth2
+ - [ ] LDAP
+ - [ ] Forgot Password
+- [ ] Form Handling
+- [ ] Dashboard
+- [ ] Admin Pages
+- [ ] Role Support
+- [ ] Team Management
+- Error Handling
+ - [ ] Sentry Support
+ - [ ] Error Code Handling
+ - [ ] Custom Exceptions
+- [ ] Async AJAX Calls
+- [ ] Tests
+- [ ] Delayed Jobs
+- [ ] Logging
+- [ ] FastAPI Support
+- Billing Handling
+ - [ ] Stripe
+- [ ] GDPR Compliance / Data Export \ No newline at end of file