Voting for multiple projects
Currently, the system only allows users to vote for a single project at a time. It should allow anyone to vote for any project they like.
Bounty:
US $0.18(Sponsor Project)Status:
[COMPLETE]The final payment was made to Roosmaa on Thu, May 15, 2008. This project is complete; no new sponsorships or submissions will be accepted. You can continue to use the forums for discussion purposes.
Note: You can propose changes using the forum below.
Currently, the system only allows users to vote for a single project at a time. It should allow anyone to vote for any project they like.
Specifically, if a user clicks on the "vote" link on the project page, it should add the member's vote to the project, and it should not remove their vote from any other project. Each member is entitled to one vote per project or subproject.
The deliverable for this project must be a patch (created using diff -urN) against the latest release of fossfactory-src, whatever it may be at the time. The latest release can always be found here: http://www.fossfactory.org/get-source.php
A few relevant FOSS Factory coding standards:
- 4-space indentation, with tabs expanded as whitespace.
- All database operations must be encapsulated in db.php
- Database schema changes and other one-time database modifications must be added to the end of the file schema/structure, one query per line, and terminated by a version number update in the usual format.
Specifically, if a user clicks on the "vote" link on the project page, it should add the member's vote to the project, and it should not remove their vote from any other project. Each member is entitled to one vote per project or subproject.
The deliverable for this project must be a patch (created using diff -urN) against the latest release of fossfactory-src, whatever it may be at the time. The latest release can always be found here: http://www.fossfactory.org/get-source.php
A few relevant FOSS Factory coding standards:
- 4-space indentation, with tabs expanded as whitespace.
- All database operations must be encapsulated in db.php
- Database schema changes and other one-time database modifications must be added to the end of the file schema/structure, one query per line, and terminated by a version number update in the usual format.
Post a Comment
There are currently no comments in this forum.