angelaanjorin / travel-doc

0 stars 3 forks source link

Add Java functionality to the delete buttons of the jobs and jobapplications #46

Closed angelaanjorin closed 2 months ago

angelaanjorin commented 2 months ago

As a Regular or employer user I can delete my job applications or job posts so that I have full control over my respective posts.

Given a User is logged in, they can delete their job application or job posts depending on their user type and they receive a modal deleting message asking them if they really want to delete as this is irrevocable..

angelaanjorin commented 2 months ago

The CRUD application for the employer was successfully implemented. The CRUD application for the jobapplications for the Regular users has a problem with the ID of the applictions and the correct URL routing so that the application is deleted. This is a Bug and will be addressed in a new issue.