-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Labels
NESTJSgood first issueGood for newcomersGood for newcomersonlydust-waveContribute to awesome OSS repos during OnlyDust's open source weekContribute to awesome OSS repos during OnlyDust's open source week
Description
📚 Description
Add a placeholder route for the AI job suggestions feature. This stub endpoint will return static suggestions for now, serving as the foundation for future personalized job recommendations.
🛠️ Tasks
- Implement Placeholder Endpoint
- Add a new route in the jobs controller that points to the stub method.
- Stub Service Logic
- Modify the service in
src/jobs/jobs.service.tsto return static suggestions.
- Modify the service in
- Controller Update
- Update the controller in
src/jobs/jobs.controller.tsto handle requests to the new endpoint.
- Update the controller in
⚙ Technical Considerations
- Ensure the stub endpoint responds with mock data to verify connectivity and integration.
- Follow the coding conventions used in the project.
- The PR description must include:
Close #44. - This feature should be assigned before PR submission.
📌 Acceptance Criteria
- The stubbed endpoint returns static mock data when accessed.
- A placeholder is available for future implementations of personalized suggestions.
- The changes affect the following files:
src/jobs/jobs.service.tssrc/jobs/jobs.controller.ts
⏰ Timeframe
- The task should be completed within 1 day.
Follow the contribution guide for detailed instructions.
Happy coding! 🚀
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
NESTJSgood first issueGood for newcomersGood for newcomersonlydust-waveContribute to awesome OSS repos during OnlyDust's open source weekContribute to awesome OSS repos during OnlyDust's open source week