GithubHelp home page GithubHelp logo

ddd-cqrs-pattern's Introduction

cover

Technote's github stats Top Langs

ddd-cqrs-pattern's People

Contributors

technote-space avatar

Watchers

 avatar  avatar

ddd-cqrs-pattern's Issues

Context Provider の注入

Domain で Provider も定義しているため、Provider が不要なサービスで冗長
Provider を DI する機能を作成して Domain から Provider を削除

Notion API

Notion API によるデータベースの動作を実装

並び順変更

日付降順

実行中 => 登録 => 完了 => 削除
日付昇順(登録、実行中)
日付降順(完了、削除)

CI/CD

GitHub Actions を設定

削除の動作

削除ステータスではない場合は削除ステータスに変更
削除ステータスの場合は削除

フロントで現在のステータスによって呼ぶAPIを使い分け

column, property の定義を別で行う

// TODO: column, property の定義を別で行う
private static propertyToColumn(property: GetDatabaseResponse['properties'][string], columns: CreateTableColumn[]): TableColumn {
switch (property.type) {
case 'title':
return {
id: property.id,


This issue was generated by todo based on a TODO comment in 827ec69. It's been assigned to @technote-space because they committed the code.

Repository

Notion API で実装したデータベースを利用して各種リポジトリを実装

タグの選択肢を表示

追加フォーム入力で過去に使用したタグ一覧を表示して選択できるようにする

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.