Commit b73919e
committed
Added comments, tasks page, change in generate& save tasks flow and other miscellaneous changes
remove task generation from the project setup wizard and delete the old wizard-only task generation components/composables
add a dedicated project details page for /projects/[projectId] with overview, instructions, tasks, and contributions tabs
add zero-task task setup flow in the Tasks tab with separate generate and save steps
persist generated grids through the task save API and refresh project state from real backend data
add real map-based AOI and task grid rendering with selectable tasks, status colors, lock markers, and legend
add task list selection/filtering UI and task setup panel styling updates
replace mock project detail usage with real API-backed project data on the details page
extend project and task typings plus project service methods to support AOI, task list, and task status normalization
clean up service typing by removing any from the projects client override
update env/package/config files required for the new tasking flow1 parent f585f68 commit b73919e
22 files changed
Lines changed: 3985 additions & 602 deletions
File tree
- components
- project-wizard
- steps
- workspace-project-details
- workspace-projects
- composables
- data
- pages/workspace/[id]/projects
- services
- types
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
297 | 297 | | |
298 | 298 | | |
299 | 299 | | |
300 | | - | |
301 | | - | |
302 | | - | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
303 | 303 | | |
304 | 304 | | |
305 | 305 | | |
| |||
320 | 320 | | |
321 | 321 | | |
322 | 322 | | |
323 | | - | |
324 | | - | |
325 | | - | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| |||
357 | 357 | | |
358 | 358 | | |
359 | 359 | | |
360 | | - | |
361 | | - | |
362 | | - | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
363 | 378 | | |
364 | 379 | | |
365 | 380 | | |
| |||
369 | 384 | | |
370 | 385 | | |
371 | 386 | | |
372 | | - | |
373 | | - | |
| 387 | + | |
| 388 | + | |
| 389 | + | |
374 | 390 | | |
375 | 391 | | |
376 | 392 | | |
| |||
This file was deleted.
0 commit comments