JSONAPI to GrapQL Conversion:
• Setting up the architecture for queries and mutations
• Converting all models to be part of the graph, and simplifying the ways users will be able to interact with them.
• Multiple features implemented including data-loading, pundit authorization, and better error handling for mutations
• Custom analyzer to limit the amount of data allowed to be queried at once.
• Built generic way for mutations to be utilized in basic CRUD manner, and additional mutations for specific cases.
Built out features including:
• Multiple imports from 3rd party sites into Kitsu
• Account Integrations (urls) with external services
Kitsu Wiki: (new tool)
• Implement an easy to use wiki editor that will allow us to keep our data more organized and clean.
• Being built using React + Typescript and interacting with our GraphQL API