Unrated-Limited-Unlimited / ua-frontend

Unrated Application
GNU General Public License v3.0
4 stars 0 forks source link

Browse and look at other users profiles #6

Closed Veggissss closed 4 months ago

Veggissss commented 7 months ago

As a user, I want to be able to see other user profiles including my own. I want to be able to get to the profile by clicking at their review or searching for them.

591337 commented 5 months ago

Backend

Frontend

591337 commented 4 months ago

@Veggissss It would make my life easier if I could get the user by id instead of username. If not, then the username needs some limits to what characters you can use so that it can be put in the url

Veggissss commented 4 months ago

@591337 Now allows getUser to either use id or name. See PR #41.

591337 commented 4 months ago

Rest of the frontend stuff is in #44