We have card and list modes right now. Like #3658 above, we should also have an option to skip the download button (only relevant for list mode). The download button integrates pretty closely with our internal sfpy codebase, so may not work very well for you. Also an option to skip the project icon (both modes).
For the "list" mode, options for columns=2 and columns=3 option would be nice. We probably should remove the icon & download button automatically in those cases, since I don't think they would fit.
Like Mark suggested quite a while ago, a popup with more metadata would be nice. I'm not sure what design skills your team has, perhaps if you want to do this you should first do a mockup to show to us, before implementing.
Originally by: *anonymous
The corresponding 42cc ticket - #13: [3928] Project list display modes (3cp)
Originally by: *anonymous
Hi. I work with this ticket and need more information.
Do you need to be able to hide icon and download button from list by one option?
Now i did something like this:
[[projects display_mode=list columns=2 skip_proj_icon=off]]
And what you want to have in popup with metadata?
That is a good example, but I would change "skip_proj_icon" to "show_proj_icon". Skip is a negative and then double negatives get confusing. If show_proj_icon is not set, it would default to True. Same for show_download_button.
I don't have a fully-formed idea for what would go in a metadata popup: probably things like the download button, project summary sentence, tools, etc.
Fixed #13 and pushed changes into 42cc_3928
We did not do the popup. Let's specify it first and then I'll create a ticket to implement it.