Future Plans - lolmaxz/vrc-ts GitHub Wiki
Here I am detailing what I'm considering working on going forward with this project.
There is no particular order to this list, simply a list of things I'm interesting in doing next.
🟢 Implementing 2FA Secret in the constructor See Issue 29
🟢 Review all information from VRChat's API.
🟢 Add even more documentation on as many attributes and types, method, class, as possible.
- Full Cleanup of code, better optimization in code redability.
- Better comments and documentation. (The more people can use this easily, the better!)
- Full endpoint tests using Jest.
- Full Zod implementation during Jest Testing to ensure of correct typing of all information coming from VRChat's API.
- Transform some type into their own class, instead of being each only types.
- Full check VRChat Group data being fetched, depending on permissions. It seems that member data being fetch is different based on the position of the highest role you have.