Commit Graph

112 Commits

Author SHA1 Message Date
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 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
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
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 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
dal c98060e59c
removed the prds for sharing 2025-03-19 16:19:44 -06:00
dal dc3c3de2ae
create api chats sharing update 2025-03-19 16:01:30 -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 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
dal 6051512a24
merging api_chats_sharing_delete 2025-03-19 15:21:35 -06:00
dal d4ed618ffd
api chats sharing delete created 2025-03-19 15:19:07 -06:00
dal 98ef45a0f2
merging api_chats_sharing_list 2025-03-19 15:16:05 -06:00
dal f189c75b49
created api_chats_sharing_list 2025-03-19 15:15:57 -06:00
dal 40c969c7eb
created metrics sharing update 2025-03-19 15:15:28 -06:00
dal 31cf5beb36
merging api_collections_sharing_create 2025-03-19 15:00:15 -06:00
dal d5aa6cae00
sharing_list_permissions 2025-03-19 15:00:04 -06:00
dal cbd52d51bb
merging api_dashboards_sharing_delete 2025-03-19 14:59:31 -06:00
dal 6f4d08152f
created api dashboards_sharing_delete 2025-03-19 14:56:44 -06:00
dal 03714fc130
merging api_dashboards_sharing_create 2025-03-19 14:56:20 -06:00
dal 5b542f2194
created api_dashboards_sharing_create 2025-03-19 14:56:13 -06:00
dal 09675f0705
created metrics sharing update 2025-03-19 14:54:42 -06:00
dal 85a91b855f
merging api_collections_sharing_list 2025-03-19 14:34:03 -06:00
dal c938b14f1b
Create colelctions sharing list 2025-03-19 14:33:30 -06:00
dal 77e8ee3456
docs and fix dashboard list sharing 2025-03-19 14:32:16 -06:00
dal 20af7909db
merging api_dashboards_list 2025-03-19 14:22:34 -06:00
dal baa3796ff4
Created sharing create permissions 2025-03-19 14:22:24 -06:00
dal da170c28a3
Update metrics handler to apply differences 2025-03-19 13:51:43 -06:00
dal 8c5f7c867d
Mark progress in PRD after implementing user lookup functionality 2025-03-19 13:47:05 -06:00
dal 6afc57ba5b
Implement API metrics sharing creation functionality 2025-03-19 13:44:40 -06:00
dal 48cda206c3
commit up all the prds 2025-03-19 13:23:04 -06:00
dal 7c9bbbff68
merging sharing_user_lookup 2025-03-19 11:46:48 -06:00
dal dcb124bd1d
Mark completion in sharing_remove_permissions PRD
- Updated implementation plan with completion status
- Marked success criteria as completed

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-19 10:52:03 -06:00
dal bfd9599f19
Implement user lookup by email functionality
- Enhanced user_lookup.rs with better error handling and documentation
- Added comprehensive tests for different scenarios
- Updated the PRD with implementation progress

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-03-19 10:51:41 -06:00
dal e84e30286f
Merge branch 'sharing_list_permissions' into evals
Resolved merge conflicts in sharing library:
- Combined error types from both branches
- Integrated the improved list permissions implementation
- Updated the AssetPermissionWithUser structure
- Added serializable permission types
- Maintained backward compatibility with existing code
2025-03-19 10:11:13 -06:00
dal 95926e5fd1
Merge branch 'sharing_check_permissions' into evals
Resolved merge conflicts in sharing module:
- Combined the enhanced permission checking logic
- Kept the comprehensive role checks from sharing_check_permissions
- Included both the entry-based bulk permission checking
- Maintained the full API exports from both branches
- Integrated tests directory structure
2025-03-19 10:06:58 -06:00
dal 53de3fe677
sharing_list_permissions 2025-03-19 10:04:36 -06:00
dal f5afea4501
sharing_check_permissions 2025-03-19 10:03:41 -06:00
dal cc5cbc7afa
merging sharing_access_controls 2025-03-19 09:48:56 -06:00
dal cc21f8b2ad
create sharing_access_controls 2025-03-19 09:41:29 -06:00
dal 7a63b97e35
Created sharing create permissions 2025-03-19 09:35:56 -06:00
dal 2058b0551f
post chat handler improvement 2025-03-19 08:57:20 -06:00
dal e1f60494a2
metrics endpoints and optimizations for evals 2025-03-18 21:13:47 -06:00
dal e917dacafe
ok reverting to old commit will have to come back to streaming problems later. 2025-03-13 12:36:21 -06:00
dal 459b396006
everything is function with a renamce 2025-03-12 16:04:27 -06:00
dal a48fa954fe
streaming parser shrunk drastically 2025-03-12 14:46:14 -06:00
dal 0ac0b6bf6b
moved streaming into its own lib for the optimistic parsing with each stream having its own handler 2025-03-12 14:15:17 -06:00
dal 70121cc629
asset permissions progress 2025-03-11 15:09:19 -06:00
dal fbfea49253
added in collections routes, need to clean up 2025-03-11 12:16:28 -06:00