LaunchCodeLiftoffProjects / LaunchCodeLiftoffProjects/Collab-Blog

Submit Blog that is longer than 256 characters

Open
#23 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

good first issue Java
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.