diff options
author | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-03 13:46:34 +0530 |
---|---|---|
committer | Navan Chauhan <navanchauhan@gmail.com> | 2021-06-03 13:46:34 +0530 |
commit | 983f87755905371e8f82bd83cd1a635d1d3ad44e (patch) | |
tree | abbfb305d1b490329d9551bdaa4024bb64f0a3ce | |
parent | f30358a7b74b7d15d67c4313a024dd47dd7b4c51 (diff) |
created roadmap
-rw-r--r-- | README.md | 32 |
1 files changed, 32 insertions, 0 deletions
@@ -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 |