{"id":37046234,"url":"https://github.com/workitems/workitems","last_synced_at":"2026-01-14T05:28:19.458Z","repository":{"id":46002348,"uuid":"199718167","full_name":"workitems/workitems","owner":"workitems","description":"WorkItem Management Framework","archived":false,"fork":false,"pushed_at":"2025-12-26T12:51:06.000Z","size":637,"stargazers_count":1,"open_issues_count":25,"forks_count":2,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-03T19:22:30.541Z","etag":null,"topics":["bug","bug-tracker","issue","issue-tracker","kanban-board","workitem"],"latest_commit_sha":null,"homepage":"http://workitems.net","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/workitems.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-07-30T19:54:42.000Z","updated_at":"2025-12-26T12:51:10.000Z","dependencies_parsed_at":"2024-01-13T20:22:14.478Z","dependency_job_id":"7132c439-0eef-4949-9e57-20d091c4d9f5","html_url":"https://github.com/workitems/workitems","commit_stats":null,"previous_names":["violetgrass/workitems"],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/workitems/workitems","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workitems%2Fworkitems","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workitems%2Fworkitems/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workitems%2Fworkitems/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workitems%2Fworkitems/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/workitems","download_url":"https://codeload.github.com/workitems/workitems/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/workitems%2Fworkitems/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28410416,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["bug","bug-tracker","issue","issue-tracker","kanban-board","workitem"],"created_at":"2026-01-14T05:28:18.930Z","updated_at":"2026-01-14T05:28:19.451Z","avatar_url":"https://github.com/workitems.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Violet WorkItems\n\n![build](https://github.com/violetgrass/workitems/workflows/Build-CI/badge.svg)\n![license:MIT](https://img.shields.io/github/license/violetgrass/workitems?style=flat-square)\n![Nuget](https://img.shields.io/nuget/v/Violet.WorkItems.Core?style=flat-square)\n\nWorkItems intents 😀 to be a flexible work item management system.\n\n![Screenshot](docs/screenshots/ad.png)\n\n## Project Goals\n\nHaving Goals is the first step in achieving them 😀\n\n- 🏃‍♂️ Create a customizable work item management system for mid-size usage (\u003e 10 projects, \u003e 100 users, \u003e 10k work items).\n- 🏃‍♂️ Create a compelling [user interface](docs/screenshots/README.md) and a API layer for customized applications.\n- 🏃‍♂️ Create proof of concepts applications covering ToDo Lists, Kanban Board and fixed property issue tracker.\n- 🔜 Create a framework for programmatically managing work items (e.g. check tracing completeness).\n- 🔜 Create a set of standardized providers for common work item management systems (GitHub, GitLab, TFS, Jira, ...).\n\n## Class Libraries\n\nThe WorkItems project follows an onion architecture with re-usable components.\n\n### Domain Model\n\n1. Violet.WorkItems.Abstractions\n   - ✅ WorkItem, Property, LogEntry, PropertyChange\n   - ✅ IDataProvider, Query\n   - ✅ WorkItemDescriptor, PropertyDescriptor, StageDescriptor\n\n### Domain Services\n\n1. Violet.WorkItems.Core\n   - ✅ WorkItemManager (core audit, validation and storage logic)\n   - ✅ Core Validators (Mandatory, Completeness, Immutable)\n   - ✅ ValueProvider (Enum)\n   - ✅ InMemoryDataProvider (for testing and demonstration)\n   - ✅ FileSystemDataProvider (for testing and demonstration)\n   - 🔜 Calculation Logic\n\n### Application Services\n\n### Infrastructure\n\n1. ✅ Violet.WorkItems.Provider.InMemoryProviderDataProvider (transient for development)\n1. 🔜 Violet.WorkItems.Provider.Sqlite\n1. 🔜 Violet.WorkItems.Provider.PostgreSQL\n1. 🔜 Violet.WorkItems.Provider.Git (persists WorkItems and related information in Git)\n1. 🔜 Violet.WorkItems.Provider.GitHub (adapter to GitHub API)\n\n### Applications\n\n1. 🏃‍♂️ Violet.WorkItems.BlazorWebFrontend\n1. 🔜 Violet.WorkItems.MobileApp (Blazor Hybrid Mobile App; offline capable)\n1. 🔜 Violet.WorkItems.DesktopApp (Blazor Hybrid Windows/macOS App; offline capable)\n\n### WorkItem Descriptors Packages\n\nUsage either off-the-shelf or as a customization foundation\n\n1. 🔜 Github\n1. 🔜 SAFe\n\n# Community, Contributions, License\n\n[Code of Conduct](CODE_OF_CONDUCT.md) (🏃‍♂️ Monitored Email Pending)\n\n🏃‍♂️ Contributing Guideline (not yet done)\n\n[MIT licensed](LICENSE.md)\n\n---\n\nLegend: ✅ Done, 🏃‍♂️ In Progress, 🔜 Not Yet Available","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkitems%2Fworkitems","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fworkitems%2Fworkitems","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fworkitems%2Fworkitems/lists"}