Commit Graph
99 Commits
Author SHA1 Message Date
tobias 10d6142fff Reactivate Admin Panel, implement exercise 2.1, add feedback if exercise solved 2024-10-24 20:23:28 +02:00
tobias 8de3ca481a Exercise store, mark exercise 0.2 as solved on ticket buy 2024-10-23 13:57:37 +02:00
tobias 3faa89a749 Display free tickets in standing areas 2024-10-23 13:36:21 +02:00
tobias 1f0933e2a9 Reimplement Carousel on homepage 2024-10-22 21:06:00 +02:00
tobias b1eea15bac Filterbar on Concert page 2024-10-22 20:26:35 +02:00
tobias 70227329f2 Band filter by genre 2024-10-22 20:11:09 +02:00
tobias 386800f31a Enhance search for band names of concerts 2024-10-22 19:16:30 +02:00
tobias 36f87bdbd3 Slight changes on TicketListItem append section 2024-10-22 19:08:52 +02:00
tobias 4e6be355ea Streamlined stores 2024-10-22 18:47:27 +02:00
tobias 3e53a606a6 Slight changes seat rows on locations 2024-10-22 12:19:15 +02:00
tobias 40161a136a Fix order process 2024-10-21 14:57:03 +02:00
tobias 7880a444b1 Fixed Account pages 2024-10-21 14:02:51 +02:00
tobias 59470f5396 Add addressbar 2024-10-17 19:10:21 +02:00
tobias 41106a8686 Update configuration 2024-10-17 18:42:35 +02:00
tobias c8d87f6643 Remove EventModel in frontend 2024-10-12 21:00:42 +02:00
tobias 6c33de3d87 New page for all concerts 2024-10-12 19:40:12 +02:00
tobias f8bdb54c33 Simplified json import 2024-10-12 16:22:14 +02:00
tobias 203f8428a7 Remove EventTable in database, redesign frontend URL paths 2024-10-12 15:54:03 +02:00
tobias 1d4daac9ae Finish search page 2024-10-11 18:59:19 +02:00
tobias 0ec11aacf7 Atomize model classes 2024-10-11 17:42:21 +02:00
tobias cfb8fb9d7d Implement global search 2024-10-11 12:59:21 +02:00
tobias 49b436d588 UI Bugfixes 2024-10-10 19:23:13 +02:00
tobias 913e067ad2 Improve UI of concertListItem and eventListItem 2024-10-10 18:43:38 +02:00
tobias 4b745eef99 Bugfixes, reset exercise progress from frontend 2024-10-10 14:29:45 +02:00
tobias 58c7282701 Redesign seat map layout 2024-10-10 14:11:09 +02:00
tobias fe2cea5529 Add more locations, add all location images, adjust seatGroups in locations 2024-10-08 20:04:56 +02:00
tobias 41a7cbc9da Implement URL XSS attack 2024-10-08 14:30:39 +02:00
tobias 3dd7b1d4c6 Implementing Exercise system in database with API and frontend visualization 2024-10-07 13:15:16 +02:00
tobias 4b2764e33c Ticket Component 2024-10-06 19:30:12 +02:00
tobias 10c0d0838f Redesign and reimplementing account page 2024-10-05 21:00:39 +02:00
tobias d1cdf1f8fb Tickets moveable to basket, Basket shows tickets, removable 2024-10-05 20:23:13 +02:00
tobias e48782b897 SeatSelection page 2024-10-04 20:15:16 +02:00
tobias 8165f17fc8 More skeleton loader, repair bandDetailPage 2024-10-04 18:01:37 +02:00
tobias bfffd72a4a More skelton loader, add optional parameters to /locations and /events 2024-10-04 15:20:40 +02:00
tobias e2f6fb9c52 Skeleton loader 2024-10-04 13:16:05 +02:00
tobias 17e6b08129 Loading feedback with indeterminate circle 2024-10-03 20:19:03 +02:00
tobias 67ed71858c Improve filterBar on eventsPage, improve API access from frontend 2024-10-03 19:56:44 +02:00
tobias 14766fb39b Start moving data server handling from pinia store to server 2024-10-03 19:03:36 +02:00
tobias e177cf53e6 Add more artist images 2024-10-03 16:51:30 +02:00
tobias bd53b8edfc Adding Seat plan component and database tables 2024-10-01 15:37:08 +02:00
tobias d6997229c4 New locationDetailPage displays concert in a location, new datasets, images, URL path changed 2024-09-29 21:42:20 +02:00
tobias be5cc090fe Split band detail page in section files 2024-09-29 18:43:37 +02:00
tobias 907e0082e1 Creating whole Band details page 2024-09-29 16:56:43 +02:00
tobias a6ca7eedde Filterable tours 2024-09-29 14:28:29 +02:00
tobias 0616409f14 Display concerts with card views on "All concerts" page, adding image property for tours 2024-09-28 21:18:25 +02:00
tobias 8d0b141217 Display all bands grouped by genre, create m:n association between Band and Genre in database 2024-09-27 23:25:24 +02:00
tobias 513c73c5c1 Location page displays city groups with all available concert locations 2024-09-27 20:40:59 +02:00
tobias ef0c48ae17 Redesign home page 2024-09-27 15:52:22 +02:00
tobias c6c8cf0ae8 Move Navigation from NavDrawer to AppBar, redesign page structure and routes 2024-09-27 13:08:43 +02:00
tobias e2dd49e21b Refactor frontend, display tours with cards on ToursPage 2024-09-26 16:06:20 +02:00
tobias 169fcdf03c Add ToursTable, update API documentation 2024-09-26 14:40:41 +02:00
tobias da98fc73c0 Rewriting database and API to transform to a ticket shop 2024-09-26 11:04:27 +02:00
tobias d36dbced8e Data tables for brand and category added to admin pages 2024-09-25 15:54:45 +02:00
tobias 0856540441 Creating admin pages, new brand API endpoint 2024-09-25 15:42:05 +02:00
tobias 6dd49f630d Connect Orders database table with Payments and Addresses, visualize it in the frontend 2024-09-24 23:41:35 +02:00
tobias 531f964841 Better validation on text fields, change AlertBanner to Snackbar 2024-09-24 22:18:27 +02:00
tobias 3dc4c7af1e Payments and Addresses add- and removeable 2024-09-24 20:53:46 +02:00
tobias fd4c1d5a65 Add more user feedback (loading buttons, empty states) 2024-09-24 16:36:30 +02:00
tobias 8329a6ae09 Implement ordering process 2024-09-24 15:40:16 +02:00
tobias 5b8f1fbead Multiple addresses & payments of an account configurable in frontend 2024-09-24 13:55:48 +02:00
tobias abe1b496a2 Matching UI with improved API 2024-09-24 13:12:44 +02:00
tobias bc62174566 Readme 2024-09-23 21:27:39 +02:00
tobias b245e3803a Extend database with more tables, rewrite API doc, improve API endpoints 2024-09-23 21:22:45 +02:00
tobias 8b4db9ccc8 Add Score board page to visualize progress of exercises 2024-09-22 21:29:23 +02:00
tobias 564cf144ff Confirm dialog, fix language change bug, add bank accout information to users 2024-09-22 20:57:28 +02:00
tobias d7eae540b1 New cardView component, add database reset confirm dialog 2024-09-22 15:46:33 +02:00
tobias 47fbb564b2 ProductCard redesigned, add property for number of items in stock for product 2024-09-22 15:06:10 +02:00
tobias 3863661b3c New products, productDetail dialog offers a specs category 2024-09-20 23:20:03 +02:00
tobias 89e91c3213 Fix order view 2024-09-20 15:30:40 +02:00
tobias 718dbe30b7 Redesign productDetail dialog 2024-09-20 15:08:17 +02:00
tobias 54d13686cf Improved user feedback system, improved Product detail view 2024-09-20 12:57:19 +02:00
tobias ed264ff026 Move banner system to store, migrate login/register API handling to own file, display Account details on accountPage 2024-09-19 16:20:12 +02:00
tobias 5b3a753233 Readme 2024-09-19 15:04:09 +02:00
tobias 7b245da959 CategoryStore, API calls 2024-09-18 16:21:07 +02:00
tobias 9ee344f45f ProductStore, move API calls to separate file 2024-09-18 15:59:16 +02:00
tobias 2847bd940f Documenting, restructure and expand API 2024-09-13 12:07:33 +02:00
tobias 39ce77ea63 Setting fo ri18n-ally, progress stepper on order page 2024-09-12 18:38:56 +02:00
tobias 8594763fa6 Create OrdersPage, load orders from backend, move NavDrawer items to Component 2024-09-11 20:49:55 +02:00
tobias 55fd203c7f Account login possible 2024-09-11 14:54:33 +02:00
tobias fd06b8a9a4 User registration completed 2024-09-10 20:28:24 +02:00
tobias f6e4bfdf2f Add dialog to create new user 2024-09-10 18:50:47 +02:00
tobias 767269a7cf Moving image source from web to backend 2024-09-10 16:45:49 +02:00
tobias f10c0ef4e9 Translation 2024-09-09 20:55:09 +02:00
tobias 7ebc3c1c77 New basket table, add empty state on basket page, new BasketItemModel 2024-09-09 19:47:46 +02:00
tobias 6ff577ece1 Store products in a basket, display list of products in basket 2024-09-09 14:33:29 +02:00
tobias 2d0dc274bf Moving exmple datasets to json files 2024-09-09 13:45:26 +02:00
tobias 20e8ce1024 Working on product detail dialog 2024-09-08 20:35:10 +02:00
tobias f82f6ce9af Add empty state on productsPage 2024-09-08 19:20:54 +02:00
tobias c18f0e0484 Product images 2024-09-06 18:49:22 +02:00
tobias 6af4388671 Filter products by category and discount, sort by price and name 2024-09-06 18:26:34 +02:00
tobias babf1c77ce Create product cards, display all on products page 2024-09-06 17:10:21 +02:00
tobias 22cc811ae5 Login form 2024-09-05 18:12:08 +02:00
tobias 4d1eec023d VueRouter, Pinia state management, add pages, design preferences page 2024-09-05 17:47:02 +02:00
tobias 8b1a396f68 Fix db relations, add sample data, show categories in frontend menu 2024-09-05 16:19:23 +02:00
tobias cfd1d29302 Add all database tables with relations 2024-09-04 17:06:41 +02:00
tobias 7338bb216a Add SQLite database to backend, interacting with the frontend 2024-09-04 16:42:37 +02:00
tobias 8af11151d3 Create a test backend server with ExpressJs 2024-09-03 19:10:18 +02:00
tobias d4be64a0e9 Add Vuetify and basic layout for test purposes 2024-09-03 13:54:19 +02:00
tobias e607a09631 Add Vue.js with TypeScript support 2024-09-03 13:37:46 +02:00