creecros / MetaMagik

Custom Fields for Kanboard - Plugin MetaMagik
MIT License
98 stars 16 forks source link

Show field on front of card #58

Closed oliviergenest closed 3 years ago

oliviergenest commented 3 years ago

This is not an issue but a feature suggestion: add an option to make a field visible on the front of the card, as it is done in the "Custom fields" feature of Trello, see below example: image This option could be activated/deactivated for each field.

It would be really useful, e.g. to turn KB into a CRM in which we can see the cost of each opportunity. Many thanks to consider this feature.

oliviergenest commented 3 years ago

Would you agree, in principle, with such feature? If yes I may find a colleague who could develop it.

creecros commented 3 years ago

Seems like a decent feature, and logical request. It would not be too difficult to implement. I have unfortunately, been very unmotivated these days to implement new features (or at least if the new features require too much of my time) on any of my plugins or software, as I simply prefer to utilize my time with other things in life, that are beneficial to my family. Although, I enjoy writing code and figuring things out, spending hours of my time writing code for free is not profitable, and I can't currently justify it.

I welcome contributions on all my projects

creecros commented 3 years ago

@oliviergenest

Actually, this was easier than I thought.

added a checkbox when creating custom field types to "include" on footer

image

and then added to footer based on the inclusion.

image

included 3 classes, so that CSS can be added to adjust look of footer elements easily. metamagik-footer-title, metamagik-footer-value, metamagik-footer-value-md

oliviergenest commented 3 years ago

Thanks, it works fine !