liquid_feedback_core

view Makefile @ 139:e3bfa2d7954c

Always ensure stable voting results by disqualifying certain initiatives, and bugfix related to setting "issue_state" in "calculate_ranks"

- Removed column "majority_indirect" from table "policy"
- Removed column "eligible" from table "initiative" ("eligible" can be calculated as "attainable"=TRUE AND "favored"=TRUE AND "disqualified"=FALSE)
- Split "rank" column of table "initiative" into columns "preliminary_rank" and "final_rank"
- Added column "disqualified" to table "initiative"
- Removed column "promising" from table "initiative"
- Removed constraints from table "initiative"
- Updated functions "close_voting" and "calculate_ranks"
- Added TODO notice in function "clean_issue"
author jbe
date Sun May 29 19:51:16 2011 +0200 (2011-05-29)
parents 8d021cb5eaf4
children c8cd87b87708
line source
1 lf_update: lf_update.c
2 cc -Wall -g -lpq \
3 -I "`pg_config --includedir`" \
4 -L "`pg_config --libdir`" \
5 -o lf_update lf_update.c
7 clean::
8 rm -f lf_update

Impressum / About Us