SSWConsulting / SSWConsulting/TimePro.Tools
MCP Apps: timesheets create (entry form with project, iteration, category pickers)
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 3
- Forks
- 0
- Avg merge
- 29m
- Merged PRs (30d)
- 28
Description
Part of MCP Apps (https://github.com/SSWConsulting/TimePro.Tools/issues/78). Create.
A form to log an entry: client search (search_clients), project (get_projects_for_client, sentinel row already filtered), iteration when the project uses them (list_iterations), category, date, start/end or hours, deducted minutes, location, note. Submits through create_timesheet, which runs the shared TimesheetCreateService, so the no-active-rate outcome shows the tp rate create recovery instead of creating a rate. Shows the saved entry returned by the tool.
Depends on the deducted-minutes argument being added to create_timesheet (0.4.0 schema change) for full parity with tp ts create --less.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing the create_timesheet tool and shared TimesheetCreateService, then review the picker calls named in the issue: search_clients, get_projects_for_client, list_iterations, and create_timesheet. Build the entry form around the listed fields and verify that deducted minutes, the tp rate create recovery, and the saved entry response match the CLI behavior of tp ts create --less.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- api, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100