WorkItems intents 😀 to be a flexible work item management system.
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 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, ...).
The WorkItems project follows an onion architecture with re-usable components.
- Violet.WorkItems.Abstractions
- ✅ WorkItem, Property, LogEntry, PropertyChange
- ✅ IDataProvider, Query
- ✅ WorkItemDescriptor, PropertyDescriptor, StageDescriptor
- 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
- ✅ Violet.WorkItems.Provider.InMemoryProviderDataProvider (transient for development)
- 🔜 Violet.WorkItems.Provider.Sqlite
- 🔜 Violet.WorkItems.Provider.PostgreSQL
- 🔜 Violet.WorkItems.Provider.Git (persists WorkItems and related information in Git)
- 🔜 Violet.WorkItems.Provider.GitHub (adapter to GitHub API)
- 🏃♂️ Violet.WorkItems.BlazorWebFrontend
- 🔜 Violet.WorkItems.MobileApp (Blazor Hybrid Mobile App; offline capable)
- 🔜 Violet.WorkItems.DesktopApp (Blazor Hybrid Windows/macOS App; offline capable)
Usage either off-the-shelf or as a customization foundation
- 🔜 Github
- 🔜 SAFe
Code of Conduct (🏃♂️ Monitored Email Pending)
🏃♂️ Contributing Guideline (not yet done)
Legend: ✅ Done, 🏃♂️ In Progress, 🔜 Not Yet Available