iiitv / iiitv/DonorConnect-Debugathon
[Bug]: Incorrect Display of User Name in ProfileScreen
- Dominant language
- Dart
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
In the ProfileScreen widget, the user's name is being displayed as a hardcoded string 'ALICE' instead of the dynamic widget.name value passed to the widget. This causes the same name to appear for all users, which is incorrect and impacts user personalization.
### Expected behavior
This issue leads to an incorrect display of user-specific data. Instead of showing the actual user's name, it shows a static value. This undermines the core functionality of personalized profile screens. Change the code to display actual user name
Contributor guide
No contributing guide indexed for this repository
Research direction
Search for the ProfileScreen widget and the hardcoded 'ALICE' value, then inspect how the widget.name value is passed into the screen. Done means the profile displays the name supplied for each user rather than the same static name.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- dart
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 55/100