53845714nF / EventTom

The project is part of the subject Software Architecture and Quality Assurance. A subject from the first semester of the Master's in Computer Science.

Repository from Github https://github.com53845714nF/EventTomRepository from Github https://github.com53845714nF/EventTom

**full_name** oder **username** als Attribut für den Namen des Users

arneallwardt opened this issue · comments

/api/v1/users/signup nutzt full_name als Attribut für den Namen des Users.
/api/v1/login/access-token nutzt username als Attribut für den Namen des Users.

Soll das so oder wird das noch geändert? Und wenn ja, welche Bezeichnung ist die richtige?

Ich werde Dienstag mal gucken, dass ich, das einheitlich mache.
Und kommt aber vom Framework.

Der Username ist die E-Mail, dies kommt vom Framework. Macht auch Sinn, da E-Mail nur einmal im System vorkommt.
Der Full Name ist Optional

Ich denke ich kann das zu machen.