AnthonMS / TimeMentor

This is the temporary repo for my Final Assignment for my studies
0 stars 0 forks source link

User panel #6

Closed AnthonMS closed 6 years ago

AnthonMS commented 6 years ago

Time estimate: 8 Hours Create the User page when logged in. It should show the users information, and the companies information. The user should be able to edit this information. If it is a superuser it should also be able to edit the company information.

AnthonMS commented 6 years ago

I created the User page. I also created the service to update the information. The input fields are disabled until the user clicks on edit. They then get enabled when clicking the button, again if it is a superuser the company input fields also enable. Then the user can change the data and click on edit. THe user will then get a message with the messages: 'Error' or 'Success'.