dal
286c588101
merging api_add_dashboards_to_collection_1
2025-03-19 23:55:53 -06:00
dal
3f67d16ddb
ok new prds
2025-03-19 23:52:03 -06:00
dal
c33af8965b
Implement POST /dashboards/:id/collections endpoint
...
This commit adds a new REST endpoint for adding dashboards to multiple
collections. The implementation:
1. Creates a new route handler in add_dashboard_to_collections.rs
2. Leverages the existing handler implementation for adding dashboards to collections
3. Includes proper error handling and test skeletons
4. Updates the project PRDs to reflect completion
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-19 23:50:55 -06:00
dal
f7e1f692f5
merging api_remove_dashboards_from_collection
2025-03-19 23:49:48 -06:00
dal
4156129d13
create api remove dashboards from colelction
2025-03-19 23:49:38 -06:00
dal
f402f42c97
add api add metrics to collection
2025-03-19 23:45:09 -06:00
dal
a820223db9
fix diesel not found error
2025-03-19 23:39:32 -06:00
dal
22226b39ec
updated the routes in the prds
2025-03-19 23:34:32 -06:00
dal
469799ea23
create dashboards to collections
2025-03-19 23:34:32 -06:00
Nate Kelley
97d8dc8c46
reorganize where types are stored
2025-03-19 23:18:59 -06:00
Nate Kelley
5874bfeef6
remove some unused types
2025-03-19 23:08:45 -06:00
Nate Kelley
05194b004c
Add TODO
2025-03-19 23:05:02 -06:00
Nate Kelley
154182d20e
Merge branch 'evals' of https://github.com/buster-so/buster into evals
2025-03-19 22:56:29 -06:00
Nate Kelley
8303a305a8
update permission modal
2025-03-19 22:56:19 -06:00
dal
4722ce7a08
api remove metrics from collection
2025-03-19 22:51:37 -06:00
dal
53628b4707
prds for collection endpoints
2025-03-19 22:32:06 -06:00
Nate Kelley
25c22d1b4b
Merge branch 'evals' of https://github.com/buster-so/buster into evals
2025-03-19 22:17:08 -06:00
Nate Kelley
dd1eb5d0f0
breadcrumbs update
2025-03-19 22:17:04 -06:00
dal
cde1b4e960
delete dashboard with other dashboard tooling
2025-03-19 22:11:20 -06:00
dal
dcf1227ad6
Merge api_dashboard_create_endpoint, resolving conflicts
2025-03-19 21:32:20 -06:00
dal
5db67c49ee
create dashboard endpoint
2025-03-19 21:31:06 -06:00
dal
956da48103
Merge api_dashboard_delete_endpoint branch, resolving conflicts
...
Integrated delete dashboard endpoint with existing update endpoint:
- Fixed merge conflicts in dashboard project plan
- Combined routes in mod.rs to support GET, PUT, and DELETE endpoints
- Organized test module imports alphabetically
2025-03-19 21:30:20 -06:00
dal
bc51c98bb4
create api dashboard delete
2025-03-19 21:04:14 -06:00
dal
f5263c7a76
api dashboard update endpoint
2025-03-19 20:49:04 -06:00
dal
1c9d3b6eed
ok added in individual permissions to the dashboards, collections, chats
2025-03-19 20:49:04 -06:00
Nate Kelley
a70b7c0ca6
update owner items
2025-03-19 17:21:43 -06:00
Nate Kelley
8e6387d2a9
Merge branch 'evals' of https://github.com/buster-so/buster into evals
2025-03-19 17:07:21 -06:00
Nate Kelley
d5b167647e
share menu sizing updates
2025-03-19 17:07:18 -06:00
dal
67981732e1
merging update_sharing_body_refactor
2025-03-19 17:06:13 -06:00
dal
0e6cf53606
add same individual permissions logic on dashboards
2025-03-19 17:03:28 -06:00
dal
65840319fa
ok get metric has permissions on it now
2025-03-19 16:56:54 -06:00
dal
b1a01c5d5e
refactored
2025-03-19 16:54:08 -06:00
Nate Kelley
8853682921
Update ShareMenuContentBody.tsx
2025-03-19 16:42:04 -06:00
dal
ed60e7ebd9
ok api project is completed
2025-03-19 16:42:01 -06:00
dal
4000e8409f
fix on compiler
2025-03-19 16:35:18 -06:00
Nate Kelley
c526e842a6
Merge branch 'evals' of https://github.com/buster-so/buster into evals
2025-03-19 16:32:43 -06:00
Nate Kelley
44baa78865
share menu updates
2025-03-19 16:32:41 -06:00
Nate Kelley
4608e8573e
sharing updates part 1
2025-03-19 16:22:46 -06:00
dal
c98060e59c
removed the prds for sharing
2025-03-19 16:19:44 -06:00
dal
6358771ec6
merging api_chats_sharing_update.md
2025-03-19 16:05:28 -06:00
dal
4b4b5033f6
fix on lint errors on test
2025-03-19 16:04:31 -06:00
dal
dc3c3de2ae
create api chats sharing update
2025-03-19 16:01:30 -06:00
dal
e9114ec47c
update sharing handler fix
2025-03-19 15:41:24 -06:00
dal
f95f67ac47
merging api_collections_update
2025-03-19 15:41:01 -06:00
dal
e551d86e45
create api collections update
2025-03-19 15:40:16 -06:00
dal
1c2808c5ad
merging api_dashboards_update
2025-03-19 15:36:05 -06:00
dal
dc00381bec
created api dashboards sharing update
2025-03-19 15:35:48 -06:00
dal
e4a8957d72
fix on the mod
2025-03-19 15:34:01 -06:00
dal
b4b2e5d6b0
fix merge conflicts and push
2025-03-19 15:31:20 -06:00
dal
1236ea04c3
Implemented chat sharing create endpoint
...
- Added handler for creating chat sharing permissions
- Created REST endpoint for POST /chats/:id/sharing
- Added fixtures and test setup for chats
- Created integration tests for the sharing endpoint
- Updated PRD to mark implementation as complete
🤖 Generated with [Claude Code](https://claude.ai/code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-19 15:28:34 -06:00