-
-
Notifications
You must be signed in to change notification settings - Fork 204
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Button to submit student's new job #2202
Comments
Add a "Job Found" Button for Students Who Found Employment Description: As a useful enhancement to the app, we need to add a button that students can use when they find a job. This feature is voluntary, but the collected data will help us analyze and improve the effectiveness of our courses. Technical requirements:
Acceptance Criteria:
Note: In the database schema, create new columns for the job status (Boolean),company name (String), and office location (String). These columns should have appropriate constraints, such as allowing null values for optional fields. |
|
|
Should that button be available only if the job status field for this user is not set yet? |
Add a button, that student can use, when he finds a job. It's voluntary to use it, but the statistics collected should be helpful.
Technical:
Fields
Answers should be saved in database linked to user's ID. No additional confirmation required. Form data could be Boolean and Strings.
The text was updated successfully, but these errors were encountered: