-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
- unified mapping from chain types to db types
- define a proper db schema (consider pk/fk/idx)
- reduce the use of jsonb objects
- db should return its own types (models)
- proposal: merge gridproxy and graphql into a new Grid-API #843
- consider bun/sqlc
- api v2
- testing
- API server
- a validation layer for all (filtering/paginating/sorting) key/value
- app structure
- separate bins for (api-server/node-indexer/chain-processor)
- separate db client to (query-client/mutate-client)
query client used with the server, mutate-client used with processor/indexer - support running from config/flags
- docs
- Using OpenAPI 3.0 #217
- write a developer guide explain each part of the project
- explain the tricky filters (dedicated/rentable/...)