5. Future Work - Gluzberg/cart-api GitHub Wiki
Cart Service
- The error messages can elaborated and extended with error codes for simpler classification by the API users.
User Repository
-
The hard-coded user credentials in the in-memory repository can be migrated to a configuration file to avoid its potential deployment to a productive environment.
-
In production the user password storage should be encrypted.