View refactoring #490
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Status quo
Konova was created back when function based views were the default for Django. This has shifted in the last years and all other projects we are doing on here are class based views.
The code could be properly optimized/reduced if the views would be refactored from functions to classes.
ToDo
Improve code base by refactoring all function based views into class based ones.
This issue escalates into a heavy refactoring of many parts of the view logic. However, this step is important to simplify the code even further and reduce complexity.