mirror of
https://github.com/SoDOff-Project/sodoff.git
synced 2025-10-11 08:18:49 -07:00
update readme with progress
This commit is contained in:
parent
e30798270e
commit
2209119031
40
README.md
40
README.md
@ -25,14 +25,42 @@ Then run School of Dragons.
|
|||||||
## Status
|
## Status
|
||||||
|
|
||||||
### What works
|
### What works
|
||||||
|
- register/login
|
||||||
|
- create profile
|
||||||
|
- list profiles
|
||||||
|
- start tutorial
|
||||||
|
|
||||||
- Registration
|
### Methods
|
||||||
- Login
|
|
||||||
|
|
||||||
### What doesn't
|
#### Fully implemented
|
||||||
|
- GetKeyValuePairByUserID
|
||||||
|
- GetKeyValuePair
|
||||||
|
- SetKeyValuePairByUserID
|
||||||
|
- SetKeyValuePair
|
||||||
|
- GetAuthoritativeTime
|
||||||
|
- LoginParent
|
||||||
|
- GetUserInfoByApiToken
|
||||||
|
- IsValidApiToken_V2
|
||||||
|
- LoginChild
|
||||||
|
- SetAvatar
|
||||||
|
- RegisterParent
|
||||||
|
- RegisterChild
|
||||||
|
|
||||||
Everything else
|
#### Implemented enough (probably)
|
||||||
|
- GetRules (doesn't return any rules, probably doesn't need to)
|
||||||
|
- GetQuestions (doesn't return all questions, probably doesn't need to)
|
||||||
|
- GetSubscriptionInfo (always returns member, with end date 10 years from now)
|
||||||
|
|
||||||
## Credits
|
#### Partially implemented
|
||||||
|
- GetUserProfileByUserID (a lot is still placeholder)
|
||||||
|
- GetUserProfile (a lot is still placeholder)
|
||||||
|
- GetDetailedChildList (a lot is still placeholder)
|
||||||
|
- ValidateName (needs to do pets, groups, default)
|
||||||
|
- GetDefaultNameSuggestion (needs to return unused names)
|
||||||
|
|
||||||
A huge thanks to [BlazingTwist](https://github.com/BlazingTwist) for their [initial work](https://github.com/BlazingTwist/SoD_OfflineServer) and XSD creation.
|
#### Currently static or stubbed
|
||||||
|
- GetStore (needs to filter out stores from request)
|
||||||
|
- GetAllRanks (needs to be populated with what ranks the user has)
|
||||||
|
- GetCommonInventory
|
||||||
|
- GetAllActivePetsByuserId (always returns null)
|
||||||
|
- GetPetAchievementsByUserId (always returns null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user