From 217ab29e22c119351e1fbd0bcbe6a7a44f1aed2b Mon Sep 17 00:00:00 2001 From: vlad Date: Mon, 19 Sep 2016 17:30:38 -0700 Subject: Updated README.md file --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 4a3104a..25ada84 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,15 @@ Core library is used to provide ways to implement practices established in [Driv ## Components - * `core package` provides `Id` and `Name` implementations and also `make` and `using` functions, + * `core package` provides `Id` and `Name` implementations (with equal and ordering) and also `make` and `using` functions, * `time` Primitives to deal with time and receive current times in code, * `config` Contains method `loadDefaultConfig` with default way of providing config to the application, * `messages` Localization messages supporting different locales and methods to read from config, * `database` Method for database initialization from config, `Id` and `Name` mapping and schema lifecycle, * `rest` Wrapper over call to external REST API, does logging and stats call, + * `json` Json formats for `Id`, `Name`, `Time`, `Revision` and converters for enums and value classes, + * `auth` Permissions and roles, auth token definitions, `authorize` directive to verify auth token, + * `file` Stub for file storage web-service and implementations for S3 and FS `FileStorage`, * `app` Base class for Driver service, which initializes swagger, app modules and its routes. * `generators` Set of functions to prototype APIs. Combine with `faker` package, * `stats` Interface to the infrastructure statistics service, currently just logs events, @@ -95,8 +98,6 @@ For more examples check [project tests](https://github.com/drivergroup/driver-co ## Things to do - * Bring sbt-release plugin to core - * Logging: * Custom akka-http directive to log and record stats for all incoming requests, use akka-http built-in `logRequestResult("log")` as example and probably extend that, -- cgit v1.2.3