SSWConsulting / SSWConsulting/TimePro.Tools
MCP Apps: timesheets read (weekly grid over check_week and get_timesheets)
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). Read-only view.
A weekly grid: one column per day, rows per entry with project, iteration, hours, location, note; coverage state from check_week (covered / leave / holiday / missing) and pending suggestions highlighted. Totals per day and per week. Backed by check_week and get_timesheets as they are; the page renders the same documents tp ts check --json and tp ts get --json return, so the parity table still applies.
Acceptance: renders for a Northwind staging week; terminal clients get the unchanged JSON; a test asserts the tool result is unchanged with and without the UI capability.
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 reading the existing check_week and get_timesheets tool results and the parity table, then compare them with tp ts check --json and tp ts get --json. Build the weekly grid for a Northwind staging week, and verify that terminal JSON remains unchanged with and without the UI capability using a test.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp
- Domain
- cli, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100