> For the complete documentation index, see [llms.txt](https://wnsgml972.gitbook.io/midas_log/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wnsgml972.gitbook.io/midas_log/contents/2020.07/07.md).

# MIDAS LOG

## go home! [:house\_with\_garden:](https://github.com/wnsgml972/midas_log)

## 07.01

### Framework 개발 \[주 업무]

* Phase Core
* DB Core

### DB Core 안정화..

* 내 문제 아니었음!

### 출시 대비 인스톨 준비

## 07.02

### Framework 개발 \[주 업무]

* Phase Core
* DB Core

### DB Core 안정화..

* 내 문제 아니었음!

### 출시 대비 인스톨 준비

### 긴급 버그 대응

## 07.03

### Framework 개발 \[주 업무]

* Phase Core
* DB Core

### DB Core 안정화..

* 내 문제 아니었음!

### 출시 대비 인스톨 준비

### 긴급 버그 대응

## 07.06

### Framework 개발 \[주 업무]

* Phase Core
* DB Core

### 출시 대비 인스톨 준비

* 하루 전 마지막 준비

### 긴급 버그 대응

## 07.07

### Framework 개발 \[주 업무]

* Phase Core
* DB Core

### 핫픽스 준비

### 긴급 버그 대응

## 07.08

### Framework 개발 \[주 업무]

* Phase Core
* DB Core

### DB Core 리팩토링

### 긴급 버그 대응

## 07.09

### Framework 개발 \[주 업무]

* Phase Core
* DB Core

### DB Core 리팩토링

### 긴급 버그 대응

## 07.13

### Framework 개발 \[주 업무]

* Phase Core
* DB Core

### 문서화 및 리팩토링 진행

## 07.14

### Framework 개발 \[주 업무]

* Pha Core
* DB Core

### 문서화 및 리팩토링 진행

## 07.15

### Framework 개발 \[주 업무]

* Pha Core
* DB Core

### 문서화 및 리팩토링

### Core Project Code Quality

* 경고 수준 최상화(W4)
* 경고를 오류로 처리
* 코드 스타일 체커
* 정적 분석

## 07.16

### Framework 개발 \[주 업무]

* Pha Core
* DB Core

### 문서화 및 리팩토링

### Merge 준비

## 07.17

### Framework 개발 \[주 업무]

* Pha Core
* DB Core

### 문서화 및 리팩토링

### Merge!!

* 이제 `CString`만 빼면 MFC 종속성 제거할 수 있음ㅎㅎㅎ
* 추 후 MFC 완전히 땐 후, 리눅스 Cross Compile 가능하게 구현하자!

### Cross Platform Develop Reference (CMake)

* <https://docs.microsoft.com/ko-kr/cpp/build/cmake-projects-in-visual-studio?view=vs-2>
* <https://www.sysnet.pe.kr/2/0/11833>
* <https://www.sysnet.pe.kr/2/0/11825>

## 07.18

### Framework 개발 \[주 업무]

* Pha Core
* DB Core

### 문서화 및 리팩토링

### CString 제거 중

## 07.23

### Framework 개발 \[주 업무]

* Pha Core
* DB Core

### 문서화 및 리팩토링

### MFC 때고 남겨진 잔해들 전부다 std로 교체중

## 07.24

### Framework 개발 \[주 업무]

* Pha Core
* DB Core

### 문서화 및 리팩토링

### Transaction File 관련 남음, std::filesystem 분석 후 교체 검증 중

## 07.27

### Framework 개발 \[주 업무]

* Pha Core
* DB Core

### 문서화 및 리팩토링

### Undo / Redo 검증 중!

## 07.28

### Framework 개발 \[주 업무]

* Pha Core
* DB Core

### 문서화 및 리팩토링

### 검증 다 끝남 ㅎ.ㅎ

### Transaction ACID 중, ACD를 지키기 위한 Transaction 재 설계

## 07.29

### Framework 개발 \[주 업무]

* Pha Core
* DB Core

### 문서화 및 리팩토링

### Transaction ACID 중, ACD를 지키기 위한 Transaction 재 설계

## 07.30

### Framework 개발 \[주 업무]

* Pha Core
* DB Core

### 문서화 및 리팩토링

### Transaction ACID 중, ACD를 지키기 위한 Transaction 재 설계


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://wnsgml972.gitbook.io/midas_log/contents/2020.07/07.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
