Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.89 KB | None | 0 0
  1. These code excerpts are from my project Learndot, a redesign of my school's learning and student management platform. The gists show the frontend(Angular) and backend(Node) code for help tickets, which are basically student submitted requests for help. The functionality of this code can be seen here from 2:00-2:50.
  2.  
  3. Help Ticket Model/Backend - https://gist.github.com/mblasiusnyc/686715496198268c62ff
  4. Help Ticket Model/Frontend - https://gist.github.com/mblasiusnyc/ea553d93252ef664bea9
  5. Help Ticket Controller/Backend - https://gist.github.com/mblasiusnyc/9183dd734dffdf5e9c3a
  6. Help Ticket Controller/Frontend - https://gist.github.com/mblasiusnyc/7ddd6b2d0c630261cae5
  7. Help Ticket HTML - https://gist.github.com/mblasiusnyc/2a220c9e57fd00223b47
  8. Help Ticket Router - https://gist.github.com/mblasiusnyc/9c958a89e029696711bd
  9. Help Ticket Unit Tests - https://gist.github.com/mblasiusnyc/8bb8af6f2e3fa40520f4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement