[PR #1306] [MERGED] Docopsv2/rename dashboard smartview #1250

Closed
opened 2026-03-03 00:25:19 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/BoostIO/BoostNote-App/pull/1306
Author: @Davy-c
Created: 11/8/2021
Status: Merged
Merged: 11/8/2021
Merged by: @Davy-c

Base: dashboard/newHead: docopsv2/rename-dashboard-smartview


📝 Commits (2)

📊 Changes

41 files changed (+427 additions, -429 deletions)

View changed files

📝 src/cloud/api/mock/mockHandler.ts (+1 -1)
📝 src/cloud/api/pages/teams/smartViews/list.ts (+6 -6)
src/cloud/api/teams/dashboard/index.ts (+0 -66)
📝 src/cloud/api/teams/resources/index.ts (+2 -2)
src/cloud/api/teams/smartViews/index.ts (+66 -0)
📝 src/cloud/api/teams/views/index.ts (+2 -2)
📝 src/cloud/components/DashboardPage/index.tsx (+71 -71)
📝 src/cloud/components/EventSource.tsx (+15 -18)
📝 src/cloud/components/Modal/contents/SmartView/ConditionItem.tsx (+0 -0)
📝 src/cloud/components/Modal/contents/SmartView/ConditionValueControl.tsx (+1 -1)
📝 src/cloud/components/Modal/contents/SmartView/CreateSmartViewModal.tsx (+17 -17)
📝 src/cloud/components/Modal/contents/SmartView/DateConditionValueTypeSelect.tsx (+1 -1)
📝 src/cloud/components/Modal/contents/SmartView/DocAssigneeSelect.tsx (+0 -0)
📝 src/cloud/components/Modal/contents/SmartView/DocDateSelect.tsx (+1 -1)
📝 src/cloud/components/Modal/contents/SmartView/DocLabelSelect.tsx (+0 -0)
📝 src/cloud/components/Modal/contents/SmartView/DocStatusSelect.tsx (+0 -0)
📝 src/cloud/components/Modal/contents/SmartView/SmartViewConditionRows.tsx (+4 -4)
📝 src/cloud/components/Modal/contents/SmartView/SmartViewForm.tsx (+15 -15)
📝 src/cloud/components/Modal/contents/SmartView/UpdateSmartViewModal.tsx (+23 -23)
📝 src/cloud/components/Modal/contents/SmartView/interfaces.ts (+1 -1)

...and 21 more files

📄 Description

  • Changed Dashboard entity name to Smart View
  • Fixed interfaces
  • Changed api calls from api/dashboards to api/smart-views
  • changed dashboard maps to smart view maps
  • Renamed components ( removed the Dashboard prefixes )
  • Fixed Api call bodies
  • Fixed SSE

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/BoostIO/BoostNote-App/pull/1306 **Author:** [@Davy-c](https://github.com/Davy-c) **Created:** 11/8/2021 **Status:** ✅ Merged **Merged:** 11/8/2021 **Merged by:** [@Davy-c](https://github.com/Davy-c) **Base:** `dashboard/new` ← **Head:** `docopsv2/rename-dashboard-smartview` --- ### 📝 Commits (2) - [`c49d50e`](https://github.com/BoostIO/BoostNote-App/commit/c49d50e7b238f4bb896bc6cfb0c926029c2e92d2) rename dashboard to smart views - [`5ef9312`](https://github.com/BoostIO/BoostNote-App/commit/5ef93123f3acc1ad0c8350b5d9e9c41644f67330) fix sse ### 📊 Changes **41 files changed** (+427 additions, -429 deletions) <details> <summary>View changed files</summary> 📝 `src/cloud/api/mock/mockHandler.ts` (+1 -1) 📝 `src/cloud/api/pages/teams/smartViews/list.ts` (+6 -6) ➖ `src/cloud/api/teams/dashboard/index.ts` (+0 -66) 📝 `src/cloud/api/teams/resources/index.ts` (+2 -2) ➕ `src/cloud/api/teams/smartViews/index.ts` (+66 -0) 📝 `src/cloud/api/teams/views/index.ts` (+2 -2) 📝 `src/cloud/components/DashboardPage/index.tsx` (+71 -71) 📝 `src/cloud/components/EventSource.tsx` (+15 -18) 📝 `src/cloud/components/Modal/contents/SmartView/ConditionItem.tsx` (+0 -0) 📝 `src/cloud/components/Modal/contents/SmartView/ConditionValueControl.tsx` (+1 -1) 📝 `src/cloud/components/Modal/contents/SmartView/CreateSmartViewModal.tsx` (+17 -17) 📝 `src/cloud/components/Modal/contents/SmartView/DateConditionValueTypeSelect.tsx` (+1 -1) 📝 `src/cloud/components/Modal/contents/SmartView/DocAssigneeSelect.tsx` (+0 -0) 📝 `src/cloud/components/Modal/contents/SmartView/DocDateSelect.tsx` (+1 -1) 📝 `src/cloud/components/Modal/contents/SmartView/DocLabelSelect.tsx` (+0 -0) 📝 `src/cloud/components/Modal/contents/SmartView/DocStatusSelect.tsx` (+0 -0) 📝 `src/cloud/components/Modal/contents/SmartView/SmartViewConditionRows.tsx` (+4 -4) 📝 `src/cloud/components/Modal/contents/SmartView/SmartViewForm.tsx` (+15 -15) 📝 `src/cloud/components/Modal/contents/SmartView/UpdateSmartViewModal.tsx` (+23 -23) 📝 `src/cloud/components/Modal/contents/SmartView/interfaces.ts` (+1 -1) _...and 21 more files_ </details> ### 📄 Description - Changed Dashboard entity name to `Smart View` - Fixed interfaces - Changed api calls from `api/dashboards` to `api/smart-views` - changed `dashboard` maps to `smart view` maps - Renamed components ( removed the `Dashboard` prefixes ) - Fixed Api call bodies - Fixed SSE --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:25:19 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/BoostNote-App#1250
No description provided.