There was an error fetching the commit references. Please try again later.
add file management feature (#560)
### What problem does this PR solve? ### Type of change - [x] Documentation Update
Showing
- README.md 1 addition, 0 deletionsREADME.md
- README_ja.md 1 addition, 0 deletionsREADME_ja.md
- README_zh.md 1 addition, 0 deletionsREADME_zh.md
- api/apps/document_app.py 43 additions, 21 deletionsapi/apps/document_app.py
- api/apps/file2document_app.py 137 additions, 0 deletionsapi/apps/file2document_app.py
- api/apps/file_app.py 340 additions, 0 deletionsapi/apps/file_app.py
- api/apps/user_app.py 13 additions, 0 deletionsapi/apps/user_app.py
- api/db/__init__.py 2 additions, 0 deletionsapi/db/__init__.py
- api/db/db_models.py 55 additions, 0 deletionsapi/db/db_models.py
- api/db/services/document_service.py 19 additions, 0 deletionsapi/db/services/document_service.py
- api/db/services/file2document_service.py 66 additions, 0 deletionsapi/db/services/file2document_service.py
- api/db/services/file_service.py 225 additions, 0 deletionsapi/db/services/file_service.py
- api/utils/file_utils.py 3 additions, 1 deletionapi/utils/file_utils.py
Loading
Please register or sign in to comment