[PR #1194] [MERGED] Subfolder functionality #3129

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

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/1194
Author: @farhan-tariq
Created: 9/28/2020
Status: Merged
Merged: 10/21/2020
Merged by: @liyasthomas

Base: masterHead: subfolder-functionality


📝 Commits (10+)

  • f9e06d9 Added functionality for sub-folders
  • 1ccc3d8 Edit Request name only. Drag and drop to move requests
  • 79c6a7f Refactor
  • ba3afdb Move requests between folder or collections
  • fc1870d Merge branch 'master' into subfolder-functionality
  • 6600ec2 Merge branch 'master' into subfolder-functionality
  • f3ef658 Functionality to save request in multiple folders
  • 5f8fc8c Merge branch 'master' into subfolder-functionality
  • 8671b67 Unnecessary Lang
  • 670c656 Merge remote-tracking branch 'origin/subfolder-functionality' into subfolder-functionality

📊 Changes

11 files changed (+364 additions, -347 deletions)

View changed files

📝 components/collections/add-folder.vue (+7 -8)
📝 components/collections/collection.vue (+32 -18)
📝 components/collections/edit-folder.vue (+1 -1)
📝 components/collections/edit-request.vue (+13 -67)
📝 components/collections/folder.vue (+54 -21)
📝 components/collections/import-export-collections.vue (+25 -69)
📝 components/collections/index.vue (+18 -17)
📝 components/collections/request.vue (+29 -5)
📝 components/collections/save-request-as.vue (+70 -39)
📝 components/ui/autocomplete.vue (+7 -1)
📝 store/postwoman.js (+108 -101)

📄 Description

@liyasthomas Please review this PR. Let me know of any changes required.
I am raising this as a draft PR atm.
Changes:

  • Parsing postman collection - Import/Replace JSON
  • Add/Delete/Edit Folder
  • Add/Delete/Edit Request
  • Add/Delete/Edit Sub-folders
  • Move requests between folders by dragging and dropping
  • Editing a request only lets change it's name
  • Working on the functionality of "Save a Request As"

🔄 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/1194 **Author:** [@farhan-tariq](https://github.com/farhan-tariq) **Created:** 9/28/2020 **Status:** ✅ Merged **Merged:** 10/21/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `subfolder-functionality` --- ### 📝 Commits (10+) - [`f9e06d9`](https://github.com/hoppscotch/hoppscotch/commit/f9e06d9941c849279353fec9d434a0d0eb9bb5c5) Added functionality for sub-folders - [`1ccc3d8`](https://github.com/hoppscotch/hoppscotch/commit/1ccc3d818ee7a76edf5c75ed16b1d85043d52616) Edit Request name only. Drag and drop to move requests - [`79c6a7f`](https://github.com/hoppscotch/hoppscotch/commit/79c6a7f6c7f292d426337627dbafe3094c796745) Refactor - [`ba3afdb`](https://github.com/hoppscotch/hoppscotch/commit/ba3afdba45397f21ccfaf548a6941ec9c48fd77b) Move requests between folder or collections - [`fc1870d`](https://github.com/hoppscotch/hoppscotch/commit/fc1870d34f4e5af64380419baf1c815bc0f01db6) Merge branch 'master' into subfolder-functionality - [`6600ec2`](https://github.com/hoppscotch/hoppscotch/commit/6600ec27d75ab4b4259c3061e806e41fe698d1f9) Merge branch 'master' into subfolder-functionality - [`f3ef658`](https://github.com/hoppscotch/hoppscotch/commit/f3ef65890163d2df07d601b4c7b8ef5f60329302) Functionality to save request in multiple folders - [`5f8fc8c`](https://github.com/hoppscotch/hoppscotch/commit/5f8fc8ca102e57a0e475d6f9004b9653ee7a13fb) Merge branch 'master' into subfolder-functionality - [`8671b67`](https://github.com/hoppscotch/hoppscotch/commit/8671b6740d869f52dd617e8431b8dcb88648ec40) Unnecessary Lang - [`670c656`](https://github.com/hoppscotch/hoppscotch/commit/670c656f8f29ca30a1153268645dab33574204c0) Merge remote-tracking branch 'origin/subfolder-functionality' into subfolder-functionality ### 📊 Changes **11 files changed** (+364 additions, -347 deletions) <details> <summary>View changed files</summary> 📝 `components/collections/add-folder.vue` (+7 -8) 📝 `components/collections/collection.vue` (+32 -18) 📝 `components/collections/edit-folder.vue` (+1 -1) 📝 `components/collections/edit-request.vue` (+13 -67) 📝 `components/collections/folder.vue` (+54 -21) 📝 `components/collections/import-export-collections.vue` (+25 -69) 📝 `components/collections/index.vue` (+18 -17) 📝 `components/collections/request.vue` (+29 -5) 📝 `components/collections/save-request-as.vue` (+70 -39) 📝 `components/ui/autocomplete.vue` (+7 -1) 📝 `store/postwoman.js` (+108 -101) </details> ### 📄 Description @liyasthomas Please review this PR. Let me know of any changes required. I am raising this as a draft PR atm. Changes: - Parsing postman collection - Import/Replace JSON - Add/Delete/Edit Folder - Add/Delete/Edit Request - Add/Delete/Edit Sub-folders - Move requests between folders by dragging and dropping - Editing a request only lets change it's name - Working on the functionality of "Save a Request As" --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:46:17 +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#3129
No description provided.