22a34d7ad8
feat: add mandatory tag support and update related functionality in tags and items
2025-08-31 22:25:11 +02:00
ff4d243532
style: update background and text color for past trip items in TripsPage
2025-08-31 20:37:17 +02:00
f00efb4f55
feat: add item deletion functionality and update item creation to use tag IDs
2025-08-31 20:21:55 +02:00
7e1bb2f77b
feat: enhance TripsPage to include tag selection and marking for new trips
2025-08-31 19:59:45 +02:00
c966009ab5
feat: add normalization and sorting of items by name in ItemsPage
2025-08-31 19:48:52 +02:00
482396039d
feat: add update item name functionality to items route
2025-08-31 19:44:53 +02:00
1c5c5355ee
feat: display trip title and date range in TripChecklist component
2025-08-31 19:35:30 +02:00
aa25701e03
feat: sort trips by start date and highlight the next upcoming trip in TripsPage
2025-08-31 19:30:07 +02:00
d385e40171
feat: enhance TripChecklist to load and display items with associated tags and group items by marked tags
2025-08-31 19:21:38 +02:00
8fe64792d7
feat: enhance trip management with tag functionality and update TripsPage for navigation
2025-08-31 12:00:36 +02:00
6456b320c2
feat: add delete and add trip functionality and TripsPage component
2025-08-30 21:31:11 +02:00
6e6c23b6ad
feat: / shows current/next trip.
2025-08-30 21:14:23 +02:00
3186a9d549
feat: implement TripChecklist component and update trips route for detailed view
2025-08-30 20:56:48 +02:00
e79d3a2b87
feat: remove view state and add /trips route
2025-08-30 20:41:49 +02:00
98535aad7a
feat: refactor App component to integrate React Router for navigation
2025-08-30 20:35:53 +02:00
dd2f62593a
feat: add deleteItem function to API for item removal
2025-08-30 20:26:10 +02:00
c3044638b5
feat: add debugpy configuration for Docker backend and update requirements
2025-08-30 20:19:55 +02:00
95dad28d53
feat: integrate React Query for improved data fetching in main application
2025-08-30 20:18:21 +02:00
24947ed391
fix: update addItemTag function to use tagId instead of tagName in API calls
2025-08-30 20:15:53 +02:00
a99c0218fb
feat: add tag management functionality to items route with add and remove tag endpoints
2025-08-30 20:08:50 +02:00
4e451d751b
feat: enhance ItemsPage and components with improved item management and tagging functionality
2025-08-17 21:36:02 +02:00
56de7bb167
feat: initialize frontend with React, Vite, and Tailwind CSS
...
- package.json with dependencies and scripts for development
- postcss.config.js for Tailwind CSS and autoprefixer
- main App component with routing for Trips and Items pages
- API functions for fetching trips and items
- components for item listing, item rows, search bar, and tag filtering
- ItemsPage to manage items with search and tag filtering
- TripsPage to display trips and associated items
- Tailwind CSS and TypeScript settings
2025-08-17 20:13:46 +02:00
686d22871b
Refactor models and CRUD operations: improve tag handling, simplify queries, and enhance relationships in dev_seed and items routes
2025-08-15 09:39:24 +02:00
e9bc26e1ed
Refactor backend structure: update Dockerfile, improve database connection, and enhance dev_seed functionality
2025-08-14 20:40:12 +02:00
cb213afdf4
add dev_seed
2025-08-14 16:55:20 +02:00
2d11a362ea
fix imports (w/o backend.) and fix Items route (had wrong content)
2025-08-14 16:55:00 +02:00
e702418221
Komplett neu mit GPT
2025-08-13 21:10:04 +02:00
269bfaab2c
Simplify endpoint paths and enhance readability
2025-08-09 21:35:45 +02:00
9dc1241728
Add routes for updating and showing single items
2025-08-09 21:05:20 +02:00
33329b7d03
Add trip management routes and functionality
2025-08-09 15:07:32 +02:00
0a0263e58b
Move item management routes to separate file
2025-08-09 15:01:09 +02:00
d5897f8618
Move schemas for Item, Tag, and Trip creation
2025-08-08 23:10:46 +02:00
708dc0e96d
Refactor database connection and add item management endpoints
2025-08-05 22:23:00 +02:00
4b2d280741
gitignore
2025-08-05 20:43:37 +02:00
39f1470940
initial
2025-08-01 22:35:14 +02:00