chicoferreira / stock-checker

Stock Checker for checking products status
MIT License
4 stars 4 forks source link

Product Notification Requirements #16

Open chicoferreira opened 3 years ago

chicoferreira commented 3 years ago

Adding requirements for playing the notification sound such as: PRICE_LOWER_THAN <value>, IN_STOCK, IN_DISCOUNT, etc. Those requirements should be added through user prompted commands.

chicoferreira commented 3 years ago

Requirement check should be dynamic using product properties, such as, for example: PRICE<100.0, AVAILABILITY=TRUE, DISCOUNT=TRUE, etc.