https://github.com/workitems/workitems
WorkItem Management Framework
https://github.com/workitems/workitems
bug bug-tracker issue issue-tracker kanban-board workitem
Last synced: 5 months ago
JSON representation
WorkItem Management Framework
- Host: GitHub
- URL: https://github.com/workitems/workitems
- Owner: workitems
- License: mit
- Created: 2019-07-30T19:54:42.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2025-12-26T12:51:06.000Z (6 months ago)
- Last Synced: 2026-01-03T19:22:30.541Z (5 months ago)
- Topics: bug, bug-tracker, issue, issue-tracker, kanban-board, workitem
- Language: C#
- Homepage: http://workitems.net
- Size: 622 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 25
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Violet WorkItems



WorkItems intents 😀 to be a flexible work item management system.

## Project Goals
Having Goals is the first step in achieving them 😀
- 🏃♂️ Create a customizable work item management system for mid-size usage (> 10 projects, > 100 users, > 10k work items).
- 🏃♂️ Create a compelling [user interface](docs/screenshots/README.md) and a API layer for customized applications.
- 🏃♂️ Create proof of concepts applications covering ToDo Lists, Kanban Board and fixed property issue tracker.
- 🔜 Create a framework for programmatically managing work items (e.g. check tracing completeness).
- 🔜 Create a set of standardized providers for common work item management systems (GitHub, GitLab, TFS, Jira, ...).
## Class Libraries
The WorkItems project follows an onion architecture with re-usable components.
### Domain Model
1. Violet.WorkItems.Abstractions
- ✅ WorkItem, Property, LogEntry, PropertyChange
- ✅ IDataProvider, Query
- ✅ WorkItemDescriptor, PropertyDescriptor, StageDescriptor
### Domain Services
1. Violet.WorkItems.Core
- ✅ WorkItemManager (core audit, validation and storage logic)
- ✅ Core Validators (Mandatory, Completeness, Immutable)
- ✅ ValueProvider (Enum)
- ✅ InMemoryDataProvider (for testing and demonstration)
- ✅ FileSystemDataProvider (for testing and demonstration)
- 🔜 Calculation Logic
### Application Services
### Infrastructure
1. ✅ Violet.WorkItems.Provider.InMemoryProviderDataProvider (transient for development)
1. 🔜 Violet.WorkItems.Provider.Sqlite
1. 🔜 Violet.WorkItems.Provider.PostgreSQL
1. 🔜 Violet.WorkItems.Provider.Git (persists WorkItems and related information in Git)
1. 🔜 Violet.WorkItems.Provider.GitHub (adapter to GitHub API)
### Applications
1. 🏃♂️ Violet.WorkItems.BlazorWebFrontend
1. 🔜 Violet.WorkItems.MobileApp (Blazor Hybrid Mobile App; offline capable)
1. 🔜 Violet.WorkItems.DesktopApp (Blazor Hybrid Windows/macOS App; offline capable)
### WorkItem Descriptors Packages
Usage either off-the-shelf or as a customization foundation
1. 🔜 Github
1. 🔜 SAFe
# Community, Contributions, License
[Code of Conduct](CODE_OF_CONDUCT.md) (🏃♂️ Monitored Email Pending)
🏃♂️ Contributing Guideline (not yet done)
[MIT licensed](LICENSE.md)
---
Legend: ✅ Done, 🏃♂️ In Progress, 🔜 Not Yet Available