Create TASKS.md

This commit is contained in:
Roj Serbest 2021-10-21 20:18:20 +03:00
parent b57989afa0
commit b418f18bb3
1 changed files with 45 additions and 0 deletions

45
TASKS.md Normal file
View File

@ -0,0 +1,45 @@
# Method helpers implemented
## Account
- [x] deleteProfilePicture
- [x] setProfilePicture
- [x] clearProfileBiography
- [x] clearProfileURL
- [x] clearProfileLocation
- [x] updateProfileBiography
- [x] updateProfileLocation
- [x] updateProfileName
- [x] updateProfileURL
## Cloud
- [x] getDocument
## Session
- [x] createSession
- [x] getSession
- [x] authenticateUser
- [x] logout
- [x] register
## Help
- [x] getCommunityGuidelines
- [x] getPrivacyPolicy
- [x] getServerInformation
- [x] getTermsOfService
## Network
- [x] getMe
- [x] getProfile
- [x] getFollowing
- [x] getFollowers
- [x] followPeer
- [x] unfollowPeer
## Timeline
- [ ] compose