Open AlnisS opened 1 year ago
Currently the cards are built out of JSON, but we could refactor them to be more xml-ey with custom elements, e.g.:
<member> <img ...> <name ...> ... </member>
This means a bit more typing to create a member, but much cleaner from a code perspective and works for noscript/nojs users.
Currently the cards are built out of JSON, but we could refactor them to be more xml-ey with custom elements, e.g.:
This means a bit more typing to create a member, but much cleaner from a code perspective and works for noscript/nojs users.