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

As an admin I should be able to update the voting times on the sign-in page. #14

Open
sunderhaus opened this issue Oct 14, 2015 · 1 comment
Milestone

Comments

@sunderhaus
Copy link
Member

Currently, the times that appear under the paragraph on the sign-in page are static HTML content. Since these have changed year over year, let's update them to be backed by a piece of data.

Alter the Firebase PollingState property to contain an array of pollingPeriod objects. The pollingPeriod object should contain a name, a start time, and an end time.

  • name [String], example: "Morning Voting"
  • start time [String], example: "8:00am"
  • end time [String], example: "9:15am"
  1. Add a pollingPeriod object for both periods.
  2. Update the
    tag and it's children with the appropriate Angular ng-repeat and expression language.
@sunderhaus
Copy link
Member Author

I've already added the pollingPeriod objects to the PollingState object in firebase.

@sunderhaus sunderhaus added this to the BCN '15 milestone Oct 14, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant