1) The header (includes buttons in author view and should not have any buttons in worker view)
2) The Back, Start/Stop and Add Time buttons in author view:
I changed the appearance of the buttons using bootstrap classes
Only start button is visible when authoring. Once start is pressed, the button switches to the end button (e.g., only one of the buttons.
The add time button is now at the end of the timeline
3) Updated buttons on event popovers:
I changed the appearance of the buttons using bootstrap classes
They are now fixed at the bottom of the popover
4) Updated the format of the event popovers
Removed table formatting
Fixed the cut off popovers
Fixed the buttons on the bottom
5) Changed the appearance of buttons on member popovers to use bootstrap classes
6) Changed the background of edit.html
7) Added padding to some of the other pages, such as index.html and new.html
Things to double check:
Make sure the start button changes to end button when team is started
In some cases, the css is inline in the HTML files, other times it’s in the CSS files (or flash_teams.css.scss in the case of the event popovers). Eventually we need to reach a consensus about the best way to deal with styling.
Make sure the formatting/functionality of the other popovers on the site are ok
2) Add Time button at end of timeline to start... but when you add time it stays at 24 hours.
In MVC style, when you click the button, want to delete and redraw.
Made many updates to the UI including:
1) The header (includes buttons in author view and should not have any buttons in worker view)
2) The Back, Start/Stop and Add Time buttons in author view:
3) Updated buttons on event popovers:
4) Updated the format of the event popovers
5) Changed the appearance of buttons on member popovers to use bootstrap classes
6) Changed the background of edit.html
7) Added padding to some of the other pages, such as index.html and new.html
Things to double check: