liquid_feedback_frontend
view model/direct_voter.lua @ 3:768faea1096d
Version alpha4
Members interested in an issue or supporting an initiative have a weight information attached. Browsing the members causing that weight is possible.
Initiatives may provide a link to an external discussion platform
Direct link on every initiative page to create an alternative initiative
Bugfix: No error when clicking "neutral", when "neutral" is currently selected
Members interested in an issue or supporting an initiative have a weight information attached. Browsing the members causing that weight is possible.
Initiatives may provide a link to an external discussion platform
Direct link on every initiative page to create an alternative initiative
Bugfix: No error when clicking "neutral", when "neutral" is currently selected
author | bsw |
---|---|
date | Mon Nov 30 12:00:00 2009 +0100 (2009-11-30) |
parents | 3bfb2fcf7ab9 |
children | afd9f769c7ae |
line source
1 DirectVoter = mondelefant.new_class()
2 DirectVoter.table = 'member'
4 DirectVoter:add_reference{
5 mode = 'm1',
6 to = "Issue",
7 this_key = 'issue_id',
8 that_key = 'id',
9 ref = 'issue',
10 }
12 DirectVoter:add_reference{
13 mode = 'm1',
14 to = "Member",
15 this_key = 'member_id',
16 that_key = 'id',
17 ref = 'member',
18 }