edemo / PDEngine

voting engine using ADA authentication and condorcet method
Other
2 stars 12 forks source link

the timestampof the result is stored near it #216

Open magwas opened 5 years ago

magwas commented 5 years ago

Behaviour: Vote/Compute vote results;the timestamp of the result is stored with the result

@tested_feature("Vote")

@tested_operation("Compute vote results")

@tested_behaviour("the timestamp of the result is stored with the result")

so there is a Result object, with the resultJson property storing the result, and the timeStamp property storing the timestamp (or null)

Deviation in model