Replies: 1 comment
-
re env variables validation:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Metrics
key metrics to track:
lines of code - should go down significantly across all of our repositories (I estimate a 30% reduction is possible)
bundle size
Core web vitals. ac: all green
^ track these for every PR, a-la vercel stats in nextjs
local dev server startup time. ac: under 5s
build time. ac: under 30s on CI
test time. ac: under 1min per project on CI
for indexer - time to index all chains, events/sec
record and celebrate wins, maintain quantitative improvements
Wins
General
turbo dev
will start up RM, GE and Builder, each setup to communicate with each other by defaultcommon
package usingswr
.ViewRoundResults.tsx:224
,round.ts:545
)Type safety
common/types
that is a zod or yup schema,typeof schema
, used for both validation and type checking. figure out how to use this across repos, needed in both grants-stack, allo-indexer, allo-indexer-clientABI management and contract interaction
Performance
Testing
Deployment
Beta Was this translation helpful? Give feedback.
All reactions