tajbender / workitems

WorkItem Management Framework

Home Page:http://workitems.net

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Violet WorkItems

build license:MIT Nuget

WorkItems intents πŸ˜€ to be a flexible work item management system.

Screenshot

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 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)
  2. πŸ”œ Violet.WorkItems.Provider.Sqlite
  3. πŸ”œ Violet.WorkItems.Provider.PostgreSQL
  4. πŸ”œ Violet.WorkItems.Provider.Git (persists WorkItems and related information in Git)
  5. πŸ”œ Violet.WorkItems.Provider.GitHub (adapter to GitHub API)

Applications

  1. πŸƒβ€β™‚οΈ Violet.WorkItems.BlazorWebFrontend
  2. πŸ”œ Violet.WorkItems.MobileApp (Blazor Hybrid Mobile App; offline capable)
  3. πŸ”œ 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
  2. πŸ”œ SAFe

Community, Contributions, License

Code of Conduct (πŸƒβ€β™‚οΈ Monitored Email Pending)

πŸƒβ€β™‚οΈ Contributing Guideline (not yet done)

MIT licensed


Legend: βœ… Done, πŸƒβ€β™‚οΈ In Progress, πŸ”œ Not Yet Available

About

WorkItem Management Framework

http://workitems.net

License:MIT License


Languages

Language:C# 88.2%Language:HTML 10.7%Language:CSS 1.1%