[PR #1512] [MERGED] [Feat:Teams] Code restructure [1] #3367

Closed
opened 2026-03-17 00:59:20 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1512
Author: @oshhh
Created: 2/24/2021
Status: Merged
Merged: 2/25/2021
Merged by: @liyasthomas

Base: feat/teams-new-uiHead: feat/teams-new-ui


📝 Commits (9)

  • 10feae5 separated team queries as utils
  • fad0e06 Merge branch 'feat/teams-new-ui' of github.com:SDOS-Winter2021/Team_5_hoppscotch into feat/teams-new-ui-osheen
  • 7a623df Merge branch 'feat/teams-new-ui' of github.com:SDOS-Winter2021/Team_5_hoppscotch into feat/teams-new-ui-osheen
  • 5e259a1 select team label removed
  • f4ab24c removed debugging code
  • bfb45d2 Merge pull request #6 from SDOS-Winter2021/feat/teams-new-ui-osheen
  • 1fad0eb add teams tab to all pages
  • 32f7199 Merge pull request #7 from SDOS-Winter2021/feat/teams-new-ui-osheen
  • 8b39db7 chore: Show folder path when saving a request

📊 Changes

8 files changed (+111 additions, -86 deletions)

View changed files

📝 components/collections/choose-collection-type.vue (+0 -1)
📝 components/collections/collection.vue (+6 -33)
📝 components/collections/folder.vue (+6 -34)
📝 components/collections/index.vue (+3 -14)
📝 components/collections/save-request-as.vue (+3 -3)
📝 components/teams/index.vue (+1 -1)
helpers/teams/utils.js (+87 -0)
📝 pages/index.vue (+5 -0)

📄 Description

Changes:

  • Created helpers/teams/utils.js for all utility functions related to teams.
  • "Select Team" label removed from teams tab on the sidebar
  • Added teams tab to sidebar
  • Added a folder path parameter to show complete folder path while saving a request

Remaining tasks:

  • Shift add,edit,delete collections and teams functions to helpers/teams/utils.js as well.

🔄 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/hoppscotch/hoppscotch/pull/1512 **Author:** [@oshhh](https://github.com/oshhh) **Created:** 2/24/2021 **Status:** ✅ Merged **Merged:** 2/25/2021 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `feat/teams-new-ui` ← **Head:** `feat/teams-new-ui` --- ### 📝 Commits (9) - [`10feae5`](https://github.com/hoppscotch/hoppscotch/commit/10feae58dccccee7a874f50acf1f22654331c291) separated team queries as utils - [`fad0e06`](https://github.com/hoppscotch/hoppscotch/commit/fad0e0687613ec298cea3b41adb7daa4200651ba) Merge branch 'feat/teams-new-ui' of github.com:SDOS-Winter2021/Team_5_hoppscotch into feat/teams-new-ui-osheen - [`7a623df`](https://github.com/hoppscotch/hoppscotch/commit/7a623df3826828aad50bcbae21135007492ab4bf) Merge branch 'feat/teams-new-ui' of github.com:SDOS-Winter2021/Team_5_hoppscotch into feat/teams-new-ui-osheen - [`5e259a1`](https://github.com/hoppscotch/hoppscotch/commit/5e259a152c74ceab6be27d467844006c796593f0) select team label removed - [`f4ab24c`](https://github.com/hoppscotch/hoppscotch/commit/f4ab24ca399f613a6a6eade518094f2c019cc33a) removed debugging code - [`bfb45d2`](https://github.com/hoppscotch/hoppscotch/commit/bfb45d2d077951a1650fabfda6fc0237cabb80e2) Merge pull request #6 from SDOS-Winter2021/feat/teams-new-ui-osheen - [`1fad0eb`](https://github.com/hoppscotch/hoppscotch/commit/1fad0eb9ab6f53ad23c1c059698b888716f8cfd8) add teams tab to all pages - [`32f7199`](https://github.com/hoppscotch/hoppscotch/commit/32f7199e742d0d68413f2d8410e1f108b426c667) Merge pull request #7 from SDOS-Winter2021/feat/teams-new-ui-osheen - [`8b39db7`](https://github.com/hoppscotch/hoppscotch/commit/8b39db7ad62fcf9d28f4ab6826f4eb3690537637) chore: Show folder path when saving a request ### 📊 Changes **8 files changed** (+111 additions, -86 deletions) <details> <summary>View changed files</summary> 📝 `components/collections/choose-collection-type.vue` (+0 -1) 📝 `components/collections/collection.vue` (+6 -33) 📝 `components/collections/folder.vue` (+6 -34) 📝 `components/collections/index.vue` (+3 -14) 📝 `components/collections/save-request-as.vue` (+3 -3) 📝 `components/teams/index.vue` (+1 -1) ➕ `helpers/teams/utils.js` (+87 -0) 📝 `pages/index.vue` (+5 -0) </details> ### 📄 Description **Changes:** * Created `helpers/teams/utils.js` for all utility functions related to teams. * "Select Team" label removed from teams tab on the sidebar * Added teams tab to sidebar * Added a folder path parameter to show complete folder path while saving a request **Remaining tasks:** * Shift add,edit,delete collections and teams functions to `helpers/teams/utils.js` as well. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:59:20 +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/hoppscotch#3367
No description provided.