-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: OO approach for better handling of columns and more #338
Conversation
Haven't had a full review yet, but looks like a great refactoring :) |
/rebase |
@Hephi2 Can we update this and merge soon as new base for the FE...?! |
Sure, I'll do that |
Signed-off-by: Philipp Hempel <Philipp.Hempel1@web.de>
6fc746f
to
0dff4a9
Compare
…and incompatible filters and refactors a little further Signed-off-by: Philipp Hempel <Philipp.Hempel1@web.de>
1636fc2
to
6a74a24
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Wow, what a great refactoring. Many thanks! 👏
-
I put some comments below, maybe we can simplify some things. 🙇🏻♂️
-
What do you think about a dev-documentation for the wiki with the topic about
How to create or adjust a (new) column type
. This could give us a documentation at which points we can/have to adjust the business logic for a column and on the other side where we find the framework that renders and make some magic FE stuff for columns.
Btw: It's so great to see that the CI is green with all that changes. 🙄
…ly by column name Signed-off-by: Philipp Hempel <Philipp.Hempel1@web.de>
Closes #337