🧪 Testing
- Load testing
- Use something like k6 to test how much traffic our API will handle
- Especially important when it comes to polling
📝 Logging
🚢 Deployment
🗃️ Archived Code
<aside>
💡 If you want to implement a new feature or need some inspiration, have a look at our archived (unused and unmaintained) components, code, and libraries.
</aside>
- Prisma-generated graphql resolvers
- A library’s worth of resolvers for all your API needs. Don’t implement anything without having a look at this code first
- Edit queue form/modal
- We wanted to let Organizers edit queues on the fly, but figured that to be a bit too much trouble for a v1.0.0
- Queues catalog page
- This page uses cards that can be swiped (similar to enqueued, serviced, and abandoned pages)
- REST API
- Buried somewhere in our commit history was a time when we had a REST API instead of GraphQL.