https://github.com/deptno/yiguana
https://github.com/deptno/yiguana
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/deptno/yiguana
- Owner: deptno
- Created: 2019-06-03T08:59:14.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-01T17:12:43.000Z (about 5 years ago)
- Last Synced: 2025-03-17T22:07:17.657Z (7 months ago)
- Language: TypeScript
- Homepage: https://yiguana.dev.googit.co
- Size: 1.51 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG
Awesome Lists containing this project
README
# @deptno/yiguana

yiguana-sdk,
## gsi
- byUser: 유저별로 데이터를 가져온다.
- posts: 포스트 목록을 시간순으로 가져온다.
- postsByCategory: 포스트 목록을 카테고리별로 가져온다.
- comments: 특정 포스트에 대한 댓글 목록을 가져온다.
- reports: 신고된 리스트를 가져온다.(? 기억이 가)
- reports: 신고 종료된 리스트를 가져온다.(? 기억이 가물)물
- postsByChildrenUpdatedAt: `rk` + `childrenUpdatedAt` 최근 댓글이 달린 순으로 포스트 목록을 가져온다.
## uml
### 유스케이스
#### 보기

#### 생성,수정,삭제

### 클래스 다이어그램

### 시퀀스 다이어그램
---
### Yiguana SDK V0 흐름도
## log
```shell script
DEBUG=yiguana
DEBUG=yiguana:assert
DEBUG=yiguana:api:common
DEBUG=yiguana:api:post
DEBUG=yiguana:api:comment
DEBUG=yiguana:api:reply
DEBUG=yiguana:api:administrator:report
DEBUG=yiguana:api:administrator:aggReport
DEBUG=yiguana:api:user
DEBUG=yiguana:api:user:post
DEBUG=yiguana:api:user:comment
DEBUG=yiguana:api:user:reply
DEBUG=yiguana:api:user:report
DEBUG=yiguana:store:s3
DEBUG=yiguana:store:ddb
```## CHANGELOG
[CHANGELOG](CHANGELOG)