Dave Jarvis' Repositories

git clone https://repo.autonoma.ca/repo/delibero.git

Fixed issues with tour.

AuthorDave Jarvis <email>
Date2014-07-14 16:58:09 GMT-0700
Commit54196721bd8d3211f363d95947788c274150290a
Parentf23dcbb
css/interest.css
div.policy-tag {
display: inline;
- color: #C95469;
+ color: #B93507;
}
js/discuss.js
var tours = [
{
- "a": 175,
- "d": -5,
- "e": "h1.policy-title",
- "t": 'Policy title is repeated for context.'
- },
- {
"a": 55,
"d": 5,
"e": "div.policy-implication-vote-active:first",
- "t": 'Users can express agreement with benefits or drawbacks; the highest-rated implications are displayed on the summary page.'
+ "t": 'Users can express agreement with implications; the highest-rated implications are displayed on the summary page.'
},
{
"a": 145,
"d": -5,
"e": "div.policy-implication-tally:first",
"t": 'Users can express disagreement with benefits. Users can always change their opinion.'
- },
- {
- "a": 5,
- "d": 10,
- "e": "div.policy-implication-type-pro:first",
- "t": 'Denotes whether the discussion point supports or opposes the policy.'
- },
- {
- "a": 145,
- "d": 0,
- "e": "div.policy-implication-type-flag:first",
- "t": 'Users can flag discussion points to notify moderators of items that require review or intervention.'
},
{
js/summary.js
var tours = [
{
- "a": 175,
- "d": -5,
- "e": "h1.policy-title",
- "t": 'Policy title is repeated for context.'
- },
- {
"a": 269,
"d": -365,
"a": 180,
"d": -5,
- "e": "a#policy-feedback-edit",
- "t": 'Users can enable direct editing of introductory text and tags.'
+ "e": "a#policy-feedback-flag",
+ "t": 'Users can raise issues with the introductory text that require moderator attention or intervention.'
},
{
"a": 180,
"d": -5,
- "e": "a#policy-feedback-flag",
- "t": 'Users can raise issues with the introductory text that require moderator attention or intervention.'
+ "e": "div.policy-implications ul.policy-implication li:first",
+ "t": 'The highest-rated implications from the discussion page.'
},
{
"a": 180,
"d": -5,
- "e": "div.policy-implications-pro ul.policy-implication li:first",
- "t": 'The highest-rated positive policy implications are displayed, sorted by most advantageous.'
+ "e": "a#policy-proposal",
+ "t": 'Provides the complete proposal text. Legislative text is presented alongside its layperson translation.'
},
{
"a": 180,
"d": -5,
- "e": "div.policy-implications-con ul.policy-implication li:first",
- "t": 'The highest-rated negative policy implications are displayed, sorted by most disadvantageous.'
+ "e": "a#policy-hypothesis",
+ "t": 'Describes the measurable goals of the policy used to ascertain its effectiveness.'
},
{
"a": 180,
"d": -5,
- "e": "a#policy-proposal",
- "t": 'Provides the complete proposal text. Legislative text is presented alongside its layperson translation.'
+ "e": "a#policy-resources",
+ "t": 'Information about the types and amounts of resources required to implement (enact) the policy.'
},
{
"a": 180,
"d": -5,
"e": "a#policy-feedback-discuss",
- "t": 'Link to the discussion page where all benefits and drawbacks are debated. Select the discuss link to view the debate page.'
+ "t": 'Link to the discussion page where all implications are listed. Click the discuss link to continue.'
},
];
js/support.js
},
{
- "a": 93,
- "d": -285,
- "e": "h2.support-implication",
- "t": 'Supporting text clearly marked as a benefit or drawback.'
- },
- {
- "a": 135,
- "d": -5,
- "e": "h2.support-title",
- "t": 'Supporting text title is repeated for context.'
- },
- {
"a": 135,
"d": -5,
Delta13 lines added, 49 lines removed, 36-line decrease