Chakib Ouhajjou
Chakib Ouhajjou
CCConvex Community
Created by Chakib Ouhajjou on 7/1/2024 in #support-community
ignore files in convex folder
Can I put file in the convex folder and make them ignored, so they dont get loaded ?
25 replies
CCConvex Community
Created by Chakib Ouhajjou on 6/29/2024 in #support-community
Unify the api documentation tool
3 ways to document: - https://github.com/get-convex/convex-helpers?tab=readme-ov-file - https://docs.convex.dev/home - https://labs.convex.dev/convex-ents In Elixir thousands of packages are using the same documentation tool, this make navigating the ecosystem more fun: - https://hexdocs.pm/phoenix/overview.html - https://hexdocs.pm/elixir/Kernel.html - https://hexdocs.pm/absinthe/overview.html We have a chance to get this UX right while it's early. Please take the lead 🙂
1 replies
CCConvex Community
Created by Chakib Ouhajjou on 6/29/2024 in #support-community
Towards Schemas end to end (without Effect)
Towards Schemas end to end (without Effect) The dashboard knows the query type, but the output of a query is 'any'. Imagine that we document what is the type of output. The UI dev will be happier. And make it discoverable based on runs. Like how schema is generated now the from existing data in the db. It would feel good to have some benefits of graphql (a contract between backend and front-end). Frontend devs love to consume Graphql because the schema of the data is very clear. So I am thinking two about two concepts: - A. schemas for functions output (with errors and lifecycle status as data) like in go/elixir - B. resolvers: for query implementation, so that we can say, it's more technical, it's using Promises, and it's ok to be more difficult. A. is for product design days and UI B. is for backend engineering days. That's the DX i am thinking I would like to see.
6 replies
CCConvex Community
Created by Chakib Ouhajjou on 6/26/2024 in #support-community
Make Dark mode in Dashboard one click away
or hover+click away This will allow me to quickly switch regardless of the global setting of my os.
10 replies