ReleaseNotes.txt 826 B

123456789101112131415161718192021222324252627
  1. Version 0.1.0
  2. Date 18.10.2015
  3. DESCRIPTION:
  4. This is the first version of the Secure Data Manager Backend. This application handles:
  5. - Synchronization with the entities created in the Admin Portal
  6. - Generation of the necessary information for an election Event, in order to allow a Voting Process
  7. - Synchronization with the Voter portal, uploading the generated information
  8. - Integration with the mixing , decryption, and counting services for Ballot Boxes
  9. WHAT'S NEW
  10. Package infrastructure:
  11. sdm-ws-rest module:
  12. It defines the different endpoint which will be called by the frontend of the application
  13. secure-data-manager-services module:
  14. This module handles all the business logic of the application. Through the defined services and repositories
  15. the information will be integrated using a noSqlDatabase (OrientDb)