ClimateMind / ClimateMind/climatemind-backend
POST text feedback alongside with user's rating
- Dominant language
- Python
- Stars
- 24
- Forks
- 20
- PR merge metrics
- No merged PRs in 30d
Description
# User story
As a front-end developer, I want to POST text feedback alongside with user's rating, so I can gather user feedback
# Acceptance criteria
- [ ] the new DB field with migration added
- [ ] endpoint adjusted to accept texts alongside with rating
- [ ] tests adjusted to reflect the change.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the endpoint that accepts a user's rating, then trace the related database model, migration setup, and tests. Add the text-feedback field across the persistence and request paths, and update the affected tests so they verify ratings with accompanying text.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- flask, python
- Domain
- api, backend, database, testing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100