feat(tasking): add projects feature and restructure backend
- Restructure backend code into Tasking module with organized endpoints - Add Project and Sprint entities with database migrations - Implement CRUD endpoints for projects (create, get, rename, delete) - Refactor task endpoints into Tasking namespace - Add integration test suite with Testcontainers and Respawn - Refactor frontend to use Pinia stores with dedicated API clients - Add DueDatePicker and DueTimePicker components for task scheduling - Add environment configuration for API base URL - Add infrastructure setup scripts for Docker/Postgres
This commit is contained in:
6
Tasker.Ui/.env
Normal file
6
Tasker.Ui/.env
Normal file
@@ -0,0 +1,6 @@
|
||||
# Development environment variables for Vite
|
||||
# You can override these locally without committing secrets.
|
||||
# Vite only exposes variables prefixed with VITE_.
|
||||
|
||||
# Backend API base URL for development
|
||||
VITE_API_BASE_URL=http://localhost:5239/
|
||||
Reference in New Issue
Block a user