LaunchCodeLiftoffProjects / LaunchCodeLiftoffProjects/Collab-Blog
Submit Blog that is longer than 256 characters
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 8
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
**Describe the bug**
Users are not able to submit a blog if it is longer than 256 characters
**To Reproduce**
Steps to reproduce the behavior:
1. Go to localhost:8080/add-blog
2. Add a blog that has a body longer than 256 characters
3. Error is that blog is too long and won't submit
**Expected behavior**
The app should allow a user to submit a longer blog.
**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start at the /add-blog flow described in the issue and trace the validation that rejects blog bodies over 256 characters. Confirm the current limit and submission behavior, then verify that a blog longer than 256 characters can be submitted successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- web-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 45/100