McTwist / Blockland-Repository

Automatic Blockland Add-On Repository Storage

Home Page:https://blockland.aposoc.net/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Split add-on authors into a collection

DemianWright opened this issue · comments

Currently the add-on authors is just a string that can contain whatever. It needs to be split into a collection of strings, because that is what it is. This will make dealing with it easier in views for truncation and so on.

Eventually you should be able to select add-on authors from the list of Blockland Repository users and the author names should be links to their user pages (on the add-on page), but that is an issue for another day. This would be the first step in that direction.

This would also make it easier search for authors. Moving them to an another table and have a pivot table to link them would be good enough. Sadly, I cannot link them with the current user table as that is a whole different story. I could, however, make an another pivot table to link the authors table together with the user table, but we'll see how I'll deal with that.

547ab94 solves this issue.