helpdesk-client
helpdesk-client copied to clipboard
Helpdesk application - simple JS client, written in angularjs, working with REST service
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...
Set up Google Analytics to track navigation and some basic events (creating ticket, revision, etc...)
Providing info how to: - run tests against local server - setting up the proxy - releasing client
- remove hacks ($browser, $xhr) - use new $location with html5 url rewriting ? - use $httpBackend in testing - change selects to use ng:options
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...
- 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...