-
Notifications
You must be signed in to change notification settings - Fork 0
Brain dumps
Muhammad K Khan edited this page Jun 14, 2019
·
1 revision
This page is my brain dumps on the current progress of the project and daily update
yesterday we finally got the build pipeline working with custom local nuget package yey! but i have lost track of what we were working on i took a month break from working on the project, and have another break coming up in a week so i don’t want to pick up on new stories or feature until things settle down for me. but i will use this time to say what is remaining in
- lifebook.core can do CQRS + ES
- we need to create a new project lifebook.core.services.eventsourcing
- ideally this would set the new standards since we need to refactor lifebook.core.database
- we will use other project asp.net core command handler to implement CQRS using ES
- we need to create a new project lifebook.core.services.eventsourcing
- we need to refactor lifebook.core.database
- add container support across all services
- upgrade all apps to .net core 3+
- finish out building the calendar app
- add logging across all services
- rethink configuration? convention over configuration?