Blagoja95 / job-board-web-app

Job board web app made with ReactJS, TailwindCSS and JAVA EE. Running back-end on Tomcat and storing data using MySQL RDBMS and administering it using phpMyAdmin. All parts containerized using Docker together with docker compose tool to handle all images, containers and other configurations.
0 stars 1 forks source link

Update user data #26

Open Blagoja95 opened 1 year ago

Blagoja95 commented 1 year ago

Reuse update method in UserServlet.java. Create new UI for this functionality.

Blagoja95 commented 1 year ago

Related https://github.com/Blagoja95/job-posting-web-app/issues/27, https://github.com/Blagoja95/job-posting-web-app/issues/29

Blagoja95 commented 12 months ago

Server side done in #41

Blagoja95 commented 9 months ago

Currently when user profile is opened it is READ mode (User can open its owned posts and edit them separately). User should be able to update its description, UI should change to welcome user.