mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4062] [feature]: Record the day of the last login #1446
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#1446
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 @RaHehl on GitHub (May 14, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4062
Is there an existing issue for this?
Summary
In order to see how many active users there are on the self-hosted instance, it would be useful if we could see in the admin dashboard when a user last logged in, the date would be completely sufficient, the time is not needed.
Why should this be worked on?
We currently cannot see how many users are actively using Hoppscotch. There are also users who have only tried Hoppscotch once and we would like to clean it up after some time.
@balub commented on GitHub (May 28, 2024):
@RaHehl We have a small confusion we'd like you to help us out with. Could you mention what is it you are looking for?
@RaHehl commented on GitHub (May 28, 2024):
@balub It depends, so the problem I need to solve is that I need to know how many active users there are and I need to detect when someone hasn't used Hoppscotch in a while. However, according to our policies, it may not be possible to check whether someone is currently working.
So simplified:
I need active but that can't be time based (day base is better), I just need to be able to detect if someone hasn't used their user for say 4 weeks.
So Second One but saying as example Today/Yesterday/2 Month ago
@heyhexadecimal commented on GitHub (Jun 1, 2024):
Can i pick this one ??