Skip to content

Conversation

@timerring
Copy link
Owner

@timerring timerring commented Jan 10, 2025

Description

Refactor the entire code into a MVC architecture, which can facilitate reuse, improve maintainability, and reserve interfaces for the expansion of multi-platform and multi-functional features.

Related Issues

fix #3

Changes Proposed

  • refactor the controller layer
  • add the config.json file
  • add a io operation to CRUD the config
  • redesign the login mechanism so that the cookie can be in a long-term stored.

Who Can Review?

@timerring

TODO

  • restore the upload parameters.

Checklist

  • Code has been reviewed
  • Code complies with the project's code standards and best practices
  • Code has passed all tests
  • Code does not affect the normal use of existing features
  • Code has been commented properly
  • Documentation has been updated (if applicable)
  • Demo/checkpoint has been attached (if applicable)

@timerring timerring added the enhancement New feature or request label Jan 10, 2025
@timerring timerring self-assigned this Jan 10, 2025
Copy link
Owner Author

@timerring timerring left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, wait for test.

@timerring timerring merged commit 9cfb4b6 into main Jan 10, 2025
@timerring timerring deleted the dev branch January 10, 2025 12:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Feature] Think about refactoring it into MVC architecture.

2 participants