Use the Result

Decision Checklist — Backend Fundamentals

Use this checklist before code generation or preview.

QuestionAvora actionMore detail
What data does the product store?Create entities and enumsEntities and Fields
Which fields identify or protect records?Configure keys, uniqueness, indexes, and validationKeys and Validation
Can the related record live alone?Use association or aggregationRelationships
Is the child created with the parent?Use compositionRelationships
What does the frontend need to call?Create a request with method, path, inputs, and outputsRequests and Responses
Should the caller be signed in?Enable request authAuth and Roles
Should only some roles call it?Select a role enum and allowed valuesAuth and Roles
What must happen inside the route?Build the request logic flowLogic Flows
Does every path return a clear status?Connect success and error outputsLogic Flows
Does the generated API match the workspace?Test it in Swagger previewPreview and Swagger

If the answer is unclear, start from Avora Overview or return to the relevant builder page linked above.