# # ChangeLog for src/main/resources/templates/projections.html # # Generated by Trac 1.6 # 11/15/24 05:22:48 Thu, 24 Aug 2023 10:25:25 GMT milamihajlovska [4158cac] * src/main/resources/templates/events.html (modified) * src/main/resources/templates/films.html (modified) * src/main/resources/templates/projections.html (modified) Changes in html Thu, 24 Aug 2023 01:31:06 GMT DenicaKj [bcb4acc] * src/main/java/com/example/moviezone/service/Impl/SeatServiceImpl.java (modified) * src/main/java/com/example/moviezone/web/HomeController.java (modified) * src/main/resources/templates/events.html (modified) * src/main/resources/templates/films.html (modified) * src/main/resources/templates/projections.html (modified) filter for genre Fri, 10 Feb 2023 13:52:47 GMT DenicaKj [633b371] * src/main/resources/templates/events.html (modified) * src/main/resources/templates/film.html (modified) * src/main/resources/templates/films.html (modified) * src/main/resources/templates/projections.html (modified) * src/main/resources/templates/register.html (modified) * src/main/resources/templates/registerWorker.html (modified) design changes Wed, 08 Feb 2023 15:31:52 GMT DenicaKj [0ba5d1a] * src/main/java/com/example/moviezone/model/Ticket.java (modified) * src/main/java/com/example/moviezone/service/CategoryService.java (added) * src/main/java/com/example/moviezone/service/Impl/CategoryServiceImpl.java (added) * src/main/java/com/example/moviezone/web/HomeController.java (modified) * src/main/resources/templates/events.html (modified) * src/main/resources/templates/films.html (modified) * src/main/resources/templates/projections.html (modified) * src/main/resources/templates/projectionsForFilm.html (modified) First part of reservation Wed, 08 Feb 2023 14:48:51 GMT DenicaKj [5867520] * src/main/java/com/example/moviezone/model/manytomany/ProjectionIsPlayedInRoom.java (modified) * src/main/java/com/example/moviezone/model/manytomany/ProjectionIsPlayedInRoomId.java (modified) * src/main/java/com/example/moviezone/repository/ProjectionIsPlayedInRoomRepository.java (modified) * src/main/java/com/example/moviezone/repository/ProjectionRepository.java (modified) * src/main/java/com/example/moviezone/service/Impl/ProjectionServiceImpl.java (modified) * src/main/java/com/example/moviezone/service/ProjectionService.java (modified) * src/main/java/com/example/moviezone/web/HomeController.java (modified) * src/main/resources/templates/projections.html (modified) * src/main/resources/templates/projectionsForFilm.html (added) Projections Wed, 08 Feb 2023 13:40:10 GMT DenicaKj [90317ea] * src/main/java/com/example/moviezone/repository/EventRepository.java (modified) * src/main/java/com/example/moviezone/repository/FilmRepository.java (modified) * src/main/java/com/example/moviezone/service/EventService.java (modified) * src/main/java/com/example/moviezone/service/FilmService.java (modified) * src/main/java/com/example/moviezone/service/Impl/EventServiceImpl.java (modified) * src/main/java/com/example/moviezone/service/Impl/FilmServiceImpl.java (modified) * src/main/java/com/example/moviezone/web/HomeController.java (modified) * src/main/resources/templates/event.html (added) * src/main/resources/templates/events.html (modified) * src/main/resources/templates/films.html (modified) * src/main/resources/templates/projections.html (modified) * src/main/resources/templates/workers.html (modified) Events and Event Tue, 07 Feb 2023 12:04:18 GMT milamihajlovska [49263ae] * src/main/resources/templates/films.html (modified) * src/main/resources/templates/projections.html (modified) update in projections.html Sat, 04 Feb 2023 20:01:13 GMT milamihajlovska [302b233] * src/main/java/com/example/moviezone/model/Event.java (modified) * src/main/java/com/example/moviezone/model/Film.java (modified) * src/main/java/com/example/moviezone/model/Projection.java (modified) * src/main/java/com/example/moviezone/service/EventService.java (modified) * src/main/java/com/example/moviezone/service/FilmService.java (modified) * src/main/java/com/example/moviezone/service/Impl/EventServiceImpl.java (modified) * src/main/java/com/example/moviezone/service/Impl/FilmServiceImpl.java (modified) * src/main/java/com/example/moviezone/service/Impl/ProjectionServiceImpl.java (modified) * src/main/java/com/example/moviezone/service/ProjectionService.java (modified) * src/main/java/com/example/moviezone/web/HomeController.java (modified) * src/main/resources/templates/addEvent.html (added) * src/main/resources/templates/addFilm.html (added) * src/main/resources/templates/addProjection.html (added) * src/main/resources/templates/myTickets.html (added) * src/main/resources/templates/projections.html (added) home controller added mappings for add new film, event and projection