Fine logging
logger to all custom api
time log add winston
custom
unhandled
feathers
daily roate
- 아래같이 안쓰는 variable 할당가능
Less document history and full api history
patch all same → filtering
log info level api 도 전부
feathers
custom api
Creating a expressjs middleware that accepts parameters
Thanks for contributing an answer to Stack Overflow! Please be sure to answer the question. Provide details and share your research! Asking for help, clarification, or responding to other answers. Making statements based on opinion; back them up with references or personal experience. To learn more, see our tips on writing great answers.
https://stackoverflow.com/questions/12737148/creating-a-expressjs-middleware-that-accepts-parameters
미들웨어 return wrapper 아이디어
왜 feathers 안되나
feathers는 최상위 에러났을때 res json 보내주는 역할 한다
내부적으로 왜 파일 안적는지 몰겠다

해주네.. 엄청 긴 녀석이 이거였다
error hook 없으면 내부 최상위 에러로 취급되고 아니면 안되는듯
필요한 정보만 적기 위해 이 뻘짓했다 생각하면 된다..
오버라이딩 하나만 있으면 될거같긴 한데 뭐 대충하자
authentication 안거친 hook 은 user 정보없어서 after 말고 before 로 각 서비스 authenticate 있는 곳에 hook log info 걸기
app express error handler 로 하면 user별로 안되서 각각 걸었다
create 는 super (no inner)만 하고 space, collection direct create 안되서 아래 others 빼고 전부 필터링
- un editable - delete before validate
- id
- origin
- alive (only findone)
- createdAt
- created_by_table
- created_by
- updatedAt (feathers internal)
- edited_by
- edited_by_table
- inner editable - validate
- content
- bin
- history
- version
- outer editable
- others
* @todo - collection view exception, kill revive - only when main_view, findone save
function argument - id, key, value -> (patch view like query data) 리팩토링
import collectiontype
table 값 같이 받기
기본 수정 api 다 테스트
block
collection
move to collection
create below collection
patch collection view
move from collection
delete view ans real collection
inject 처럼 data 없에기
revision refactoring
revive collection
timeshift collection
collection hisotyr
delete permeant
collection
history delete
bin delete
node
page
origin 들어갔나
emptybin origin 에 없는에 없는 애들도 같이 없에기
meta 추가
meta.history
meta.viewhistory
history 안만든다
document.toObject does not convert Mongoose Maps to POJOs · Issue #7274 · Automattic/mongoose
I think there's still a bug similar to #6478: What is the current behavior? When converting a Mongoose document to an object via toObject, a Map still remains a Map. As from that point on I actually expect to be working with a POJO, this...
https://github.com/Automattic/mongoose/issues/7274
- map 안보내는거
id로 접근되는 거는 block만
collection history 각각 main view 가지게
views 추가
유정씨 api 전부 테스트
present filter
validate 외부 내부 호출이 문제가 된다
아무리 getrecordbvalue로 노션에 던져봐도 filter 안보이길래 필터 바꾸면서 network monitoring 해보니 여깄네 ㅎ

query2 라는 곳에 담겨 있는데 흠... 이름은 바꾸는 걸로 구조는 참고하되

Seonglae Cho