Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SessionLogger.Abilities.Add: Can view for sessions by datetime range or search string in notes #31

Open
CookingWithCale opened this issue May 21, 2020 · 0 comments
Assignees

Comments

@CookingWithCale
Copy link
Collaborator

CookingWithCale commented May 21, 2020

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:

// A span of time in seconds with text description of the begin and end.
// The maximum length of a note is 255 characters.
export type ASessionTimespan = {
  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.

Affected Files

  1. ~/**/*.*

Hierarchy

Tags

Mission

A

Sessions

License

Copyright AStartup; all rights reserved.

@CookingWithCale CookingWithCale changed the title Learn.React.Section10 SessionLogger.Abilities.Add: Can search for sessions by datetime range Feb 22, 2024
@CookingWithCale 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 CookingWithCale self-assigned this Feb 22, 2024
@CookingWithCale CookingWithCale added this to the Timesheet Logger milestone Feb 22, 2024
@CookingWithCale 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant