Daryl Lim
Daryl Lim
# Motivation Add more telemetry to the stack. This could be anything from Sentry to our internal logging system. # Umbrellas ## Business Intelligence Having json logging here will help...
# Testing - [x] Shows up on FE, manual isolated QA testing done - [ ] Unit tests
Issue with VPC networking, initially solved by updating Security Group mapping
# Motivation The current implementation isn't type-exhaustive # Benefits - More type-exhaustive according to JSON Schema + OAS - Instead of going `pydantic -> zod`, decoupling into an intermediate step...
# Description - Currently, state management is in preview mode # Roadmap - [ ] [v0] Basic case management with timeline # Todos ## High priority - [x] Autocomplete -...
# Description Currently just concats to the existing list for all cases, even if this case has already been autocompleted
Related to #62
# Motivation Current toast is annoying - doesn't have expiry so you have to close it manually. A sonner https://ui.shadcn.com/docs/components/sonner (so I can see past notifications) can make this UX...
## Reference Issues/PRs Inspired by the way Infisical does their posthog init. ## What does this implement/fix? Explain your changes. - Performs additional checks before initializing posthog. Was facing an...