bopjesvla / hitch

https://hitchmap.com
GNU Affero General Public License v3.0
8 stars 2 forks source link

Use Styler to generate HTML for each review (i.e. to generate points.text) #83

Open bopjesvla opened 2 months ago

bopjesvla commented 2 months ago

https://stackoverflow.com/questions/71466255/custom-html-table-template-in-pandas

points.text used to be plain text, but I recently switched to HTML. Pandas has HTML templating out of the box. We should use it, especially when we add things like clickable usernames.