Closed benoit74 closed 2 years ago
Still missing the addition of user links in existing template + the rewriting of user URLs (which unfortunately do not follow the previous convention that the interesting part of the URL is placed last. (cf. /User/About/1568537/Annika+Faelker vs /Tutoriel/Google+Pixel+4+Battery+Replacement/136194) ...
Would probably require the use of a SQLite DB to store info in order to retrieve it elsewhere + this means retrieving every content before rendering it ... For instance we need all user info to render a guide author (we need its badges, ...)
We won't retrieve the user list in the end, there is way too many "lurking" or spam users. We will build the list of users only a unexpected ones, based on the fact that we built a link for them
First tests ok, full run under way ...
Fix #13