mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #133] Please add a label for each request. It will be helpful. #53
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#53
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 @quangnd0512 on GitHub (Sep 4, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/133
Originally assigned to: @liyasthomas, @sharath2106 on GitHub.
When i post or get a request and then i want to use it again. But i don't know where it is... same issue on postman...
Please add a label for each request. :D
@liyasthomas commented on GitHub (Sep 4, 2019):
History section has entries with Method, Status code, URL, Path, timestamp. Isn't that enough?
@liyasthomas commented on GitHub (Sep 5, 2019):
This could be related to #29
A collection of requests with a common label/name would be 💯 helpful. Make a collection of such requests and ability to share them.
@quangnd0512 commented on GitHub (Sep 6, 2019):
when i work with GraphQL. It wasn't enough to find a request quickly. thanks <3
@sharath2106 commented on GitHub (Sep 26, 2019):
@liyasthomas I would like to work on this issue. Let me know if no one has claimed to work on this yet.
@liyasthomas commented on GitHub (Sep 26, 2019):
@sharath2106 You're welcome. Assigning to you.
@sharath2106 commented on GitHub (Oct 1, 2019):
@liyasthomas You should be getting a PR by today or tomorrow. First timer here.
@liyasthomas commented on GitHub (Oct 1, 2019):
@sharath2106
There is always a first.
@liyasthomas commented on GitHub (Oct 3, 2019):
@sharath2106 just thought I should ping you for PR.
@sharath2106 commented on GitHub (Oct 4, 2019):
@liyasthomas Done with setting up data and the text box for the request name. Rendering the same in the history section is not happening even after introducing the fields in history.vue component and index.vue.
@liyasthomas commented on GitHub (Oct 4, 2019):
History data is fetched from localStorage. And also binded to it. After sending a request, check
Dev tools > Application tab > Local storage > http://localhost:300 > historyto see entries.If
labelis missing in it, it means label is not written to localStorage.@sharath2106 commented on GitHub (Oct 4, 2019):
@liyasthomas
This is the local storage -
Have tried to print the history entry in the console
@liyasthomas commented on GitHub (Oct 4, 2019):
@sharath2106 everything seems okay to me.
<input aria-label="Label" type="text" readonly :value="entry.label">Add 👆 this to history.vue
And repost.
@sharath2106 commented on GitHub (Oct 4, 2019):
@liyasthomas Have already added those lines and then docker-compose up.
@liyasthomas commented on GitHub (Oct 4, 2019):
@sharath2106 could make a PR for all changes till now, I'll look into it.