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

Help headers and footers #1807

Merged
merged 8 commits into from
Sep 1, 2017
Merged

Help headers and footers #1807

merged 8 commits into from
Sep 1, 2017

Conversation

decabeza
Copy link
Collaborator

@decabeza decabeza commented Aug 29, 2017

What

  • Includes a header and footer with help text on main sections.

    • The header contains a text with a short explanation of each section.
    • The footer is an more extended text and also improve the content for SEO purposes.

NOTE: The help link on header scrolls to footer text.

This PR also improves the consistency of design and usability now it's more understandable for the users.

Screenshots

Example of header on proposals/index

header_proposals

Example of text on debates/index footer

help_footer

Warnings

  • Please review my english translations 🙏

@decabeza decabeza changed the title [WIP] Help headers and footers Help headers and footers Aug 31, 2017
Copy link
Collaborator

@bertocq bertocq left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👏

@bertocq bertocq merged commit e94ef72 into master Sep 1, 2017
@bertocq bertocq deleted the help-headers branch September 1, 2017 12:53
Copy link
Contributor

@MariaCheca MariaCheca left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I apologize in advance for those 25 comments I left ✌️

section_header:
icon_alt: Participatory budgets icon
title: Participatory budgets
description: With the participatory budgets the citizens decide to which projects presented by the neighbors is destined a part of the municipal budget.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Minor: neighbours.

icon_alt: Participatory budgets icon
title: Participatory budgets
description: With the participatory budgets the citizens decide to which projects presented by the neighbors is destined a part of the municipal budget.
help: Help about participatory budgets
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would use Participatory budgets help.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Okey for me 👍 , but to be consistent I would change the similar ones like https://github.com/consul/consul/blob/master/config/locales/en/legislation.yml#L73 and on general and budgets yml's

description: With the participatory budgets the citizens decide to which projects presented by the neighbors is destined a part of the municipal budget.
help: Help about participatory budgets
section_footer:
title: Help about participatory budgets
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as above, I would use Participatory budgets help.

help: Help about participatory budgets
section_footer:
title: Help about participatory budgets
help_text_1: "Participatory budgets are processes in which citizens decide directly on what is spent part of the municipal budget. Any registered person over 16 years old can propose an investment project that is preselected in a phase of citizen supports."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Here are some corrections: Participatory budgets let citizens decide how a part of the municipal budget is spent. Any registered resident over 16 years old can propose an investment project to be preselected in a previous stage of citizen supports.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

to be preselected in a previous stage of sounds strange to me, the "in a previous stage" part. Maybe the problem comes from spanish text "proponer un proyecto de gasto que se preselecciona en una fase de apoyos ciudadanos" it sounds strange, maybe "que haya sido preseleccionado"? Maybe it's my asturian getting in the way :D

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops I missed this one. Maybe if we change only use "investment project to be selected in a previous stage of citizen supports"?

section_footer:
title: Help about participatory budgets
help_text_1: "Participatory budgets are processes in which citizens decide directly on what is spent part of the municipal budget. Any registered person over 16 years old can propose an investment project that is preselected in a phase of citizen supports."
help_text_2: "The most voted projects are evaluated and passed to a final vote in which they decide the actions to be carried out by the City Council once the municipal budgets of the next year are approved."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What about The most voted projects are evaluated and passed to a final vote where the actions to be accomplished by the City Council are decided once next year's municipal budgets are approved.?

section_footer:
title: Help about voting
help_text_1: "Voting takes place when a citizen proposal reaches 1% of census supports with voting rights. Voting can also include questions that the City Council ask to the citizens decision."
help_text_2: "To participate in the next vote you have to sign up on %{org} and verify your account. All registered voters in the city over 16 years old can vote. The results of all votes are binding on the government."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To participate in the next votation you need to sign up in %{org} and verify your account. Everyone registered in the city over 16 years old can vote. All votations results will be binding for the local government.

section_header:
icon_alt: Legislation processes icon
title: Legislation processes
description: Participates in the debates and processes prior to the approval of a ordinance or a municipal action. Your opinion will be consider by the City Council.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Take part in the debates and processes prior to the approval of and ordinance or municipal action. Your opinion will be consider by the City Council.?

icon_alt: Legislation processes icon
title: Legislation processes
description: Participates in the debates and processes prior to the approval of a ordinance or a municipal action. Your opinion will be consider by the City Council.
help: Help about legislation processes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Legislation processes help?

description: Participates in the debates and processes prior to the approval of a ordinance or a municipal action. Your opinion will be consider by the City Council.
help: Help about legislation processes
section_footer:
title: Help about legislation processes
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Legislation processes help?

help: Help about legislation processes
section_footer:
title: Help about legislation processes
help_text_1: "In participatory processes, the City Council offers to citizens the opportunity to participate in the drafting and modification of regulations affecting the city and to give its opinion on certain actions that it plans to carry out."
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the participatory processes, the City Council offers to citizens the opportunity to participate in the drafting and modification of regulations affecting the city and to give their opinion on certain actions planned to be accomplished.

@decabeza decabeza mentioned this pull request Sep 13, 2017
javierm pushed a commit to javierm/consul that referenced this pull request Mar 6, 2019
…y_legislation_migration_add_missing_info

Add missing information about process and annotations
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants