Open leodido opened 6 years ago
I have push'd configuration phase for the upcoming server to the feature/server branch.
Tests have to be done.
config()
ServiceProviderConfig
SchemaRepository
Schema
ResourceTypeRepository
ResourceType
x := Number of JSON files within default/schemas directory y := Number of JSON files within default/resources directory
Note that this step requires some parametrization (path of service provider config JSON) of the config function.
config
I have push'd configuration phase for the upcoming server to the feature/server branch.
Tests have to be done.
Phase 1
config()
func and test that it returns aServiceProviderConfig
instanceSchemaRepository
instance containing xSchema
instances has been createdResourceTypeRepository
instance containing yResourceType
instances has been createdLegend
x := Number of JSON files within default/schemas directory y := Number of JSON files within default/resources directory
Phase 2
Note that this step requires some parametrization (path of service provider config JSON) of the
config
function.