Skip to content

Commit

Permalink
Merge pull request #450 from supabase-community/J0/add-todos-to-readme
Browse files Browse the repository at this point in the history
chore: add todos to README, potentially handoff
  • Loading branch information
J0 authored Jun 2, 2023
2 parents 4b81424 + 9260a93 commit 673ae1a
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,28 @@ The above test database is a blank supabase instance that has populated the `cou
Rough roadmap:

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

Overall Tasks:
- [ ] Add async support across the entire library
- [ ] Add FastAPI helper library (external to supabase-py)
- [ ] Add `django-supabase-postgrest` (external to supabase-py)

### Client Library

## Authenticate
Expand Down

0 comments on commit 673ae1a

Please sign in to comment.