mirror of
https://github.com/1Remote/1Remote.git
synced 2026-04-25 05:26:04 +03:00
[GH-ISSUE #340] Logging session times for documentation and accounting purposes #296
Labels
No labels
area-configuration
area-ct-app
area-ct-rdp
area-ct-remoteapp
area-ct-ssh
area-ct-vnc
area-launcher
area-list
area-tags
area-teamwork
bug
chore
dependencies
general-build/ci
general-performance
general-refactor
general-security
general-supportive
general-ux
meta-documentation
meta-enhancement
meta-enhancement
meta-feature
meta-help-wanted
meta-unknown-error
priority-hi
priority-low
pull-request
question
resolution-duplicate
resolution-invalid
resolution-wontfix
stale
task-put-off
task-still-considering
task-working-in-progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/1Remote#296
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 @skarados on GitHub (Jan 11, 2023).
Original GitHub issue: https://github.com/1Remote/1Remote/issues/340
Originally assigned to: @majkinetor on GitHub.
Is your feature request related to a problem? Please describe.
/
Describe the solution you'd like
I would like to use the software to connect comfortably to various customers.
It would be nice to see how long I have spent on a server for accounting purposes.
Maybe even ask for a comment when closing a session to be able to directly document changes made.
Describe alternatives you've considered
Just collect such data in SQLite. Third party software (i.e. web interface) could read out the data.
Additional context
/
@majkinetor commented on GitHub (Jan 11, 2023):
You do have markdown notes ATM, where you can append comments after sessions but you would have to calculate time yourself.
I like this idea TBH. As you suggested, 1Remote could keep this into its database, a detailed log of connection sessions along with start time and end time and even a comment. This is trivial to implement on the backend, but requires some thought about presentation and session comment input.
Reporting of this kind is important in multiple contexts not only customers, but also as forensic and security moment, particularly with central database that 1RM now supports.
I will try to find time to mockup how this could work and I am adding it into Limbo for now.
@VShawn commented on GitHub (Jan 12, 2023):
sounds interesting...
In terms of the user interface, to present this information we can provide a dashboard or log view that shows a list of all connection sessions. Or an annual report with charts can be support too.
Anyway it's a labor-intensive process, we can firstly set up a system for collecting time usage data into database.
@andy1463 commented on GitHub (Feb 5, 2026):
Is there any update on this topic? Are there any plans to implement this feature? Would be very interesting.
Thanks a lot.