Skip to content

v0.1.0 Checklist #1

Closed
Closed
@jaredcnance

Description

@jaredcnance
  • Middleware should check whether or not the route has been configured, create the controller instance, call the specified method:
    • GET /{namespace}/{entities}/
    • GET /{namespace}/{entities}/{id}
    • POST /{namespace}/{entities}/
    • PATCH /{namespace}/{entities}/{id}
    • DELETE /{namespace}/{entities}/{id}
  • Support Relationship Links:
  • Check to see if there is a controller override specified (interface vs. abstract vs. concrete controller), if so call the override methods instead
  • Convert entities to JsonApiDocuments
  • Convert JsonApiDocuments to entities
  • End the request pipeline
  • Consider using AutoMapper to map from the model to a JsonApiResource
  • CI build setup
  • Create Model to Resource Mapping automatically if it is not defined #3 : Resource mapping
  • Querying records #9 : Querying Records

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions