Planning Final Changes
In this guide we'll walk through a comprehensive list of all of the items that are still pending and need to be completed before submitting the application to the client.
Guide Tasks
- Read Tutorial
- Watch Guide Video
Video locked
This video is viewable to users with a Bottega Bootcamp license
Already a Bottega Student? Sign In
Now that we're almost at the end of development, let's quickly make a note of some things that we need to do.
- Update the end date when an audit log is confirmed.
- Update audit log status when an overtime is rejected.
- Add a home icon for the homepage
- Update buttons on employee homepage so they show on mobile.
- Add the full date range in each button.
- Update button sort order on employee homepage
- Remove "entries" and "Request overtime" buttons for managers.
- Fix a bug in admin dashboard. I think this should be more a configuration setting we need to update.
- Implement honeybadger for error reporting
- Implement new relic for keeping the site alive
Let's fix the third one first. Open _nav.html.erb
, and change the link to:
<!-- app/views/shared/_nav.html.erb --> <li class="<%= active?(root_path) %>"> <%= link_to "", root_path, class: 'glyphicon glyphicon-home' %> </li>
Also, I want to change "Time Entries" to just "Entries" as I think this will look better on a mobile screen.