All Projects → ambleside138 → TimeRecorder

ambleside138 / TimeRecorder

Licence: MIT license
工数管理アプリ

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to TimeRecorder

Cqrs Clean Eventual Consistency
CQRS, using Clean Architecture, multiple databases and Eventual Consistency
Stars: ✭ 247 (+384.31%)
Mutual labels:  ddd, net-core
Equinoxproject
Full ASP.NET Core 5 application with DDD, CQRS and Event Sourcing concepts
Stars: ✭ 5,120 (+9939.22%)
Mutual labels:  ddd, onion-architecture
DDD
Domain-Driven Design example
Stars: ✭ 116 (+127.45%)
Mutual labels:  ddd, onion-architecture
awesome-software-architecture
A curated list of awesome articles, videos, and other resources to learn and practice software architecture, patterns, and principles.
Stars: ✭ 1,594 (+3025.49%)
Mutual labels:  ddd, onion-architecture
springboot-framework
springboot领域驱动开发
Stars: ✭ 84 (+64.71%)
Mutual labels:  ddd
RobotArmHelix
3D Simulation, forward and inverse kinematics of a robotic arm in C# using WPF and helix-toolkit
Stars: ✭ 84 (+64.71%)
Mutual labels:  wpf-application
microservice workshop
Microservices Architecture Workshop focuses on helping the developers / architects to understand the key Architecture paradigms with hands on section. The course helps the developers from Monolithic App mindset to a Microservices based App development. It also helps the developers with hands on development experience with key Microservices infra…
Stars: ✭ 69 (+35.29%)
Mutual labels:  ddd
ioSender
A GCode Sender for Grbl and grblHAL written in C# (Windows only).
Stars: ✭ 142 (+178.43%)
Mutual labels:  wpf-application
ObservableComputations
Cross-platform .NET library for computations whose arguments and results are objects that implement INotifyPropertyChanged and INotifyCollectionChanged (ObservableCollection) interfaces.
Stars: ✭ 94 (+84.31%)
Mutual labels:  reactive-extensions
crossword
The game is implemented as an example of scalable and high load architecture combined with modern software development practices
Stars: ✭ 56 (+9.8%)
Mutual labels:  ddd
Vogen
A semi-opinionated library which is a source generator and a code analyser. It Source generates Value Objects
Stars: ✭ 240 (+370.59%)
Mutual labels:  ddd
Jonty.Blog
🎯Jonty.Blog个人博客项目,底层基于免费开源跨平台的.NET Core 3.1开发,使用 ABP vNext搭建项目框架,支持主流数据库,遵循RESTful接口规范,前端使用Blazor开发。
Stars: ✭ 42 (-17.65%)
Mutual labels:  ddd
ddderr
👺 Reflection-free Domain-Driven errors for Go.
Stars: ✭ 29 (-43.14%)
Mutual labels:  ddd
kanban core extension
DDD on Rails Example
Stars: ✭ 29 (-43.14%)
Mutual labels:  ddd
dotnet-setversion
.NET Core CLI tool to update the version information in .NET Core *.csproj files
Stars: ✭ 61 (+19.61%)
Mutual labels:  net-core
MoalemYar
A personal project for class management, using various technologies like WPF, Entityframwork, CodeFirst, Sqlite, Migration and more
Stars: ✭ 53 (+3.92%)
Mutual labels:  wpf-application
business
Based on the Domain-Driven-Design approach, the business framework will help you structure and implement your business code cleanly and efficiently.
Stars: ✭ 23 (-54.9%)
Mutual labels:  ddd
ITL
Sample Web API implementation with .NET Core and DDD using Clean Architecture.
Stars: ✭ 29 (-43.14%)
Mutual labels:  ddd
repository
[PHP 7] Implementation and definition of a base Repository in Domain land.
Stars: ✭ 26 (-49.02%)
Mutual labels:  ddd
CleanArchitecture
Clean Architecture Solution for .NET 5
Stars: ✭ 18 (-64.71%)
Mutual labels:  ddd

TimeRecorder

工数管理アプリ

詳細な使い方はQiitaに記載しています → Qiitaの記事を表示

capture_main

マスタメンテナンスについて

タスク入力項目のうち、

  • 製品
  • 作業工程
  • ユーザ

についてはDBでのマスタ管理となっています。

マスタ管理用のUIが用意できていないため、DBを直接編集してください。

項目 対応テーブル名
製品 products
作業工程 processes
ユーザ clients

SQLiteの編集は下記のツールが便利です

https://sqlitebrowser.org/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].