summaryrefslogtreecommitdiff
path: root/help/app/views/tickets/index.html.haml
AgeCommit message (Collapse)Author
2013-07-04help - fix ticket navigation & links (use @user, not user).elijah
2013-07-04better ticket view navigation: tickets are now either global in scope (for ↵elijah
admins) or stay as a nested resource for a particular user (for normal users and when you visit the tickets list of a particular user).
2013-07-04new ui for ticketselijah
2013-07-04new ui - ticket navigationelijah
2012-12-17Removing references to pjax.jessib
2012-11-27bunch of refactoring for the ticket indexAzul
* using different partials for different parts of the view * using render @tickets.all to iterate over the tickets. #all is necessary because of CouchRest Model * using helpers for easier querying for the open_status and admin_status params * using helper for avoiding duplication when linking to status
2012-11-26Put tickets in table. This display is still very rough.jessib
2012-11-26adding space to comment line.jessib
2012-11-21Playing around with pagination, and ways to filter/order ticket results.jessib
2012-11-20minor: stacking the pills and making their titles have similar lengthAzul
2012-11-16Rough start to modeling tickets view after the issues view in github (so ↵jessib
something like https://github.com/spree/spree/issues ), using bootstrap for display. Still want to use pjax, and have more functionality to add: searching, sorting, pagination, etc..
2012-11-09Various very small tweaks: comments about main div display in firefox, give ↵jessib
info for when creating unauthenticated tickets, redirecting to index when closing a ticket, fix default select for ticket filtering.
2012-11-08First attempt at functionality for admins viewing their own tickets.jessib
2012-11-02Some rough functionality for tickets, like showing ticket list for admins, ↵jessib
and initial way to close tickets.
2012-10-31Very basic filtering of tickets based on status. Will want this ajax-y.jessib
2012-10-18Uses the working authentication code.jessib
2012-10-16Some functional tests and other tweaks.jessib
2012-10-10Pushing some tweaks as I try to get server-side validation working.jessib
2012-10-05Rough code to add & comment on tickets.jessib