Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Display which ballot measures passed post-election (like we do candidates) #352

Open
anlawyer opened this issue Mar 18, 2020 · 6 comments
Open
Assignees
Labels
For2022-11 For the Nov. 8, 2022 election good first issue Good for newcomers skill/jekyll

Comments

@anlawyer
Copy link
Member

Best case: set a "passed" flag somewhere in the spreadsheet to pull from (@sfdoran might need to do this).
Alternative: hard code it.

Note: See the 2018 election to see how we marked the candidates who were elected as "elected". Also note that we didn't show which referendums were passed in 2018.

@anlawyer
Copy link
Member Author

anlawyer commented Sep 2, 2020

Didn't they all pass? Do we still want to do this?

@sfdoran sfdoran added the For2022-11 For the Nov. 8, 2022 election label Sep 4, 2022
@elinaru elinaru changed the title Update March referendums to show which ones were passed Display which ballot measures passed post-election (like we do candidates) Sep 4, 2022
@elinaru
Copy link
Collaborator

elinaru commented Sep 4, 2022

Note - a "is approved" column exists already in the spreadsheet for ballot measures to be filled with "true" or "false"

@sfdoran
Copy link
Contributor

sfdoran commented Sep 4, 2022

Yes, let's do it! We have 10 measures on the 2022 ballot and some are controversial.

@sfdoran
Copy link
Contributor

sfdoran commented Sep 4, 2022

Show "Measure passed" if TRUE and "Measure failed" if FALSE. See candidate page for example.

@elinaru
Copy link
Collaborator

elinaru commented Sep 4, 2022

example - candidate page:
Screen Shot 2022-09-04 at 12 49 34 PM

@elinaru
Copy link
Collaborator

elinaru commented Sep 4, 2022

How about we style it more like a badge - like so:
Screen Shot 2022-09-04 at 12 58 01 PM

font-size: 2rem;
color: white;
background-color: #808080;
padding: 2px 8px;
border-radius: 6px;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
For2022-11 For the Nov. 8, 2022 election good first issue Good for newcomers skill/jekyll
Projects
None yet
Development

No branches or pull requests

4 participants