Open LittleMoonie opened 1 month ago
Button Apply was created : all informations is not required because apply get the userId and offerId for add the user in offer.jobapplication. Only the message is required but for the moment Apply add all without message and work in the backend. Api is created and work.
Description: Add an "Apply" button for each job ad, which opens a form for the user to input their name, email, and message. Save application data to the database. Tasks: Add an "Apply" button to the job listings. Create a pop-up or modal form for user inputs. Create API endpoints to save the application data. Integrate the form with the backend API.