Gary Rowe
Gary Rowe
After a Customer has put something into their Cart, they should be able to proceed to the checkout and see a payment page containing a Bitcoin swatch. The page should...
In order to reduce currency volatility risk As a customer I want to see a countdown timer during checkout Estimated time (days): 1 Acceptance Criteria Scenario 1: Making payment Given...
Require additional types of accounts: Memo, Detail and Summary (see Martin Fowler's Analysis Patterns)
Any code relying on a cookie will need to provide a notice indicating how cookies are used.
Currently images are making local references - this needs to be fixed by providing an asset server.
Use Markdown text entries to populate the About Us template page.
Fix ConcurrentHashMap [using the info in this article](http://dmy999.com/article/34/correct-use-of-concurrenthashmap)
Require a mechanism to allow the local database to be patched and populated safely. The following approach could be used (includes client UI and platform operations): 1. MH From the...
Read/Write services following the CQRS pattern remove the currently anaemic service/DAO structure and replace it with a dedicated Read service for queries targeting particular use cases, and a simple Write...
Change the persistent store to use MongoDB. Use DTOs with JSON markup. Use String based IDs mapped to ObjectIds. Use Mongojack to simplify queries. Use Embedded Mongo (Flapdoodle) for integration/functional...