From 983f87755905371e8f82bd83cd1a635d1d3ad44e Mon Sep 17 00:00:00 2001 From: Navan Chauhan Date: Thu, 3 Jun 2021 13:46:34 +0530 Subject: created roadmap --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) 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 -- cgit v1.2.3