Releases: jagottsicher/myGoWebApplication
v1.0.133
added some code to demonstrate sending email with in GO built-in functionalities
v1.0.130
debugging the code and repairing handler as well as handler tests
v1.0.129
exchanged reqBody of type string to postedData of type url.Values
v1.0.128
added advanced tests for requests handlers in package handlers
v1.0.126
added lecture 126 get request handlers test as well as one post request handler test
v1.0.124
rewrote test_setup.go and handlers_test.go in package handlers. Introduction of a request recorder to make use of session data in tests and have an instance 'faking' a client receiving responses. Basically a full request/response-cycle is simulated in tests for individually customized for each handler.
v1.0.123
added a database type by using the repository pattern exclusively for unit tests in package handlers in order to avoid a setup of a postgreSQL database for testing purposes only
v1.0.122
populated the other holiday home page templates with JavaScript and reorganized JavaScript out of the base layout into a local folder and import from there
v1.0.121
added the final step to redirect from get-request to make reservation via writing a reservation into session.
v1.0.120
added a function call for a result windows and created the correct link for a GET request with all necessary information to create a reservation.