[Feature] Enhance 'Title of Work' Input Box with Rotating Placeholders #558
Labels
💻 aspect: code
Concerns the software code in the repository
✨ goal: improvement
Improvement to an existing feature
🟩 priority: low
Low priority and doesn't need to be rushed
⛔️ status: discarded
Will not be worked on
Problem
The "Title of Work" input box currently has a static placeholder. This limits user engagement and doesn't provide examples of the variety of works users can input, such as songs, blogs, or research papers.
Description
Introduce a feature to dynamically cycle through multiple placeholders in the "Title of Work" input box. Examples could include:
"Enter your song name"
"Enter your blog title"
"Enter your project title"
This feature enhances user experience by making the input box more interactive and guiding users with examples of acceptable inputs.
Alternatives
Keep the placeholder static and rely on additional tooltips or external documentation to inform users. However, this is less engaging and may not attract attention.
Use a dropdown with predefined titles, but this restricts user creativity.
Additional Context
This feature would involve cycling through an array of placeholder texts using JavaScript. The cycle could change every 3-5 seconds to give users ample time to read and understand the examples.
Implementation
The text was updated successfully, but these errors were encountered: