Creating Your First Job
Learn how to create and manage your first coding job
A job is a task you assign to Enric to complete. Jobs can range from simple bug fixes to implementing entire features.
Tips for Great Job Descriptions
Tip
docs.gettingStarted.firstJob.callouts.descriptions is not yet translated
- Be specific about what you want to achieve
- Reference existing files or patterns when helpful
- Include acceptance criteria when possible
- Mention any constraints or requirements
docs.gettingStarted.firstJob.examples.title is not yet translated
docs.gettingStarted.firstJob.examples.goodLabel is not yet translated
"Add a dark mode toggle to the settings page. The toggle should persist the user's preference to localStorage and apply the theme across all pages. Use the existing Button component style for consistency."
docs.gettingStarted.firstJob.examples.vagueLabel is not yet translated
"Add dark mode"
