Menu

#8 Implement Vote process

Voting Requirements
open
nobody
Voting (2)
2012-06-02
2012-06-01
No

Implement a vote process that supports:

  • unchangable result list (including all votes without user tracking)
  • result list contains
    • all votes
    • request id
    • signature
  • one and only one vote per user
  • standard
  • result printout

Discussion

  • Markus Zarbock

    Markus Zarbock - 2012-06-01
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,9 +1,9 @@
     Implement a vote process that supports:
    -- unchangable result list (including all votes without user tracking)
    -- result list contains
    -    - all votes
    -    - request id
    -    - signature
    -- one and only one vote per user
    -- standard 
    -- result printout
    +* unchangable result list (including all votes without user tracking)
    +* result list contains
    +    * all votes
    +    * request id
    +    * signature
    +* one and only one vote per user
    +* standard 
    +* result printout
    
    • Description has changed:

    Diff:

    --- old
    +++ new
    @@ -1,4 +1,5 @@
     Implement a vote process that supports:
    +
     * unchangable result list (including all votes without user tracking)
     * result list contains
         * all votes
    
     
  • Markus Zarbock

    Markus Zarbock - 2012-06-02
    • milestone: Initial Requirements --> Voting Requirements
     

Log in to post a comment.