Hi, Team:
I did the following in this commit, please review:
1)Center the map initially to Manhatan;
2)Capitalized "Improve Our Livings";
3) When you click the review button on the InfoWindow, it will bring to a update page to update both tickets and ticketxrefs.
By doing this, I created the following file:
updateTicket.html ---front end
ticket.js ---front end
category-api-routes.js --back end
users-api-routes.js --back end
status-api-routes.js -- back end
ticket-api-routes.js ---back end
ticketxrefs-api-routes.js --back end (modified)
Suggestion, if your part deal with the database, please add routes on these files, just to avoid conflict.
map.js -- front end (modified)
server.js -- back end (modified)
Hi, Team:
I did the following in this commit, please review: 1)Center the map initially to Manhatan; 2)Capitalized "Improve Our Livings"; 3) When you click the review button on the InfoWindow, it will bring to a update page to update both tickets and ticketxrefs.
By doing this, I created the following file: updateTicket.html ---front end ticket.js ---front end
category-api-routes.js --back end users-api-routes.js --back end status-api-routes.js -- back end ticket-api-routes.js ---back end ticketxrefs-api-routes.js --back end (modified) Suggestion, if your part deal with the database, please add routes on these files, just to avoid conflict.
map.js -- front end (modified) server.js -- back end (modified)
Please revew Peter