You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem I am addressing on this mission is that I need to be able to track my hours worked.
Solution
The solution that I'm addressing on this mission is [SeeTitle].
Session timesheets are composed an collection of SessionTimespan, which currently looks like this:
// A span of time in seconds with text description of the begin and end.// The maximum length of a note is 255 characters.exporttypeASessionTimespan={uid: string//< 128-bit Linear ID.session: number//< Session Ticket number (from GitHub).begin: number//< Time session began.begin_note: string//< Note describing the begin of the session.end: number//< Time session ended (0 if active).end_note: string//< Note describing the end of the session.}
At the top of the page there are two datetime boxes for the start and stop of the timespan, and a text search box.
CookingWithCale
changed the title
Learn.React.Section10
SessionLogger.Abilities.Add: Can search for sessions by datetime range
Feb 22, 2024
CookingWithCale
changed the title
SessionLogger.Abilities.Add: Can search for sessions by datetime range
SessionLogger.Abilities.Add: Can search for sessions by datetime range or search string in notes
Feb 22, 2024
CookingWithCale
changed the title
SessionLogger.Abilities.Add: Can search for sessions by datetime range or search string in notes
SessionLogger.Abilities.Add: Can view for sessions by datetime range or search string in notes
Feb 22, 2024
Problem
The problem I am addressing on this mission is that I need to be able to track my hours worked.
Solution
The solution that I'm addressing on this mission is [SeeTitle].
Session timesheets are composed an collection of SessionTimespan, which currently looks like this:
At the top of the page there are two datetime boxes for the start and stop of the timespan, and a text search box.
Affected Files
~/**/*.*
Hierarchy
Tags
Mission
A
Sessions
License
Copyright AStartup; all rights reserved.
The text was updated successfully, but these errors were encountered: