HashSlap-Summer-of-Code / HashSlap-Summer-of-Code/ex-tracker
Fix “+” Button to Open Input Modal
- Dominant language
- C++
- Stars
- 1
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
Description:
The "+" button currently has no clear behavior in the UI. It’s expected to add a new transaction.
Proposed Solution:
Connect the button to open a modal/bottom sheet with input fields for description, amount, and category.
Ensure the modal contains validation for all fields.
Benefits:
Adds clarity to the add-entry process.
Streamlines user workflow.
Contributor guide
Research direction
Start by running the Flutter app and locating the currently inactive “+” button and the transaction-entry UI. Confirm that tapping it opens a modal or bottom sheet with description, amount, and category fields, each validated before a transaction can be added.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- flutter
- Domain
- mobile
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100