QBonaventure / mppm

MIT License
3 stars 0 forks source link

Rejected maps when AuthorLogin is missing #3

Open QBonaventure opened 3 years ago

QBonaventure commented 3 years ago

When tracks have been uploaded via a mappack on MX, it appears the AuthorLogin (providing the Nadeo user login) is empty. Don't know yet if it's something MX can change or not so far.

As it breaks the code flow, since any new login is supposed to be recorded in the DB (alongside the corresponding UUID), those tracks won't appear on the MX search results.

However, we may simply drop the "record any new person" feature of the app, and simply record people nickname/UUID/login when they either connect to the web app or on a game server, thus not caring anymore about tracks authors identifiers.

Related to #4 .