ythirion / tech-radar-hugo

A tech radar implementation website based on hugo.
7 stars 5 forks source link

up and down for items #1

Open ojauze opened 1 month ago

ojauze commented 1 month ago

hi

first, thank you for your work on this theme. Very useful. I wonder if there is a way to specify the trend for a given spot on the radar. You know the up and down trend

ythirion commented 1 month ago

Hi Olivier thanks for your kind words. I don't think it's possible... You should take a look at the js part that I have chosen to put away from the hugo site for simplicity : https://github.com/agilepartner/tech-radar-js. I have not touched it for a long time 😬

ojauze commented 1 month ago

can you just tell me which part you extracted from that project? or you ended up with the script tag in which all the code was concatanated

ythirion commented 1 month ago

The radar generation logic in js was taken from Thoughtworks repository. I had to adapt it a little bit. It is the one you are looking for if you want to materialize trendy « stuff ».

ojauze commented 1 month ago

I am sorry but I am having a hard time to understand how you transform this https://github.com/agilepartner/tech-radar-js into the concatenated javacript code in the radar.html file. Can you explain?