Skip to content

Commit 673ae1a

Browse files
authoredJun 2, 2023
Merge pull request #450 from supabase-community/J0/add-todos-to-readme
chore: add todos to README, potentially handoff
2 parents 4b81424 + 9260a93 commit 673ae1a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed
 

‎README.md

+17
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,28 @@ The above test database is a blank supabase instance that has populated the `cou
8585
Rough roadmap:
8686

8787
- [x] Wrap [Postgrest-py](https://github.com/supabase-community/postgrest-py/)
88+
- [ ] Add remaining filters
89+
- [ ] Add support for EXPLAIN
90+
- [ ] Add proper error handling
8891
- [ ] Wrap [Realtime-py](https://github.com/supabase-community/realtime-py)
92+
- [ ] Integrate with Supabase-py
93+
- [ ] Support WALRUS
94+
- [ ] Support broadcast (to check if already supported)
8995
- [x] Wrap [Gotrue-py](https://github.com/supabase-community/gotrue-py)
96+
- [ ] Remove references to GoTrue-js v1 and do a proper release
97+
- [ ] Test and document common flows (e.g. sign in with OAuth, sign in with OTP)
98+
- [ ] Add MFA methods and SSO methods
9099
- [x] Wrap [storage-py](https://github.com/supabase-community/storage-py)
100+
- [ ] Support resumable uploads
101+
- [ ] Setup testing environment
102+
- [ ] Document how to properly upload different file types (e.g. jpeg/png and download it)
91103
- [x] Wrap [functions-py](https://github.com/supabase-community/functions-py)
92104

105+
Overall Tasks:
106+
- [ ] Add async support across the entire library
107+
- [ ] Add FastAPI helper library (external to supabase-py)
108+
- [ ] Add `django-supabase-postgrest` (external to supabase-py)
109+
93110
### Client Library
94111

95112
## Authenticate

0 commit comments

Comments
 (0)
Please sign in to comment.