Commit Graph

4 Commits

Author SHA1 Message Date
hrj 2d13c10812 update scala and sbt versions 2019-03-13 23:38:24 +05:30
Rahul Rudragoudar 6394fde5d2 Added Library dependencies
Added compile support for Java
2018-12-17 13:34:24 +05:30
sanjana f73f2a762f Initial commit for the framework
The ChallengeProvider trait provides the methods to be implemented by the challenge providers.

The framework gets a challenge from a challenge provider, inserts the details of the challenge into the database, and gives the challenge to the user. It then gets the answer from the user, and sends it to the challenge provider for verification.

This commit includes the implementation only for FilterChallenge provider.
2018-06-06 12:18:40 +05:30
sanjana 4610245b38 Initial skeleton for the framework. 2018-01-03 09:12:43 +05:30