-
Determine Project Structure
- Define the overall architecture and organization of the project.
- Some folders should be accessible to all plugins, e.g.
data/
,utils/
,models/
, etc.
- Some folders should be accessible to all plugins, e.g.
- Current structure:
. │ bot.py └─src └─plugins │ some_plugin1.py │ └─some_plugin2.py config.py __init__.py
- Define the overall architecture and organization of the project.
-
Establish Plugin Template
- Create a standard template for plugins to ensure consistency and ease of development.
-
Generate Unit Test Pipeline for plugins
- Establish a unit test pipeline, including document and testing scripts for plugins.
- See NoneBug
-
Refactor WebUI Plugin
- Refactor the WebUI plugin to improve its functionality and integrate it with the project's standards.
-
Set Up GitHub Actions
- Configure continuous integration and deployment workflows using GitHub Actions.
-
Notifications
You must be signed in to change notification settings - Fork 1
RichardXue123/qqbot
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description, website, or topics provided.
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published