Commit Graph

  • 2a31813a53 Update readme master junv 2020-03-29 11:19:07 +11:00
  • 7c3b74e4b8 Add some more test cases junv 2020-03-29 10:55:22 +11:00
  • 28681ea06f Refactor the code junv 2020-03-29 10:51:55 +11:00
  • 65cacc22bd Update implementation to detect credit card fraud with any 24 hours window junv 2020-03-29 08:16:35 +11:00
  • ae0d440510 Add readme junv 2020-03-23 00:01:56 +11:00
  • 04ebbe0dbe Add docker-compose to bring up the environment and run the tests in one command junv 2020-03-22 23:32:32 +11:00
  • 54f68df884 Add new edge test case about the total money is equal to threshold, then should not count it as fraud junv 2020-03-22 00:24:18 +11:00
  • 3ec9a129e5 Add test case to test different time silding window for different cards based n their transaction records junv 2020-03-22 00:21:22 +11:00
  • 458eb159b6 Some tiny refactoring junv 2020-03-22 00:09:35 +11:00
  • c110504eab Extract the parse method to a seperate class junv 2020-03-22 00:00:56 +11:00
  • ce8d0bcb0f Add necessary api doc for the public method junv 2020-03-21 23:41:26 +11:00
  • 6f987fbeb9 Add test coverage plugin to see the code coverage junv 2020-03-21 23:36:21 +11:00
  • 231e8d5bb0 Update the function to support multiple cards junv 2020-03-21 23:13:43 +11:00
  • 834c1190bf Add ability to check credit card fraudulent in 25 silding window junv 2020-03-21 22:49:07 +11:00
  • 3154d77ced Started using TDD(red green) to implement the code test junv 2020-03-19 23:09:08 +11:00