There should be a user page that shows basic information already collected of the user, like:
joined when
places the user submitted
assets the user has submitted
The user profile should be reached by either clicking on the username in the top bar (to open ones own profile) or by clicking on the username that will provided in the place details meta section.
## Original https://git.mowoe.com/reverend/lostplaces-backend/issues/26 by @reverend from Sat, 03 Oct 2020 11:33:36 CEST
There should be a user page that shows basic information already collected of the user, like:
- joined when
- places the user submitted
- assets the user has submitted
The user profile should be reached by either clicking on the username in the top bar (to open ones own profile) or by clicking on the username that will provided in the place details meta section.
See:
https://docs.djangoproject.com/en/3.1/ref/contrib/auth/#django.contrib.auth.models.User.date_joined
### Comment by @reverend from Sun, 29 Nov 2020 19:21:37 CET
Done ccdb49c8ea
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Original https://git.mowoe.com/reverend/lostplaces-backend/issues/26 by @reverend from Sat, 03 Oct 2020 11:33:36 CEST
There should be a user page that shows basic information already collected of the user, like:
The user profile should be reached by either clicking on the username in the top bar (to open ones own profile) or by clicking on the username that will provided in the place details meta section.
See:
https://docs.djangoproject.com/en/3.1/ref/contrib/auth/#django.contrib.auth.models.User.date_joined
Comment by @reverend from Sun, 29 Nov 2020 19:21:37 CET
Done
ccdb49c8ea