Skip to content
This repository has been archived by the owner on Sep 20, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Liam-Griffiths committed Nov 5, 2019
1 parent 468aa81 commit 9c5ed66
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# CantarusProject
Code test project for Cantarus. Checkout system.

## Notes/Thoughts
This project was completed with a Code First approach which took approximately 100 minutes spread out over the day. This allowed me to familiarise myself with testing concepts in C# and how they are similar/different to 'Jest' used in Node.js which I am more familiar with currently. The project is missing one feature which is the addition or modification of the store items at runtime, although the PopulateDefault() method with small modifications would make this an easy addition.

I added a Main console method as an extra feature to allow for more interaction with the system as if it were a real Checkout system.

Thank you!

0 comments on commit 9c5ed66

Please sign in to comment.