gbowne1 / RadioLogger

A Radio Logging application build with NodeJS and ExpressJS
GNU General Public License v3.0
6 stars 6 forks source link

Fixed the route and client routing to the profile #75

Closed Joywin2412 closed 11 months ago

Joywin2412 commented 11 months ago

image

Note : For me , one of the express methods wasn't working so I made some changes in the server.js after that it worked. So do review the code in server.js. I have added the code in the web folder , that is if the client routes on the /profile he will be able to see the .html file. For further usage , a person can use /api to populate the html accordingly. That 's the changes I have made.

gbowne1 commented 11 months ago

A side note is that the social media card is a bit too wide and the pic gallery needs to be in a position and size so that it fits well in the view.

The items below the avatar/profile pic need to be a bit dynamic depending on which user is logged in. There will be functionality to search for users, add them as friends, etc.

gbowne1 commented 11 months ago

This will be need to be added to the API v1 but works fine as is with this change. We can iterate. Should be pretty easy. Service and controller needs added maybe.