helpdesk-client icon indicating copy to clipboard operation
helpdesk-client copied to clipboard

Helpdesk application - simple JS client, written in angularjs, working with REST service

Results 12 helpdesk-client issues
Sort by recently updated
recently updated
newest added

I copied all files of the project to my computer and opened it in Visual Studio 2015 under IIS Express. When I make browse on index.html I got error Failed...

Wrap into a function during build process to get better minification and clean global space...

maintain

Set up Google Analytics to track navigation and some basic events (creating ticket, revision, etc...)

feature

Providing info how to: - run tests against local server - setting up the proxy - releasing client

maintain

- remove hacks ($browser, $xhr) - use new $location with html5 url rewriting ? - use $httpBackend in testing - change selects to use ng:options

maintain

But I am afraid you are not going to like it. Also ... not sure, that this is the right way to test, that resource was not added (and XHR...

This ticket contains just some ideas how to improve user experiences.... - submitting forms by (CTRL +) ENTER - auto focus forms (for example when opening add revision form) -...

Extend the ticket revision revision form (add revision) - add simple select with available users... Actually, I think this form is not user friendly, so we might try to redesign...

feature

- basic navigation - open tickets - create ticket - delete ticket - show ticket revisions - create ticket revision

When ticket description / project name is empty, we should not perform any operation - no request to server... This could be done on controller level or $resource level. Write...

fix