ragflow/api/db
Moonlit ca5acc151a
Refactor: Use TaskStatus enum for task status handling (#646)
### What problem does this PR solve?

This commit changes the status 'not started' from being hard-coded to
being maintained by the TaskStatus enum. This enhancement ensures
consistency across the codebase and improves maintainability.

### Type of change

- [x] Refactoring
2024-05-06 18:39:17 +08:00
..
services remove redis (#629) 2024-04-30 19:00:41 +08:00
__init__.py Refactor: Use TaskStatus enum for task status handling (#646) 2024-05-06 18:39:17 +08:00
db_models.py add file management feature (#560) 2024-04-26 17:21:53 +08:00
db_utils.py apply pep8 formalize (#155) 2024-03-27 11:33:46 +08:00
init_data.py fix youdao bug (#551) 2024-04-26 09:58:22 +08:00
operatioins.py apply pep8 formalize (#155) 2024-03-27 11:33:46 +08:00
reload_config_base.py apply pep8 formalize (#155) 2024-03-27 11:33:46 +08:00
runtime_config.py apply pep8 formalize (#155) 2024-03-27 11:33:46 +08:00