Zettelkasten-Team / Zettelkasten

Zettelkasten-Developer-Builds
http://zettelkasten.danielluedecke.de
GNU General Public License v3.0
718 stars 92 forks source link

Refactor `updateDisplay` method from `ZettelkastenView` to a new Controller #521

Closed RalfBarkow closed 1 week ago

RalfBarkow commented 1 month ago

The updateDisplay method in ZettelkastenView is currently responsible for updating various display components. However, this responsibility better aligns with the Controller in the Model-View-Controller (MVC) pattern. Therefore, we need to refactor this method from ZettelkastenView to a new Controller class.

Task Checklist:

Summary

This issue will help track the refactoring process and ensure that the updateDisplay method is properly moved to the appropriate class in alignment with the MVC pattern.

github-actions[bot] commented 3 weeks ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 week ago

This issue was closed because it has been inactive for 14 days since being marked as stale.