mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #540] Feature Request: Subfolders #203
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#203
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Grayda on GitHub (Jan 30, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/540
Is your feature request related to a problem? Please describe.
I've got an API I wish to document that has several sub-APIs (e.g. one from a status monitor hosted elsewhere), but I can't create folders deeper than directly under the collection.
Describe the solution you'd like
I'd like to create sub-folders within a collection. For example:
api.auroras.live (Collection)=>v2 (Folder)=>alerts (Folder)=>Get all alerts (Request).It'd be great to allow folders a few levels deep, but within reason of course (e.g. 2-3 levels deep would cover most peoples' needs)
Describe alternatives you've considered
I've considered naming my folders with a hyphen to denote levels, such as
v1 - users,v1 - productsetc. which would work, but take some careful planning, especially since you can't drag to re-order folders.Additional context
Might look something like this:
@liyasthomas commented on GitHub (Jan 31, 2020):
I don't think this is a required feature. Anyways, will try to implement if anyone else raises this issue again.